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 6186daf commit 1a004d9Copy full SHA for 1a004d9
src/Authentication.Abstractions/AzureEnvironmentConstants.cs
@@ -103,7 +103,7 @@ public static class AzureEnvironmentConstants
103
/// </summary>
104
public const string AzureGraphEndpoint = "https://graph.windows.net/";
105
public const string ChinaGraphEndpoint = "https://graph.chinacloudapi.cn/";
106
- public const string USGovernmentGraphEndpoint = "https://graph.windows.net/";
+ public const string USGovernmentGraphEndpoint = "https://graph.microsoftazure.us/";
107
[Obsolete("Microsoft Cloud Germany was closed on October 29th, 2021.")]
108
public const string GermanGraphEndpoint = "https://graph.cloudapi.de/";
109
0 commit comments