Skip to content

Commit

Permalink
Merge pull request Azure#5150 from bmoore-msft/master
Browse files Browse the repository at this point in the history
fixed pathing
  • Loading branch information
bmoore-msft authored Aug 29, 2018
2 parents 1004dcb + 813e791 commit 6ce0179
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 201-vm-msi/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-vm-msi"
"defaultValue": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-vm-msi/"
},
"_artifactsLocationSasToken": {
"type": "securestring",
Expand Down
2 changes: 1 addition & 1 deletion 201-vmss-msi/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
"defaultValue": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-vmss-msi"
"defaultValue": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-vmss-msi/"
},
"_artifactsLocationSasToken": {
"type": "securestring",
Expand Down
1 change: 0 additions & 1 deletion 201-vmss-msi/nestedtemplates/createVMSS.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"contentVersion": "1.0.0.0",
"parameters": {
"_artifactsLocation": {
"defaultValue": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-vmss-msi-linux",
"metadata": {
"description": "The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated."
},
Expand Down

0 comments on commit 6ce0179

Please sign in to comment.