Promote dev to main: default PortalUrl to https when no scheme is supplied #5
Loading…
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What does this PR do?
Promotes the merged
devwork tomain. Contains one fix (PR #4):A scheme-less
-PortalUrl(for examplereports.example.com/reports) caused all threeSSRS scripts to build a relative
apiBase.[Uri].Hostthen returned empty andInvoke-RestMethodfailed with "This operation is not supported for a relative URI."Deploy-,Download-, andRemove-SsrsFolderItems.ps1now prependhttps://when theURL has no
http(s)scheme. Explicithttp:///https://URLs are unaffected. READMEparameter tables document the assumed scheme.
Commits
747fecdDefault PortalUrl to https when no scheme is suppliedFiles changed
Testing
Checklist
devvia PR #4