From fbe3e8d152e40e36633477884705ac5272b52882 Mon Sep 17 00:00:00 2001 From: msJinLei Date: Wed, 4 Aug 2021 18:47:27 +0800 Subject: [PATCH] Fix the management portal url --- .../AzureEnvironmentConstants.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Authentication.Abstractions/AzureEnvironmentConstants.cs b/src/Authentication.Abstractions/AzureEnvironmentConstants.cs index 025856b163..52517b285b 100644 --- a/src/Authentication.Abstractions/AzureEnvironmentConstants.cs +++ b/src/Authentication.Abstractions/AzureEnvironmentConstants.cs @@ -59,9 +59,9 @@ public static class AzureEnvironmentConstants /// /// Location of the maagement portal for the environment /// - public const string AzureManagementPortalUrl = "https://go.microsoft.com/fwlink/?LinkId=254433"; - public const string ChinaManagementPortalUrl = "https://go.microsoft.com/fwlink/?LinkId=301902"; - public const string USGovernmentManagementPortalUrl = "https://manage.windowsazure.us"; + public const string AzureManagementPortalUrl = "https://portal.azure.com/"; + public const string ChinaManagementPortalUrl = "https://portal.azure.cn/"; + public const string USGovernmentManagementPortalUrl = "https://portal.azure.us/"; public const string GermanManagementPortalUrl = "https://portal.microsoftazure.de/"; ///