mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -06:00
Update azuredeploy.json
Corrected ubuntuOSVersion parameter handling
This commit is contained in:
committed by
GitHub
parent
ad429c5b8b
commit
9dc9c43c80
@@ -240,7 +240,7 @@
|
|||||||
"osType": {
|
"osType": {
|
||||||
"publisher": "Canonical",
|
"publisher": "Canonical",
|
||||||
"offer": "UbuntuServer",
|
"offer": "UbuntuServer",
|
||||||
"sku": "14.04.2-LTS",
|
"sku": "[parameters('ubuntuOSVersion')]",
|
||||||
"version": "latest"
|
"version": "latest"
|
||||||
},
|
},
|
||||||
"apiVersion": "2015-06-15",
|
"apiVersion": "2015-06-15",
|
||||||
|
|||||||
Reference in New Issue
Block a user