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
20
20
{
21
21
public class AkaMSLinkManager
22
22
{
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 " ;
25
25
private const string Authority = "https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/oauth2/authorize" ;
26
26
/// <summary>
27
27
/// Aka.ms max links per batch request. There are two maximums:
You can’t perform that action at this time.
0 commit comments