File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Microsoft.DotNet.Deployment.Tasks.Links/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ namespace Microsoft.DotNet.Deployment.Tasks.Links
2020{
2121 public class AkaMSLinkManager
2222 {
23- private const string ApiBaseUrl = "https://redirectionapi.trafficmanager.net/api/aka" ;
24- private const string Endpoint = "https://microsoft .onmicrosoft.com/redirectionapi " ;
23+ private const string ApiBaseUrl = "https://redirectionapi-ame .trafficmanager.net/api/aka" ;
24+ private const string Endpoint = "https://msazurecloud .onmicrosoft.com/RedirectionMgmtApi-Prod " ;
2525 private const string Authority = "https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/oauth2/authorize" ;
2626 /// <summary>
2727 /// Aka.ms max links per batch request. There are two maximums:
You can’t perform that action at this time.
0 commit comments