Skip to content

Commit 40e0c36

Browse files
authored
Merge pull request #89566 from gmsantos/patch-1
Add missing commas to JSON outputs
2 parents ded19a8 + 17d61fa commit 40e0c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-sql/database/automated-backups-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444
411411
```json
412412
{
413413
"properties":{
414-
"retentionDays":28
414+
"retentionDays":28,
415415
"diffBackupIntervalInHours":24
416416
}
417417
}
@@ -425,7 +425,7 @@ PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444
425425
"name": "default",
426426
"type": "Microsoft.Sql/resourceGroups/servers/databases/backupShortTermRetentionPolicies",
427427
"properties": {
428-
"retentionDays": 28
428+
"retentionDays": 28,
429429
"diffBackupIntervalInHours":24
430430
}
431431
}

0 commit comments

Comments
 (0)