Skip to content

Commit 4246a31

Browse files
pavel-purmaPavel Purma
and
Pavel Purma
authored
[release/8.0] aka.ms API endpoint update (#15745)
Co-authored-by: Pavel Purma <pavelpurma@microsoft.com>
1 parent 6448619 commit 4246a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.DotNet.Deployment.Tasks.Links/src/AkaMSLinksManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)