We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
bdeyo-vmware
No branches or pull requests
Something isn't being parsed correctly within the connection config and it is resulting in the URI being dropped from the $headers
The result is the entire set of functions fails to find a server and nothing works.
The text was updated successfully, but these errors were encountered: