also delete identity

This commit is contained in:
miampf 2024-05-02 14:46:03 +02:00
parent 22ab69504c
commit 2405dd4cba
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -177,6 +177,7 @@ jobs:
shell: pwsh
run: |
az group delete --name ${{ steps.iam-create.outputs.rgName }}-rg --yes
az group delete --name ${{ steps.iam-create.outputs.rgName }}-rg-identity --yes
az group delete --name ${{ steps.iam-create.outputs.rgName }}-sp --yes
notify-failure: