File tree 1 file changed +3
-3
lines changed
src/Authentication.Abstractions
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
59
59
/// <summary>
60
60
/// Location of the maagement portal for the environment
61
61
/// </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/ " ;
65
65
public const string GermanManagementPortalUrl = "https://portal.microsoftazure.de/" ;
66
66
67
67
/// <summary>
You can’t perform that action at this time.
0 commit comments