From 74a8f8647a7fe90dbda02928dd8c448cf6f0195f Mon Sep 17 00:00:00 2001 From: Karishma Ghiya Date: Wed, 13 Nov 2024 16:25:52 -0800 Subject: [PATCH] drop installation of azure-cli --- sdk/identity/test-resources-pre.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/identity/test-resources-pre.ps1 b/sdk/identity/test-resources-pre.ps1 index a1566601d076..6b3c8cb29e90 100644 --- a/sdk/identity/test-resources-pre.ps1 +++ b/sdk/identity/test-resources-pre.ps1 @@ -60,8 +60,6 @@ $env:IDENTITY_SP_CERT_PEM = $pemPath if ($CI) { - # Install latest version of the Azure CLI - pip install azure-cli # The owner is a service principal $templateFileParameters['principalUserType'] = 'ServicePrincipal' Write-Host "Sleeping for a bit to ensure service principal is ready."