Update azuredeploy.json

Corrected ubuntuOSVersion parameter handling
This commit is contained in:
Maheshkumar Gopalakrishnan
2018-03-09 09:10:23 -08:00
committed by GitHub
parent ad429c5b8b
commit 9dc9c43c80

View File

@@ -240,7 +240,7 @@
"osType": {
"publisher": "Canonical",
"offer": "UbuntuServer",
"sku": "14.04.2-LTS",
"sku": "[parameters('ubuntuOSVersion')]",
"version": "latest"
},
"apiVersion": "2015-06-15",