mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
ARM templates. Updated API's in the nested template, fixed formatting issue
This commit is contained in:
@@ -143,8 +143,7 @@
|
||||
{
|
||||
"label": "7.12.6",
|
||||
"value": "0.0.9"
|
||||
},
|
||||
{ "label": "7.11.2", "value": "0.0.6" }
|
||||
}
|
||||
],
|
||||
"required": true
|
||||
},
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
"type": "Microsoft.Sql/servers",
|
||||
"kind": "v12.0",
|
||||
"location": "[parameters('db_location')]",
|
||||
"apiVersion": "2020-02-02-preview",
|
||||
"apiVersion": "2020-08-01-preview",
|
||||
"tags": {
|
||||
"displayName": "artifactoryDB"
|
||||
},
|
||||
@@ -62,7 +62,7 @@
|
||||
"name": "[uniqueString(parameters('db_server'), 'AllowAllWindowsAzureIps' )]",
|
||||
"type": "firewallrules",
|
||||
"location": "[parameters('db_location')]",
|
||||
"apiVersion": "2020-02-02-preview",
|
||||
"apiVersion": "2020-08-01-preview",
|
||||
"dependsOn": [
|
||||
"[resourceId('Microsoft.Sql/servers/', parameters('db_server'))]"
|
||||
],
|
||||
@@ -76,7 +76,7 @@
|
||||
"type": "databases",
|
||||
"kind": "v12.0,user",
|
||||
"location": "[parameters('db_location')]",
|
||||
"apiVersion": "2020-02-02-preview",
|
||||
"apiVersion": "2020-08-01-preview",
|
||||
"dependsOn": [
|
||||
"[parameters('db_server')]"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user