Skip to content

Commit ac3a3ce

Browse files
nitzmahoneabadger
authored andcommitted
[stable-2.7] fix azure_rm_deployment test
* recent changes to args for hosted template file broke the test; changed test to use a specific known-working commit instead of `master`. * long-term may want to consider hosting the template in httptester or just embedding a local copy (cherry picked from commit 46bf387) Co-authored-by: Matt Davis <[email protected]>
1 parent 7589d49 commit ac3a3ce

File tree

1 file changed

+1
-1
lines changed
  • test/integration/targets/azure_rm_deployment/tasks

1 file changed

+1
-1
lines changed

test/integration/targets/azure_rm_deployment/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
azure_rm_deployment:
77
resource_group: "{{ resource_group }}"
88
location: "eastus"
9-
template_link: 'https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-vm-simple-linux/azuredeploy.json'
9+
template_link: 'https://raw.githubusercontent.com/Azure/azure-quickstart-templates/d01a5c06f4f1bc03a049ca17bbbd6e06d62657b3/101-vm-simple-linux/azuredeploy.json'
1010
deployment_name: "{{ dns_label }}"
1111
parameters:
1212
adminUsername:

0 commit comments

Comments
 (0)