From 7cae791bf129679a43a72dae33030f52b9be353d Mon Sep 17 00:00:00 2001 From: stephybun Date: Wed, 29 May 2024 13:51:12 +0200 Subject: [PATCH] Update for #25660 #25993 #26115 #25979 #25955 --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6206b4e5669e..2434d8d14930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,20 +10,26 @@ FEATURES: * New Data Source: `azurerm_storage_queue` [GH-26087] * New Resource: `azurerm_virtual_machine_implicit_data_disk_from_source` [GH-25537] -ENHANCEMENTS +ENHANCEMENTS: * dependencies: updating to `v0.20240523.1095414` of `github.com/hashicorp/go-azure-sdk` [GH-26090] +* `containerapps`: update API version to `2024-03-01` [GH-25993] * `keyvault`: populating the cache using both the Key Vault List and Resources API to workaround incomplete/stale data being returned [GH-26070] * `virtualnetworkpeerings`: update to use `hashicorp/go-azure-sdk` [GH-26065] * `azurerm_automation_powershell72_module` - add support for the `tags` property [GH-26106] -* `azurerm_bastion_host` - added support for `Developer` SKU [GH-26068] +* `azurerm_bastion_host` - add support for `Developer` SKU [GH-26068] +* `azurerm_container_app_environment` - add support for the `mutual_tls_enabled` property [GH-25993] * `azurerm_container_registry` - add validation to fail fast when setting `public_network_access_enabled` with an invalid SKU [GH-26054] * `azurerm_linux_virtual_machine` - `hibernation_enabled` can now be updated [GH-26112] +* `azurerm_logic_app_trigger_custom` - add support for the property `callback_url` [GH-25979] +* `azurerm_machine_learning_workspace` - add support for the `serverless_compute` block [GH-25660] +* `azurerm_new_relic_monitor` - add support for the `identity` block [GH-26115] * `azurerm_route_map` - `parameter` is now Optional when the action type is `Drop` [GH-26003] * `azurerm_windows_virtual_machine` - `hibernation_enabled` can now be updated [GH-26112] BUG FIXES: +* Data Source: `azurerm_system_center_virtual_machine_manager_inventory_items` - normalise the resource ID for Intentory Items [GH-25955] * `azurerm_app_configuration_feature` - update polling interval to tolerate eventual consistency of the API [GH-26025] * `azurerm_app_configuration_key` - update polling interval to tolerate eventual consistency of the API [GH-26025] * `azurerm_linux_function_app` - fix update handling of `health_check_eviction_time_in_min` and `WEBSITE_HEALTHCHECK_MAXPINGFAILURES` [GH-26107]