Skip to content

Commit

Permalink
remove immutable_backups_enabled from mssql docs (hashicorp#27136)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Aug 22, 2024
1 parent 5e91f75 commit f87bd53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

0 comments on commit f87bd53

Please sign in to comment.