Arm 7.17.5 (#104)

* Update azuredeploy.json

* updated createUiDefinition.json & mainTemplate.json

* updated latest change of artifactory 7.17.5 & X-ray 3.22.1

* -preview removed from azuredeploy.json
This commit is contained in:
Anup Singh
2021-04-30 23:12:12 +05:30
committed by GitHub
parent 0fbb5d7441
commit 94b2752d7d
8 changed files with 24 additions and 12 deletions

View File

@@ -123,7 +123,7 @@
"name": "xrayVersion",
"type": "Microsoft.Common.DropDown",
"label": "Xray-vm image version to deploy.",
"defaultValue": "3.21.2",
"defaultValue": "3.22.1",
"toolTip": "Version of Xray to deploy",
"constraints": {
"allowedValues": [
@@ -150,6 +150,10 @@
{
"label": "3.21.2",
"value": "0.0.17"
},
{
"label": "3.22.1",
"value": "0.0.18"
}
],
"required": true

View File

@@ -19,14 +19,15 @@
},
"xrayVersion": {
"type": "string",
"defaultValue": "0.0.17",
"defaultValue": "0.0.18",
"allowedValues": [
"0.0.10",
"0.0.11",
"0.0.13",
"0.0.14",
"0.0.15",
"0.0.17"
"0.0.17",
"0.0.18"
],
"metadata": {
"description": "Xray-vm image version to deploy."