File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Authentication.Abstractions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ public static class AzureEnvironmentConstants
5959 /// <summary>
6060 /// Location of the maagement portal for the environment
6161 /// </summary>
62- public const string AzureManagementPortalUrl = "https://go.microsoft .com/fwlink/?LinkId=254433 " ;
63- public const string ChinaManagementPortalUrl = "https://go.microsoft.com/fwlink/?LinkId=301902 " ;
64- public const string USGovernmentManagementPortalUrl = "https://manage.windowsazure .us" ;
62+ public const string AzureManagementPortalUrl = "https://portal.azure .com/" ;
63+ public const string ChinaManagementPortalUrl = "https://portal.azure.cn/ " ;
64+ public const string USGovernmentManagementPortalUrl = "https://portal.azure .us/ " ;
6565 public const string GermanManagementPortalUrl = "https://portal.microsoftazure.de/" ;
6666
6767 /// <summary>
You can’t perform that action at this time.
0 commit comments