Skip to content

Commit 4fe4d14

Browse files
committed
Update to USGovernmentActiveDirectoryEndpoint
1 parent de907d1 commit 4fe4d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Commands.Common.Authentication.Abstractions/AzureEnvironmentConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static class AzureEnvironmentConstants
8080
/// </summary>
8181
public const string AzureActiveDirectoryEndpoint = "https://login.microsoftonline.com/";
8282
public const string ChinaActiveDirectoryEndpoint = "https://login.chinacloudapi.cn/";
83-
public const string USGovernmentActiveDirectoryEndpoint = "https://login-us.microsoftonline.com/";
83+
public const string USGovernmentActiveDirectoryEndpoint = "https://login.microsoftonline.us/";
8484
public const string GermanActiveDirectoryEndpoint = "https://login.microsoftonline.de/";
8585

8686
/// <summary>

0 commit comments

Comments
 (0)