diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1e5ac2eede..18dfe31f5d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,12 @@ BUG FIXES: * storage: fix a number of potential crashes during plan/apply with resources using the Storage data plane API [GH-25525] * `azurerm_application_insights` - fix issue where the wrong Application ID was set into the property `app_id` [GH-25520] -* `azurerm_monitor_alert_prometheus_rule_group` - the `severity` property is now set correctly when `0` [GH-25408] -* `azurerm_redis_cache_access_policy_assignment` - the `object_id_alias` property now allows usernames [GH-25523] * `azurerm_container_app_environment_certificate` - the `subject_name` attribute is now correctly populated [GH-25516] -* `azurerm_linux_function_app` - will not taint the resource when partially created [GH-24520] * `azurerm_function_app_slot` - will not taint the resource when partially created [GH-24520] +* `azurerm_linux_function_app` - will not taint the resource when partially created [GH-24520] +* `azurerm_managed_disk` - filtering the Resource SKUs response to reduce the memory overhead, when determining whether a Managed Disk can be online resized or not [GH-25549] +* `azurerm_monitor_alert_prometheus_rule_group` - the `severity` property is now set correctly when `0` [GH-25408] +* `azurerm_redis_cache_access_policy_assignment` - the `object_id_alias` property now allows usernames [GH-25523] * `azurerm_windows_function_app` - will not taint the resource when partially created [GH-24520] * `azurerm_windows_function_app` - will not taint the resource when partially created [GH-24520]