Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static class AzureEnvironmentConstants
/// </summary>
public const string AzureGraphEndpoint = "https://graph.windows.net/";
public const string ChinaGraphEndpoint = "https://graph.chinacloudapi.cn/";
public const string USGovernmentGraphEndpoint = "https://graph.windows.net/";
public const string USGovernmentGraphEndpoint = "https://graph.microsoftazure.us/";
[Obsolete("Microsoft Cloud Germany was closed on October 29th, 2021.")]
public const string GermanGraphEndpoint = "https://graph.cloudapi.de/";

Expand Down