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
the activeDirectoryEndpointUrl in AzureUSGovernment in incorrect and was changed a while back
https://github.com/Azure/azure-xplat-cli/blob/06d203dcd60f433ee314133d0170bdaf6130afac/lib/util/profile/environment.js#L195C5-L195C31
libcloud is still using https://login-us.microsoftonline.com while the correct url is https://login.microsoftonline.us
https://login-us.microsoftonline.com
https://login.microsoftonline.us
python libcloud 3.8.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
the activeDirectoryEndpointUrl in AzureUSGovernment in incorrect and was changed a while back
Detailed Information
https://github.com/Azure/azure-xplat-cli/blob/06d203dcd60f433ee314133d0170bdaf6130afac/lib/util/profile/environment.js#L195C5-L195C31
libcloud is still using
https://login-us.microsoftonline.com
while the correct url ishttps://login.microsoftonline.us
python libcloud 3.8.0
The text was updated successfully, but these errors were encountered: