File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/Authentication.Abstractions Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments