Skip to content

Commit

Permalink
Fix template names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamran Khan committed Feb 10, 2017
1 parent 4f915ef commit 1baf09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 101-vm-full-disk-encrypted-rhel-unmanaged/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"variables": {
"templateName": "101-vm-full-disk-encrypted-rhel",
"templateName": "101-vm-full-disk-encrypted-rhel-unmanaged",
"createVmUrl": "[concat(parameters('_artifactsLocation'), '/', '101-vm-simple-rhel-unmanaged', '/', 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]",
"createVmDeploymentName": "[concat(uniquestring(parameters('vmName')), 'createVm')]",
"encryptVmUrl": "[concat(parameters('_artifactsLocation'), '/', '201-encrypt-running-linux-vm', '/', 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]",
Expand Down
2 changes: 1 addition & 1 deletion 101-vm-full-disk-encrypted-rhel/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
},
"variables": {
"templateName": "101-vm-full-disk-encrypted-rhel-md",
"templateName": "101-vm-full-disk-encrypted-rhel",
"createVmUrl": "[concat(parameters('_artifactsLocation'), '/', '101-vm-simple-rhel', '/', 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]",
"createVmDeploymentName": "[concat(uniquestring(parameters('vmName')), 'createVm')]",
"encryptVmUrl": "[concat(parameters('_artifactsLocation'), '/', '201-encrypt-running-linux-vm', '/', 'azuredeploy.json', parameters('_artifactsLocationSasToken'))]",
Expand Down

0 comments on commit 1baf09d

Please sign in to comment.