Skip to content

Commit

Permalink
[EngSys] remove AzurePowerShell credential workaround (#30601)
Browse files Browse the repository at this point in the history
Now that the product issue is fixed and released in identity, we no
longer needs
this workaround. This PR removes it.
  • Loading branch information
jeremymeng committed Aug 1, 2024
1 parent a533a17 commit de729da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eng/pipelines/templates/jobs/live.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit de729da

Please sign in to comment.