This commit is contained in:
Anup Singh
2021-03-05 23:09:30 +05:30
committed by GitHub
parent 9d3f57154f
commit a6445ed46b
8 changed files with 24 additions and 12 deletions

View File

@@ -132,7 +132,7 @@
"name": "artifactoryVersion",
"type": "Microsoft.Common.DropDown",
"label": "Artifactory-vm image version to deploy.",
"defaultValue": "7.12.6",
"defaultValue": "7.15.3",
"toolTip": "Version of Artifactory to deploy",
"constraints": {
"allowedValues": [
@@ -147,6 +147,10 @@
{
"label": "7.12.8",
"value": "0.0.10"
},
{
"label": "7.15.3",
"value": "0.0.11"
}
],
"required": true

View File

@@ -79,11 +79,12 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "0.0.10",
"defaultValue": "0.0.11",
"allowedValues": [
"0.0.8",
"0.0.9",
"0.0.10"
"0.0.10",
"0.0.11"
],
"metadata": {
"description": "Artifactory-vm image version to deploy."