Skip to content

Commit 0e40f91

Browse files
authored
Merge pull request #4822 from bernie-msft/azure-powershell-arlingtonsts
Update to USGovernmentActiveDirectoryEndpoint
2 parents fd415ae + 8e9afed commit 0e40f91

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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>

src/ResourceManager/Profile/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
- Updated USGovernmentActiveDirectoryEndpoint to https://login.microsoftonline.us/
22+
- For more information about the Azure Government endpoint mappings, please see the following: https://docs.microsoft.com/en-us/azure/azure-government/documentation-government-developer-guide#endpoint-mapping
2123

2224
## Version 4.0.0
2325
- Set-AzureRmDefault
@@ -106,4 +108,4 @@
106108
## Version 2.3.0
107109
* Add-AzureRmAccount
108110
- Add position for Credential parameter so the following command is allowed: Add-AzureRmAccount (Get-Credential)
109-
- Updated parameter sets so the SubscriptionId and SubscriptionName are mutually exclusive
111+
- Updated parameter sets so the SubscriptionId and SubscriptionName are mutually exclusive

0 commit comments

Comments
 (0)