diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b5e29ce772..dc1dd82ca2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,16 @@ ENHANCEMENTS: * dependencies: `hashicorp/go-azure-sdk` - update to `v0.20250227.1125644` [GH-28902] * dependencies: `signalr` - update API version to `2024-03-01` [GH-28940] * Data Source: `azurerm_container_app` - add support for the `template.volume.mount_options` property [GH-28619] +* Data Source: `azurerm_storage_account_queue_properties` - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available [GH-28617] +* Data Source: `azurerm_storage_account_static_website` - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available [GH-28617] +* Data Source: `azurerm_storage_containers` - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available [GH-28617] * `azurerm_container_app` - add support for the `template.volume.mount_options` property [GH-28619] * `azurerm_container_app_job` - add support for the `template.volume.mount_options` property [GH-28619] * `azurerm_extended_custom_location` - deprecated in favour of `azurerm_extended_location_custom_location` [GH-28066] * `azurerm_mongo_cluster` - add support for the `connection_strings` attribute [GH-28880] +* `azurerm_storage_account` - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available [GH-28617] +* `azurerm_storage_account_queue_properties` - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available [GH-28617] +* `azurerm_storage_account_static_website` - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available [GH-28617] * `azurerm_workloads_sap_discovery_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] * `azurerm_workloads_sap_single_node_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881] * `azurerm_workloads_sap_three_tier_virtual_instance` - add support for the `managed_resources_network_access_type` property [GH-28881]