We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6448619 commit 4246a31Copy full SHA for 4246a31
src/Microsoft.DotNet.Deployment.Tasks.Links/src/AkaMSLinksManager.cs
@@ -20,8 +20,8 @@ namespace Microsoft.DotNet.Deployment.Tasks.Links
20
{
21
public class AkaMSLinkManager
22
23
- private const string ApiBaseUrl = "https://redirectionapi.trafficmanager.net/api/aka";
24
- private const string Endpoint = "https://microsoft.onmicrosoft.com/redirectionapi";
+ private const string ApiBaseUrl = "https://redirectionapi-ame.trafficmanager.net/api/aka";
+ private const string Endpoint = "https://msazurecloud.onmicrosoft.com/RedirectionMgmtApi-Prod";
25
private const string Authority = "https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/oauth2/authorize";
26
/// <summary>
27
/// Aka.ms max links per batch request. There are two maximums:
0 commit comments