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 4298efc commit 97e3b63Copy full SHA for 97e3b63
testscripts/cleanup.ps1
@@ -380,7 +380,7 @@ foreach ($resourceGroupName in $resourceGroups) {
380
381
if ($azdConfig['ENVIRONMENT'] ?? 'dev' -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
+ # existing at this point allows AZD to handle the tear down responsibilities
384
"`nCleanup complete." | Write-Output
385
exit 0
386
}
0 commit comments