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
10 changes: 5 additions & 5 deletions src/Authentication.Abstractions/AzureEnvironmentConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ public static class AzureEnvironmentConstants
/// <summary>
/// Location of the publishsettings file web application
/// </summary>
public const string AzurePublishSettingsFileUrl = "http://go.microsoft.com/fwlink/?LinkID=301775";
public const string ChinaPublishSettingsFileUrl = "http://go.microsoft.com/fwlink/?LinkID=301776";
public const string AzurePublishSettingsFileUrl = "https://go.microsoft.com/fwlink/?LinkID=301775";
public const string ChinaPublishSettingsFileUrl = "https://go.microsoft.com/fwlink/?LinkID=301776";
public const string USGovernmentPublishSettingsFileUrl = "https://manage.windowsazure.us/publishsettings/index";
public const string GermanPublishSettingsFileUrl = "https://manage.microsoftazure.de/publishsettings/index";

/// <summary>
/// Location of the maagement portal for the environment
/// </summary>
public const string AzureManagementPortalUrl = "http://go.microsoft.com/fwlink/?LinkId=254433";
public const string ChinaManagementPortalUrl = "http://go.microsoft.com/fwlink/?LinkId=301902";
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 GermanManagementPortalUrl = "http://portal.microsoftazure.de/";
public const string GermanManagementPortalUrl = "https://portal.microsoftazure.de/";

/// <summary>
/// The domain name suffix for storage services
Expand Down