From 19ab8f57b523790340e45d0069eb9e17dce38383 Mon Sep 17 00:00:00 2001 From: MicroFish91 <40250218+MicroFish91@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:10:25 -0800 Subject: [PATCH] Update url --- src/commands/gitHub/connectToGitHub/connectToGitHub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/gitHub/connectToGitHub/connectToGitHub.ts b/src/commands/gitHub/connectToGitHub/connectToGitHub.ts index 733de04df..c311f8d79 100644 --- a/src/commands/gitHub/connectToGitHub/connectToGitHub.ts +++ b/src/commands/gitHub/connectToGitHub/connectToGitHub.ts @@ -35,6 +35,6 @@ export async function connectToGitHub(context: ITreeItemPickerContext, item?: Pi * VS Code does not have sufficient scopes to handle CRUD on service principals & federated credentials. * Bump users to the portal to avoid providing an incomplete/partial connection experience. */ - const portalUrl: string = createPortalUrl(subscription, `${containerApp.id}/continuousDeployment`).toString(true /** skipEncoding */); + const portalUrl: string = createPortalUrl(subscription, `${containerApp.id}/deployment`).toString(true /** skipEncoding */); await openUrl(portalUrl); }