Skip to content

Commit b3fc6d8

Browse files
MicrosoftDocs/azure-docs#95976
Removed the extra comma from the json template
1 parent c13a795 commit b3fc6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/postgresql/flexible-server/quickstart-create-server-arm-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Create a _postgres-flexible-server-template.json_ file and copy the following JS
3636
"contentVersion": "1.0.0.0",
3737
"parameters": {
3838
"administratorLogin": {
39-
"type": "string",
39+
"type": "string"
4040
},
4141
"administratorLoginPassword": {
4242
"type": "secureString"

0 commit comments

Comments
 (0)