diff --git a/CHANGELOG.md b/CHANGELOG.md index dedbc609a9db..a22f67f817d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,17 +13,27 @@ ENHANCEMENTS: * `dependencies`: updating to v0.20240229.1102109 of `github.com/hashicorp/go-azure-sdk` [GH-25102] * `monitor`: updating to use the transport layer from `hashicorp/go-azure-sdk` rather than `Azure/go-autorest` [GH-#25102] * `network`: updating to API Version `2023-09-01` [GH-25095] +* `azurerm_data_factory_integration_runtime_managed` - support for the `credential_name` property [GH-25033] * `azurerm_linux_function_app` - support for the `ip_restriction_default_action` and `scm_ip_restriction_default_action` properties [GH-25131] * `azurerm_linux_function_app_slot` - support for the `ip_restriction_default_action` and `scm_ip_restriction_default_action` properties [GH-25131] * `azurerm_linux_web_app` - support for the `ip_restriction_default_action` and `scm_ip_restriction_default_action` properties [GH-25131] * `azurerm_linux_web_app_slot` - support for the `ip_restriction_default_action` and `scm_ip_restriction_default_action` properties [GH-25131] * `azurerm_mysql_flexible_server` - setting the `storage.size_gb` property to a smaller value now forces a new resource to be created [GH-25074] * `azurerm_orbital_contact_profile` - changing the `channels` property no longer creates a new resource [GH-25129] +* `azurerm_private_dns_resolver_inbound_endpoint` - `private_ip_address` is no longer required when `private_ip_allocation_method` is `Dynamic` [GH-25035] +* `stream_analytics_output_blob` - support for the `blob_write_mode` property [GH-25127] * `azurerm_windows_function_app` - support for the `ip_restriction_default_action` and `scm_ip_restriction_default_action` properties [GH-25131] * `azurerm_windows_function_app_slot` - support for the `ip_restriction_default_action` and `scm_ip_restriction_default_action` properties [GH-25131] * `azurerm_windows_web_app` - support for the `ip_restriction_default_action` and `scm_ip_restriction_default_action` properties [GH-25131] * `azurerm_windows_web_app_slot` - support for the `ip_restriction_default_action` and `scm_ip_restriction_default_action` properties [GH-25131] +BUG FIXES: + +* Data Source: `azurerm_function_app_host_keys` - correctly set `event_grid_extension_key` by searching for the renamed property in the API response [GH-25108] +* `azurerm_orbital_contact_profile` - fix creation of the resource when `event_hub_uri` is not specified [GH-25128] +* `azurerm_recovery_services_vault` - prevent a panic when `immutability` is updated [GH-25132] +* `storage_account_resource` - fix issue where the queue encryption key type was set as the table encryption key type [GH-25046] + DEPRECATIONS: * Deprecated Resource: `azurerm_static_site` [GH-25117]