We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14d852 commit a71274dCopy full SHA for a71274d
testscripts/cleanup.ps1
@@ -382,6 +382,7 @@ if ($azdConfig['AZURE_ENV_NAME'] -eq "dev") {
382
# when performing dev cleanup there are no dependencies between resource groups
383
# exitig at this point allows AZD to handle the tear down responsibilities
384
"`nCleanup complete." | Write-Output
385
+ exit 0
386
}
387
388
# if $SkipResourceGroupDeletion is false, then we skip the resource group deletion
0 commit comments