Test changes to use identity package.

This commit is contained in:
Jade Welton
2025-01-16 10:31:02 -08:00
parent 1b53c6980d
commit e2bb64b8b2
3 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ import {
} from "../fx";
test("SQL account using Resource token", async ({ page }) => {
const credentials = await getAzureCLICredentials();
const credentials = getAzureCLICredentials();
const armClient = new CosmosDBManagementClient(credentials, subscriptionId);
const accountName = getAccountName(TestAccount.SQL);
const account = await armClient.databaseAccounts.get(resourceGroupName, accountName);