ARM templates. Updated API's in the nested template, fixed formatting issue

This commit is contained in:
danielmkn
2021-01-14 17:47:59 -08:00
parent 2179e8a3db
commit cb80b3f15c
3 changed files with 7 additions and 8 deletions

View File

@@ -143,8 +143,7 @@
{
"label": "7.12.6",
"value": "0.0.9"
},
{ "label": "7.11.2", "value": "0.0.6" }
}
],
"required": true
},

View File

@@ -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')]"
],