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,31 +123,17 @@
"name": "xrayVersion", "name": "xrayVersion",
"type": "Microsoft.Common.DropDown", "type": "Microsoft.Common.DropDown",
"label": "Xray-vm image version to deploy.", "label": "Xray-vm image version to deploy.",
"defaultValue": "3.11.2", "defaultValue": "3.15.3",
"toolTip": "Version of Xray to deploy", "toolTip": "Version of Xray to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [
{ {
"label": "3.6.2", "label": "3.15.1",
"value": "0.0.3" "value": "0.0.10"
}, },
{ {
"label": "3.8.2", "label": "3.15.3",
"value": "0.0.4" "value": "0.0.11"
},
{
"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"
} }
], ],
"required": true "required": true

View File

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

View File

@@ -33,7 +33,7 @@
"value": "10.0.1.0/24" "value": "10.0.1.0/24"
}, },
"xrayVersion": { "xrayVersion": {
"value": "0.0.8" "value": "0.0.11"
}, },
"artifactoryURL": { "artifactoryURL": {
"value": "http://ARTIFACTORY-URL.cloudapp.azure.com" "value": "http://ARTIFACTORY-URL.cloudapp.azure.com"

View File

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