ARM templates - RT 7.10.2, JCR 7.10.2, Xray 3.9.1

- minor changes in VM image templates
This commit is contained in:
danielmkn
2020-10-19 14:12:07 -07:00
parent 3b97737dfc
commit 282d251e5d
15 changed files with 55 additions and 63 deletions

View File

@@ -132,7 +132,7 @@
"name": "artifactoryVersion",
"type": "Microsoft.Common.DropDown",
"label": "Artifactory-vm image version to deploy.",
"defaultValue": "7.7.3",
"defaultValue": "7.10.2",
"toolTip": "Version of Artifactory to deploy",
"constraints": {
"allowedValues": [
@@ -167,6 +167,10 @@
{
"label": "7.7.3",
"value": "0.0.2"
},
{
"label": "7.10.2",
"value": "0.0.3"
}
],
"required": true

View File

@@ -79,7 +79,7 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "0.0.2",
"defaultValue": "0.0.3",
"allowedValues": [
"6.6.0",
"6.6.1",
@@ -95,7 +95,8 @@
"7.4.3",
"7.4.30",
"0.0.1",
"0.0.2"
"0.0.2",
"0.0.3"
],
"metadata": {
"description": "Artifactory-vm image version to deploy."