Remove stfaul's subscription and account from URL (#694)

This commit is contained in:
Jordi Bunster 2021-04-18 09:22:27 -07:00 committed by GitHub
parent d74da34742
commit a9fd01f9b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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);
})