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

azurerm_mssql_database/azurerm_mssql_managed_database - remove Computed for weekly_retention, monthly_retention and yearly_retention #26914

Merged
merged 12 commits into from
Nov 14, 2024
Prev Previous commit
Next Next commit
merge latest change
  • Loading branch information
neil-yechenwei committed Nov 6, 2024
commit d977704933e602289e1f5c56ea5df21c74136e9a
15 changes: 15 additions & 0 deletions website/docs/5.0-upgrade-guide.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ Please follow the format in the example below for listing breaking changes in re
* The `example_property_with_changed_default` property now defaults to `NewDefault`.
```

### `azurerm_storage_account`

* The deprecated `queue_properties` block has been removed and superseded by the `azurerm_storage_account_queue_properties` resource.
* The deprecated `static_website` block has been removed and superseded by the `azurerm_storage_account_static_website` resource.

### `azurerm_storage_container`

* The deprecated `storage_account_name` property has been removed in favour of the `storage_account_id` property.
* The deprecated `resource_manager_id` property has been removed in favour of the `id` property.

### `azurerm_storage_share`

* The deprecated `storage_account_name` property has been removed in favour of the `storage_account_id` property.
* The deprecated `resource_manager_id` property has been removed in favour of the `id` property.

### `azurerm_mssql_database`

* The properties `weekly_retention`, `monthly_retention` and `yearly_retention` now default to `PT0S`.
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.