ARM templates. Xray template for 3.15.3

This commit is contained in:
danielmkn
2021-01-19 19:37:44 -08:00
parent cb5f33e96b
commit 82ba357187
4 changed files with 13 additions and 36 deletions

View File

@@ -123,32 +123,18 @@
"name": "xrayVersion",
"type": "Microsoft.Common.DropDown",
"label": "Xray-vm image version to deploy.",
"defaultValue": "3.11.2",
"defaultValue": "3.15.3",
"toolTip": "Version of Xray to deploy",
"constraints": {
"allowedValues": [
{
"label": "3.6.2",
"value": "0.0.3"
"label": "3.15.1",
"value": "0.0.10"
},
{
"label": "3.8.2",
"value": "0.0.4"
},
{
"label": "3.8.5",
"value": "0.0.5"
},
{
"label": "3.9.1",
"value": "0.0.6"
},
{
"label": "3.10.3",
"value": "0.0.7"
},
{ "label": "3.11.2", "value": "0.0.8"
}
"label": "3.15.3",
"value": "0.0.11"
}
],
"required": true
},

View File

@@ -19,14 +19,10 @@
},
"xrayVersion": {
"type": "string",
"defaultValue": "0.0.8",
"defaultValue": "0.0.11",
"allowedValues": [
"0.0.3",
"0.0.4",
"0.0.5",
"0.0.6",
"0.0.7",
"0.0.8"
"0.0.10",
"0.0.11"
],
"metadata": {
"description": "Xray-vm image version to deploy."