Arm 7.29.7 (#189)

* Update azuredeploy.json

* Updated all changes for artifactory 7.29.7
This commit is contained in:
Anup Singh
2021-12-17 22:25:51 +05:30
committed by GitHub
parent 3791a89e20
commit 26de8be0ad
3 changed files with 11 additions and 5 deletions

View File

@@ -132,7 +132,7 @@
"name": "artifactoryVersion", "name": "artifactoryVersion",
"type": "Microsoft.Common.DropDown", "type": "Microsoft.Common.DropDown",
"label": "Artifactory-vm image version to deploy.", "label": "Artifactory-vm image version to deploy.",
"defaultValue": "7.27.10", "defaultValue": "7.29.7",
"toolTip": "Version of Artifactory to deploy", "toolTip": "Version of Artifactory to deploy",
"constraints": { "constraints": {
"allowedValues": [ "allowedValues": [
@@ -211,6 +211,10 @@
{ {
"label": "7.27.10", "label": "7.27.10",
"value": "0.0.33" "value": "0.0.33"
},
{
"label": "7.29.7",
"value": "0.0.34"
} }
], ],
"required": true "required": true

View File

@@ -79,7 +79,7 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.33", "defaultValue": "0.0.34",
"allowedValues": [ "allowedValues": [
"0.0.8", "0.0.8",
"0.0.9", "0.0.9",
@@ -99,7 +99,8 @@
"0.0.29", "0.0.29",
"0.0.30", "0.0.30",
"0.0.32", "0.0.32",
"0.0.33" "0.0.33",
"0.0.34"
], ],
"metadata": { "metadata": {
"description": "Artifactory-vm image version to deploy." "description": "Artifactory-vm image version to deploy."

View File

@@ -79,7 +79,7 @@
}, },
"artifactoryVersion": { "artifactoryVersion": {
"type": "string", "type": "string",
"defaultValue": "0.0.33", "defaultValue": "0.0.34",
"allowedValues": [ "allowedValues": [
"0.0.8", "0.0.8",
"0.0.9", "0.0.9",
@@ -99,7 +99,8 @@
"0.0.29", "0.0.29",
"0.0.30", "0.0.30",
"0.0.32", "0.0.32",
"0.0.33" "0.0.33",
"0.0.34"
], ],
"metadata": { "metadata": {
"description": "Artifactory-vm image version to deploy." "description": "Artifactory-vm image version to deploy."