From 61f652ec33ab9a08fcafd3a9a97ca728e20f1f4e Mon Sep 17 00:00:00 2001 From: stephybun Date: Thu, 8 Aug 2024 15:01:15 +0200 Subject: [PATCH] Update for #26640 #26758 #26699 #26924 #26747 #26701 #26599 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c834a37b42..2f9a7c1c3cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,20 @@ ENHANCEMENTS: +* `cosmosdb` - updating to use version `2024-05-15` [GH-26758] +* `healthcare` - updating to use version `2024-03-31` [GH-26699] +* `redis` - updating to use version `2024-03-01` [GH-26932] * `azurerm_cosmosdb_account` - avoid infinite diff to `default_identity_type` for legacy resources where an empty string is returned by the RP [GH-26525] +* `azurerm_log_analytics_saved_search` - update the regex for the `function_parameters` property to support more paramters [GH-26701] * `azurerm_monitor_data_collection_rule` - update `performance_counter.x.sampling_frequency_in_seconds` range `1` to `1800` [GH-26898] +* `azurerm_security_center_storage_defender` - add support for the property `scan_results_event_grid_topic_id` [GH-26599] +* `azurerm_storage_account` - add support for the property `default_share_level_permission` in the `azure_files_authentication` block [GH-26924] * `azurerm_web_application_firewall_policy`: `excluded_rule_set.0.type` supports `Microsoft_BotManagerRuleSet` [GH-26903] -* `redis` - updating to use version `2024-03-01` [GH-26932] BUG FIXES: +* `azurerm_container_group` - retrieve and set `storage_account_key` in the payload when updating the resource [GH-26640] +* `azurerm_kubernetes_cluster` - allow an empty list for `dns_zone_ids` in the `web_app_routing` block [GH-26747] * `azurerm_storage_share_file` - fix a bug when encoding the MD5 hash for the `content_md5` property [GH-25715] ## 3.114.0 (August 01, 2024)