We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ded19a8 + 17d61fa commit 40e0c36Copy full SHA for 40e0c36
articles/azure-sql/database/automated-backups-overview.md
@@ -411,7 +411,7 @@ PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444
411
```json
412
{
413
"properties":{
414
- "retentionDays":28
+ "retentionDays":28,
415
"diffBackupIntervalInHours":24
416
}
417
@@ -425,7 +425,7 @@ PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444
425
"name": "default",
426
"type": "Microsoft.Sql/resourceGroups/servers/databases/backupShortTermRetentionPolicies",
427
"properties": {
428
- "retentionDays": 28
+ "retentionDays": 28,
429
430
431
0 commit comments