diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dee885b4efe..06a0444d41be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ ENHANCEMENTS: * Resources supporting Availability Zones: Zones are now treated consistently across the Provider and the field within Terraform has been renamed to either `zone` (for a single Zone) or `zones` (where multiple can be defined) - the complete list of resources can be found in the 3.0 Upgrade Guide [GH-14588] * Resources supporting Managed Identity: Identity blocks are now treated consistently across the Provider - the complete list of resources can be found in the 3.0 Upgrade Guide [GH-15187] * provider: removing the `network` and `relaxed_locking` feature flags, since this is now enabled by default [GH-15719] +* Data Source: `azurerm_linux_function_app` - add support for `storage_key_vault_secret_id` [GH-15793] +* Data Source: `azurerm_storage_account_sas` - now exports the `tag` and `filter` attributes [GH-15863] +* Data Source: `azurerm_windows_function_app` - add support for `storage_key_vault_secret_id` [GH-15793] * `azurerm_eventgrid_system_topic_event_subscription` - support for the `delivery_property` property [GH-15559] * `azurerm_iothub` - add support for `authentication_type` and `identity_id` properties in the `file_upload` block [GH-15874] * `azurerm_kubernetes_cluster` - the `kube_admin_config` block is now marked as sensitive in addition to all items within it [GH-4105] @@ -37,8 +40,6 @@ ENHANCEMENTS: * `azurerm_linux_function_app_slot` - add support for `storage_key_vault_secret_id` [GH-15793] * `azurerm_linux_function_app_slot` - updating the read timeout to be 5m [GH-15867] * `azurerm_linux_virtual_machine|windows_virual_machine` -support for the `termination_notification` property [GH-14933] -* Data Source: `azurerm_linux_function_app` - add support for `storage_key_vault_secret_id` [GH-15793] -* Data Source: `azurerm_windows_function_app` - add support for `storage_key_vault_secret_id` [GH-15793] * `azurerm_management_group_policy_assignment` - support for User Assigned Identities [GH-15376] * `azurerm_mssql_server` - `minimum_tls_version` now defaults to `1.2` [GH-10276] * `azurerm_mysql_server` - `ssl_minimal_tls_version_enforced` now defaults to `1.2` [GH-10276]