[EngSys] remove AzurePowerShell credential workaround (#30601)

Now that the product issue is fixed and released in identity, we no
longer needs
this workaround. This PR removes it.
This commit is contained in:
Jeremy Meng 2024-08-01 09:33:30 -07:00 коммит произвёл GitHub
Родитель a533a17111
Коммит de729da1ca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -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: