From 39f1d102eb82870d5bdf516f1385c3d515fe512b Mon Sep 17 00:00:00 2001 From: taivop Date: Thu, 6 Oct 2016 11:45:55 +0200 Subject: [PATCH] #38 test deployment successful, but delete isnt --- scripts/py/test_deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/py/test_deployment.py b/scripts/py/test_deployment.py index de05230..79c83f2 100644 --- a/scripts/py/test_deployment.py +++ b/scripts/py/test_deployment.py @@ -9,7 +9,7 @@ # endregion # region ---- Parameters ---- -my_resource_group = 'azure-python-deployment-sample-2' +my_resource_group = 'azure-python-deployment-test' my_pub_ssh_key_path = os.path.expanduser('~/.ssh/id_rsa.pub') template_path = "azure-templates/test_template.json" dns_label_prefix = Haikunator().haikunate()