You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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).
102
102
103
-
### Change PTR retention period using REST API
103
+
### Change PITR retention period using REST API
104
104
**Sample Request**
105
105
```http
106
106
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
126
126
}
127
127
}
128
128
```
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.
0 commit comments