6 lines
136 B
Bash
6 lines
136 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
az group delete -n skuskaZKT -y
|
||
|
az group delete -n NetworkWatcherRG -y
|
||
|
az group delete -n DefaultResourceGroup-EA -y
|