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

@@ -132,7 +132,7 @@
"name": "artifactoryVersion",
"type": "Microsoft.Common.DropDown",
"label": "Artifactory-vm image version to deploy.",
"defaultValue": "7.41.7",
"defaultValue": "7.46.11",
"toolTip": "Version of Artifactory to deploy",
"constraints": {
"allowedValues": [
@@ -239,6 +239,10 @@
{
"label": "7.41.7",
"value": "0.0.41"
},
{
"label": "7.46.11",
"value": "0.0.42"
}
],
"required": true
@@ -259,7 +263,7 @@
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
},
"options": {
"hideConfirmation": true
"hideConfirmation": false
}
},
{
@@ -276,7 +280,7 @@
"validationMessage": "Only alphanumeric characters are allowed, and the value must be 1-64 characters long."
},
"options": {
"hideConfirmation": true
"hideConfirmation": false
}
},
{

View File

@@ -79,7 +79,7 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "0.0.41",
"defaultValue": "0.0.42",
"allowedValues": [
"0.0.8",
"0.0.9",
@@ -106,7 +106,8 @@
"0.0.38",
"0.0.39",
"0.0.40",
"0.0.41"
"0.0.41",
"0.0.42"
],
"metadata": {
"description": "Artifactory-vm image version to deploy."
@@ -328,7 +329,7 @@
},
"resources": [
{
"apiVersion": "2021-12-01",
"apiVersion": "2021-04-01",
"name": "pid-9cc90849-b021-4272-a33f-1922bd5c0f99-partnercenter",
"type": "Microsoft.Resources/deployments",
"properties": {

View File

@@ -79,7 +79,7 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "0.0.40",
"defaultValue": "0.0.42",
"allowedValues": [
"0.0.8",
"0.0.9",
@@ -105,7 +105,9 @@
"0.0.37",
"0.0.38",
"0.0.39",
"0.0.40"
"0.0.40",
"0.0.41",
"0.0.42"
],
"metadata": {
"description": "Artifactory-vm image version to deploy."