Fix Test Explorer AAD Authority (#571)
This commit is contained in:
parent
ddf59d6b24
commit
c7ba5de90d
|
@ -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}`,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue