From cd355a1f4b0367c82aaa87be84cca0bc9bd96784 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Mon, 21 Aug 2023 07:44:47 -0700 Subject: [PATCH] Added -Force to App Registration removal in cleanup job --- .github/workflows/azure-ipam-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-ipam-testing.yml b/.github/workflows/azure-ipam-testing.yml index 66bd2ae..318322f 100644 --- a/.github/workflows/azure-ipam-testing.yml +++ b/.github/workflows/azure-ipam-testing.yml @@ -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