-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem right
Description
Something isn't being parsed correctly within the connection config and it is resulting in the URI being dropped from the $headers
###Process ws1EnvUri to validate it is a good URI
if ($ws1ApiUri.Scheme -ne "https") {
[uri]$ws1ApiUri = "https://"+$ws1ApiUri
}
The result is the entire set of functions fails to find a server and nothing works.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginvalidThis doesn't seem rightThis doesn't seem right