Skip to content

Something wrong with ConnectionConfig #38

@bdeyo-vmware

Description

@bdeyo-vmware

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 workinginvalidThis doesn't seem right

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions