INST-5035 - Changes in Artifactory version and set hide confiramation to false

This commit is contained in:
logeshwarsn
2022-11-23 13:01:48 +05:30
parent be01e9a50f
commit c97822ca8d
6 changed files with 29 additions and 15 deletions

View File

@@ -123,7 +123,7 @@
"name": "xrayVersion",
"type": "Microsoft.Common.DropDown",
"label": "Xray-vm image version to deploy.",
"defaultValue": "3.55.2",
"defaultValue": "3.60.2",
"toolTip": "Version of Xray to deploy",
"constraints": {
"allowedValues": [
@@ -218,6 +218,10 @@
{
"label": "3.55.2",
"value": "0.0.35"
},
{
"label": "3.60.2",
"value": "0.0.36"
}
],
"required": true
@@ -238,7 +242,7 @@
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
},
"options": {
"hideConfirmation": true
"hideConfirmation": false
}
},
{
@@ -255,7 +259,7 @@
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
},
"options": {
"hideConfirmation": true
"hideConfirmation": false
}
},
{

View File

@@ -19,7 +19,7 @@
},
"xrayVersion": {
"type": "string",
"defaultValue": "0.0.35",
"defaultValue": "0.0.36",
"allowedValues": [
"0.0.10",
"0.0.11",
@@ -43,7 +43,8 @@
"0.0.32",
"0.0.33",
"0.0.34",
"0.0.35"
"0.0.35",
"0.0.36"
],
"metadata": {
"description": "Xray-vm image version to deploy."

View File

@@ -19,7 +19,7 @@
},
"xrayVersion": {
"type": "string",
"defaultValue": "0.0.34",
"defaultValue": "0.0.36",
"allowedValues": [
"0.0.10",
"0.0.11",
@@ -42,7 +42,9 @@
"0.0.31",
"0.0.32",
"0.0.33",
"0.0.34"
"0.0.34",
"0.0.35",
"0.0.36"
],
"metadata": {
"description": "Xray-vm image version to deploy."