From 13a60062a4ece514867fd5e460cfac28d0648121 Mon Sep 17 00:00:00 2001 From: Timothy Wang Date: Sun, 15 Dec 2024 06:47:49 -0500 Subject: [PATCH] Update SWA client metadata url to new aka.ms link --- src/core/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/constants.ts b/src/core/constants.ts index edb062df..eb1c5a4e 100644 --- a/src/core/constants.ts +++ b/src/core/constants.ts @@ -11,7 +11,7 @@ const __dirname = path.dirname(__filename); export const DEPLOY_BINARY_NAME = "StaticSitesClient"; export const DEPLOY_BINARY_STABLE_TAG = "stable"; export const DEPLOY_FOLDER = path.join(os.homedir(), ".swa", "deploy"); -export const STATIC_SITE_CLIENT_RELEASE_METADATA_URL = "https://swalocaldeploy.azureedge.net/downloads/versions.json"; +export const STATIC_SITE_CLIENT_RELEASE_METADATA_URL = "https://aka.ms/swalocaldeploy"; // Data-api-builder related constants export const DATA_API_BUILDER_BINARY_NAME = "DataApiBuilder";