Skip to content

Commit

Permalink
update rg to variable in delete
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-msft committed Aug 8, 2019
1 parent 48c2b7a commit 51ea5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mariadb/scale-mariadb-server/delete-mariadb.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
az group delete --name myresourcegroup
az group delete --name $RESOURCE_GROUP
2 changes: 1 addition & 1 deletion mysql/scale-mysql-server/delete-mysql.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
az group delete --name myresourcegroup
az group delete --name $RESOURCE_GROUP

0 comments on commit 51ea5b5

Please sign in to comment.