We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de907d1 commit 4fe4d14Copy full SHA for 4fe4d14
src/Common/Commands.Common.Authentication.Abstractions/AzureEnvironmentConstants.cs
@@ -80,7 +80,7 @@ public static class AzureEnvironmentConstants
80
/// </summary>
81
public const string AzureActiveDirectoryEndpoint = "https://login.microsoftonline.com/";
82
public const string ChinaActiveDirectoryEndpoint = "https://login.chinacloudapi.cn/";
83
- public const string USGovernmentActiveDirectoryEndpoint = "https://login-us.microsoftonline.com/";
+ public const string USGovernmentActiveDirectoryEndpoint = "https://login.microsoftonline.us/";
84
public const string GermanActiveDirectoryEndpoint = "https://login.microsoftonline.de/";
85
86
/// <summary>
0 commit comments