Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mssql - remove immutable_backups_enabled from docs #27136

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions website/docs/guides/4.0-upgrade-guide.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,14 @@ The deprecated data source has been superseded by `azurerm_mssql_server` and has
* The deprecated `metric.retention_policy` block has been removed in favour of the `azurerm_storage_management_policy` resource.
* The deprecated `log` block has been removed in favour of the `enabled_log` block.

### `azurerm_mssql_managed_database`

* The `long_term_retention_policy.immutable_backups_enabled` property has been removed due to a breaking SDK upgrade.

### `azurerm_mssql_database`

* The `long_term_retention_policy.immutable_backups_enabled` property has been removed due to a breaking SDK upgrade.

### `azurerm_netapp_pool`

* The `qos_type` property now defaults to `Auto`.
Expand Down
1 change: 0 additions & 1 deletion website/docs/r/mssql_database.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ A `long_term_retention_policy` block supports the following:
* `monthly_retention` - (Optional) The monthly retention policy for an LTR backup in an ISO 8601 format. Valid value is between 1 to 120 months. e.g. `P1Y`, `P1M`, `P4W` or `P30D`.
* `yearly_retention` - (Optional) The yearly retention policy for an LTR backup in an ISO 8601 format. Valid value is between 1 to 10 years. e.g. `P1Y`, `P12M`, `P52W` or `P365D`.
* `week_of_year` - (Optional) The week of year to take the yearly backup. Value has to be between `1` and `52`.
* `immutable_backups_enabled` - (Optional) Specifies if the backups are immutable. Defaults to `false`.

---

Expand Down
1 change: 0 additions & 1 deletion website/docs/r/mssql_managed_database.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ A `long_term_retention_policy` block supports the following:
* `monthly_retention` - (Optional) The monthly retention policy for an LTR backup in an ISO 8601 format. Valid value is between 1 to 120 months. e.g. `P1Y`, `P1M`, `P4W` or `P30D`.
* `yearly_retention` - (Optional) The yearly retention policy for an LTR backup in an ISO 8601 format. Valid value is between 1 to 10 years. e.g. `P1Y`, `P12M`, `P52W` or `P365D`.
* `week_of_year` - (Optional) The week of year to take the yearly backup. Value has to be between `1` and `52`.
* `immutable_backups_enabled` - (Optional) Specifies if the backups are immutable. Defaults to `false`.

---

Expand Down
Loading