changes in RT versions 7.37.14

This commit is contained in:
Logeshwarsn
2022-04-25 14:44:01 +05:30
parent d139bdb02b
commit a3b97e4b63
2 changed files with 8 additions and 3 deletions

View File

@@ -132,7 +132,7 @@
"name": "artifactoryVersion",
"type": "Microsoft.Common.DropDown",
"label": "Artifactory-vm image version to deploy.",
"defaultValue": "7.35.2",
"defaultValue": "7.37.14",
"toolTip": "Version of Artifactory to deploy",
"constraints": {
"allowedValues": [
@@ -231,6 +231,10 @@
{
"label": "7.35.2",
"value": "0.0.39"
},
{
"label": "7.37.14",
"value": "0.0.40"
}
],
"required": true

View File

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