Skip to content

Commit 8f8ff2b

Browse files
author
Maddie Clayton
authored
Merge pull request #118 from scovetta/patch-1
Change http to https URLs.
2 parents 5233e8d + 124bf2d commit 8f8ff2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Authentication.Abstractions/AzureEnvironmentConstants.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ public static class AzureEnvironmentConstants
5151
/// <summary>
5252
/// Location of the publishsettings file web application
5353
/// </summary>
54-
public const string AzurePublishSettingsFileUrl = "http://go.microsoft.com/fwlink/?LinkID=301775";
55-
public const string ChinaPublishSettingsFileUrl = "http://go.microsoft.com/fwlink/?LinkID=301776";
54+
public const string AzurePublishSettingsFileUrl = "https://go.microsoft.com/fwlink/?LinkID=301775";
55+
public const string ChinaPublishSettingsFileUrl = "https://go.microsoft.com/fwlink/?LinkID=301776";
5656
public const string USGovernmentPublishSettingsFileUrl = "https://manage.windowsazure.us/publishsettings/index";
5757
public const string GermanPublishSettingsFileUrl = "https://manage.microsoftazure.de/publishsettings/index";
5858

5959
/// <summary>
6060
/// Location of the maagement portal for the environment
6161
/// </summary>
62-
public const string AzureManagementPortalUrl = "http://go.microsoft.com/fwlink/?LinkId=254433";
63-
public const string ChinaManagementPortalUrl = "http://go.microsoft.com/fwlink/?LinkId=301902";
62+
public const string AzureManagementPortalUrl = "https://go.microsoft.com/fwlink/?LinkId=254433";
63+
public const string ChinaManagementPortalUrl = "https://go.microsoft.com/fwlink/?LinkId=301902";
6464
public const string USGovernmentManagementPortalUrl = "https://manage.windowsazure.us";
65-
public const string GermanManagementPortalUrl = "http://portal.microsoftazure.de/";
65+
public const string GermanManagementPortalUrl = "https://portal.microsoftazure.de/";
6666

6767
/// <summary>
6868
/// The domain name suffix for storage services

0 commit comments

Comments
 (0)