Browse code

[stable-2.6] 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 <mrd@redhat.com>

Matt Davis authored on 2019/02/08 04:24:51
Showing 1 changed files
... ...
@@ -6,7 +6,7 @@
6 6
   azure_rm_deployment:
7 7
     resource_group: "{{ resource_group }}"
8 8
     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'
10 10
     deployment_name: "{{ dns_label }}"
11 11
     parameters:
12 12
       adminUsername: