Skip to content

Commit

Permalink
Added -Force to App Registration removal in cleanup job
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Aug 21, 2023
1 parent 902006f commit cd355a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-ipam-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ jobs:
- name : "Cleanup Azure IPAM Deployment"
shell: pwsh
run: |
Remove-AzResourceGroup -Name "ipam-${{ needs.deploy.outputs.ipamSuffix }}"
Remove-AzResourceGroup -Name "ipam-${{ needs.deploy.outputs.ipamSuffix }}" -Force
Remove-AzADApplication -DisplayName $Env:IPAM_UI_ID
Remove-AzADApplication -DisplayName $Env:IPAM_ENGINE_ID

0 comments on commit cd355a1

Please sign in to comment.