Skip to content

Commit e4611b0

Browse files
authored
Merge pull request #9955 from dealaus/patch-1
Update sql-database-automated-backups.md
2 parents 4db1889 + d380d82 commit e4611b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ You can change the default retention using REST API or PowerShell. The supported
9898
Set-AzureRmSqlDatabaseBackupShortTermRetentionPolicy -ResourceGroupName resourceGroup -ServerName testserver -DatabaseName testDatabase -RetentionDays 28
9999
```
100100
> [!IMPORTANT]
101-
> This APIs is included in Azure PowerShell starting from version 4.6.0-preview.
101+
> This API is included in AzureRM.Sql PowerShell Module starting from version [4.7.0-preview](https://www.powershellgallery.com/packages/AzureRM.Sql/4.7.0-preview).
102102
103-
### Change PTR retention period using REST API
103+
### Change PITR retention period using REST API
104104
**Sample Request**
105105
```http
106106
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup/providers/Microsoft.Sql/servers/testserver/databases/testDatabase/backupShortTermRetentionPolicies/default?api-version=2017-10-01-preview
@@ -126,7 +126,7 @@ Status code: 200
126126
}
127127
}
128128
```
129-
See [Backup Retention REST API](https://docs.microsoft.com/rest/api/sql/backups) for more details.
129+
See [Backup Retention REST API](https://docs.microsoft.com/rest/api/sql/backupshorttermretentionpolicies) for more details.
130130

131131
## Next steps
132132

0 commit comments

Comments
 (0)