Fix Test Explorer AAD Authority (#571)

This commit is contained in:
Steve Faulkner 2021-03-19 14:45:58 -05:00 committed by GitHub
parent ddf59d6b24
commit c7ba5de90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ console.log("Subcription: ", subscriptionId);
console.log("Account Name: ", accountName);
const initTestExplorer = async (): Promise<void> => {
const { token } = await credentials.getToken("https://management.core.windows.net/.default");
const { token } = await credentials.getToken("https://management.azure.com//.default");
updateUserContext({
authorizationToken: `bearer ${token}`,
});