zkt22/sk1/remove-app.sh

8 lines
161 B
Bash
Raw Normal View History

2022-05-14 11:54:03 +00:00
#!/bin/bash
set -e
az group delete -n skuskaZKT -y
az group delete -n NetworkWatcherRG -y
2022-05-14 11:55:46 +00:00
az group delete -n DefaultResourceGroup-EA -y
printf 'Sicko vymazane'