зеркало из https://github.com/Azure/AzureDSVM.git
Make delete of resource group optional.
This commit is contained in:
Родитель
298a1efcdd
Коммит
07fd903862
|
@ -171,14 +171,14 @@ cmd
|
|||
system(cmd)
|
||||
```
|
||||
|
||||
# Cleanup
|
||||
# Optional Cleanup
|
||||
|
||||
```{r optionally delete resource group}
|
||||
# Delete the resource group now that we have proved existence. There
|
||||
# is probably no need to wait. Only delete if it did not pre-exist
|
||||
# this script. Deletion seems to take 10 minutes or more.
|
||||
|
||||
if (! rg_pre_exists)
|
||||
if (FALSE & ! rg_pre_exists)
|
||||
azureDeleteResourceGroup(context, RG)
|
||||
```
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче