apache / libcloud

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
https://libcloud.apache.org
Apache License 2.0
2.03k stars 929 forks source link

Azure AzureUSGovernment activeDirectoryEndpointUrl changed #1968

Open G-Katya opened 8 months ago

G-Katya commented 8 months ago

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 is https://login.microsoftonline.us

python libcloud 3.8.0