Changes in RT and Xray version 7.41.7 and 3.55.2

This commit is contained in:
Logeshwarsn
2022-09-01 17:33:17 +05:30
parent 0a0ecefbdd
commit 096e90f1d3
6 changed files with 32 additions and 22 deletions

View File

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

View File

@@ -79,7 +79,7 @@
},
"artifactoryVersion": {
"type": "string",
"defaultValue": "0.0.40",
"defaultValue": "0.0.41",
"allowedValues": [
"0.0.8",
"0.0.9",
@@ -105,7 +105,8 @@
"0.0.37",
"0.0.38",
"0.0.39",
"0.0.40"
"0.0.40",
"0.0.41"
],
"metadata": {
"description": "Artifactory-vm image version to deploy."
@@ -749,7 +750,7 @@
{
"type": "Microsoft.Resources/deployments",
"name": "deploySQLDB",
"apiVersion": "2020-06-01",
"apiVersion": "2021-04-01",
"properties": {
"mode": "Incremental",
"templateLink": {
@@ -788,7 +789,7 @@
"type": "Microsoft.Compute/virtualMachineScaleSets",
"name": "[variables('scaleSetPrimaryName')]",
"location": "[parameters('location')]",
"apiVersion": "2020-06-01",
"apiVersion": "2021-11-01",
"dependsOn": [
"[resourceId('Microsoft.Network/loadBalancers/', variables('lbName'))]",
"[resourceId('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]",
@@ -884,7 +885,7 @@
"type": "Microsoft.Compute/virtualMachineScaleSets",
"name": "[variables('scaleSetMemberName')]",
"location": "[parameters('location')]",
"apiVersion": "2020-06-01",
"apiVersion": "2021-11-01",
"dependsOn": [
"[resourceId('Microsoft.Network/loadBalancers/', variables('lbName'))]",
"[resourceId('Microsoft.Network/virtualNetworks/', variables('virtualNetworkName'))]",

View File

@@ -47,7 +47,7 @@
"name": "[parameters('db_server')]",
"type": "Microsoft.Sql/servers",
"location": "[parameters('db_location')]",
"apiVersion": "2020-08-01-preview",
"apiVersion": "2021-11-01-preview",
"tags": {
"displayName": "artifactoryDB"
},
@@ -61,7 +61,7 @@
"name": "[uniqueString(parameters('db_server'), 'AllowAllWindowsAzureIps' )]",
"type": "firewallrules",
"location": "[parameters('db_location')]",
"apiVersion": "2020-08-01-preview",
"apiVersion": "2021-11-01-preview",
"dependsOn": [
"[resourceId('Microsoft.Sql/servers/', parameters('db_server'))]"
],
@@ -75,7 +75,7 @@
"type": "databases",
"kind": "v12.0,user",
"location": "[parameters('db_location')]",
"apiVersion": "2020-08-01-preview",
"apiVersion": "2021-11-01-preview",
"dependsOn": [
"[parameters('db_server')]"
],
@@ -105,4 +105,4 @@
"value": "[parameters('databases')]"
}
}
}
}