From c3106105310a572cb321edc8050e72b38281cf6c Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Thu, 1 Aug 2024 01:55:41 +0000 Subject: [PATCH] [EngSys] remove AzurePowerShell credential workaround Now that the product issue is fixed and released in identity, we no longer needs this workaround. This PR removes it. --- eng/pipelines/templates/jobs/live.tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/eng/pipelines/templates/jobs/live.tests.yml b/eng/pipelines/templates/jobs/live.tests.yml index d2d9e8c1acb0..ff6dd8a0d636 100644 --- a/eng/pipelines/templates/jobs/live.tests.yml +++ b/eng/pipelines/templates/jobs/live.tests.yml @@ -212,11 +212,6 @@ jobs: # ===== BEGIN LIVE TEST RUNS ===== - - pwsh: | - eng/common/scripts/Import-AzModules.ps1 - Update-AzConfig -DisplayBreakingChangeWarning $false - displayName: "Workaround https://github.com/Azure/azure-sdk-for-js/issues/30356" - - ${{ if eq('true', parameters.UseFederatedAuth) }}: - task: AzurePowerShell@5 inputs: