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()