feat: resource deletion
Former-commit-id: 6451c4dd6834443bc8467c5020d489dd75ff757c
This commit is contained in:
Родитель
17dc3650ce
Коммит
5e1cde7508
|
@ -6,7 +6,7 @@ param (
|
|||
|
||||
$filter = ("rg-" + $projectAlias + "-")
|
||||
|
||||
$myprocss = Start-Process "Get-AzResourceGroup | ? ResourceGroupName -match $filter | Select-Object ResourceGroupName"
|
||||
$myprocss = Start-Process "Get-AzResourceGroup | ? ResourceGroupName -match $filter | Select-Object ResourceGroupName" -PassThru
|
||||
$myprocss.WaitForExit()
|
||||
|
||||
$answer = read-host -prompt "Found missing roles. Press 'y' to delete them."
|
||||
|
|
Загрузка…
Ссылка в новой задаче