From a9fd01f9b450744ebb9b865303abefe1df362f6f Mon Sep 17 00:00:00 2001 From: Jordi Bunster Date: Sun, 18 Apr 2021 09:22:27 -0700 Subject: [PATCH] Remove stfaul's subscription and account from URL (#694) --- preview/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/preview/index.js b/preview/index.js index 319d1079f..c17eec9ee 100644 --- a/preview/index.js +++ b/preview/index.js @@ -57,8 +57,6 @@ app.get("/pull/:pr(\\d+)", (req, res) => { const portal = new URL("https://ms.portal.azure.com/"); portal.searchParams.set("dataExplorerSource", explorer.href); - portal.hash = - "@microsoft.onmicrosoft.com/resource/subscriptions/b9c77f10-b438-4c32-9819-eef8a654e478/resourceGroups/stfaul/providers/Microsoft.DocumentDb/databaseAccounts/stfaul-sql/dataExplorer"; return res.redirect(portal.href); })