Updated ubuntu version to 16.04.0-LTS

This commit is contained in:
maheshg
2018-03-06 10:37:04 -08:00
parent ee9822fd9f
commit c446ba0e82
2 changed files with 6 additions and 5 deletions

View File

@@ -54,14 +54,15 @@
},
"ubuntuOSVersion": {
"type": "string",
"defaultValue": "14.04.2-LTS",
"defaultValue": "16.04.0-LTS",
"allowedValues": [
"12.04.5-LTS",
"14.04.2-LTS",
"15.10"
"15.10",
"16.04.0-LTS"
],
"metadata": {
"description": "The Ubuntu version for the VM. This will pick a fully patched image of this given Ubuntu version. Allowed values: 12.04.5-LTS, 14.04.2-LTS, 15.10."
"description": "The Ubuntu version for the VM."
}
},
"artifactoryLicense1": {