mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
Changes in RT and Xray version 7.41.7 and 3.55.2
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"xrayVersion": {
|
||||
"type": "string",
|
||||
"defaultValue": "0.0.34",
|
||||
"defaultValue": "0.0.35",
|
||||
"allowedValues": [
|
||||
"0.0.10",
|
||||
"0.0.11",
|
||||
@@ -42,7 +42,8 @@
|
||||
"0.0.31",
|
||||
"0.0.32",
|
||||
"0.0.33",
|
||||
"0.0.34"
|
||||
"0.0.34",
|
||||
"0.0.35"
|
||||
],
|
||||
"metadata": {
|
||||
"description": "Xray-vm image version to deploy."
|
||||
@@ -221,7 +222,7 @@
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
"apiVersion": "2020-06-01",
|
||||
"apiVersion": "2021-04-01",
|
||||
"name": "pid-650cbcf5-daa5-4038-88f1-aa87d58f8f1a-partnercenter",
|
||||
"type": "Microsoft.Resources/deployments",
|
||||
"properties": {
|
||||
@@ -236,7 +237,7 @@
|
||||
{
|
||||
"condition": "[equals(parameters('virtualNetworkNewOrExisting'),'new')]",
|
||||
"type": "Microsoft.Network/virtualNetworks",
|
||||
"apiVersion": "2020-05-01",
|
||||
"apiVersion": "2022-05-01",
|
||||
"name": "[parameters('virtualNetworkName')]",
|
||||
"location": "[parameters('location')]",
|
||||
"properties": {
|
||||
@@ -258,7 +259,7 @@
|
||||
{
|
||||
"type": "Microsoft.Network/publicIPAddresses",
|
||||
"name": "[variables('publicIPAddressName')]",
|
||||
"apiVersion": "2020-05-01",
|
||||
"apiVersion": "2022-05-01",
|
||||
"location": "[parameters('location')]",
|
||||
"properties": {
|
||||
"publicIPAllocationMethod": "[variables('publicIPAddressType')]"
|
||||
@@ -267,7 +268,7 @@
|
||||
{
|
||||
"type": "Microsoft.Network/networkInterfaces",
|
||||
"name": "[variables('nicName')]",
|
||||
"apiVersion": "2020-05-01",
|
||||
"apiVersion": "2022-05-01",
|
||||
"location": "[parameters('location')]",
|
||||
"properties": {
|
||||
"ipConfigurations": [
|
||||
@@ -305,7 +306,7 @@
|
||||
{
|
||||
"type": "Microsoft.Resources/deployments",
|
||||
"name": "deploySQLDB",
|
||||
"apiVersion": "2020-06-01",
|
||||
"apiVersion": "2021-04-01",
|
||||
"properties": {
|
||||
"mode": "Incremental",
|
||||
"templateLink": {
|
||||
@@ -338,7 +339,7 @@
|
||||
"type": "Microsoft.Compute/virtualMachineScaleSets",
|
||||
"name": "[concat(variables('namingInfix'), 'xrayScaleset')]",
|
||||
"location": "[parameters('location')]",
|
||||
"apiVersion": "2020-06-01",
|
||||
"apiVersion": "2022-08-01",
|
||||
"dependsOn": [
|
||||
"[resourceId('Microsoft.Storage/storageAccounts/', variables('storageAccountName'))]",
|
||||
"[resourceId('Microsoft.Network/networkInterfaces/', variables('nicName'))]"
|
||||
|
||||
Reference in New Issue
Block a user