Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Jan 8, 2025
1 parent e7a1037 commit 916a1d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lisa/sut_orchestrator/azure/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2754,8 +2754,7 @@ def get_secret_client(vault_url: str, platform: "AzurePlatform") -> SecretClient
def get_key_vault_management_client(
platform: "AzurePlatform",
) -> KeyVaultManagementClient:
credential = get_static_access_token("AZURE_KEYVAULT_ACCESS_TOKEN") or platform.credential
return KeyVaultManagementClient(credential, platform.subscription_id)
return KeyVaultManagementClient(platform.credential, platform.subscription_id)


def get_tenant_id(credential: Any) -> Any:
Expand Down

0 comments on commit 916a1d0

Please sign in to comment.