Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 4e71db6

Browse files
authored
Fix gov us cloud definition (#105)
1 parent 052fe4a commit 4e71db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msrestazure/azure_cloud.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def __str__(self):
170170
sql_management='https://management.core.usgovcloudapi.net:8443/',
171171
batch_resource_id='https://batch.core.usgovcloudapi.net/',
172172
gallery='https://gallery.usgovcloudapi.net/',
173-
active_directory='https://login-us.microsoftonline.com',
173+
active_directory='https://login.microsoftonline.us',
174174
active_directory_resource_id='https://management.core.usgovcloudapi.net/',
175175
active_directory_graph_resource_id='https://graph.windows.net/'),
176176
suffixes=CloudSuffixes(

0 commit comments

Comments
 (0)