mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 03:06:57 -06:00
Changes in RT and Xray version 7.41.7 and 3.55.2
This commit is contained in:
@@ -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')]"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user