Skip to content

Commit

Permalink
Fixing error
Browse files Browse the repository at this point in the history
  • Loading branch information
psah434 committed Apr 17, 2024
1 parent 8bbb6ba commit 9dac3cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"resources": [
{
"apiVersion": "2017-12-01", // there also exists a 2017-12-01-preview apiVersion...
"apiVersion": "2020-01-01", // there also exists a 2020-01-01-preview apiVersion...
"type": "Microsoft.DBforMySQL/servers",
"name": "[variables('databaseName')]",
"location": "[parameters('location')]",
Expand Down

0 comments on commit 9dac3cf

Please sign in to comment.