From 05c8369d39b08c3463c553d1d3893f4f2c4e1771 Mon Sep 17 00:00:00 2001 From: Wodans Son <20408400+WodansSon@users.noreply.github.com> Date: Wed, 18 Oct 2023 03:05:59 -0600 Subject: [PATCH] Updating to include #23541 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3907e59c9d..1e43b122e499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,9 @@ ENHANCEMENTS: BUG FIXES: * Data Source: `azurerm_virtual_hub_connection` - export the `inbound_route_map_id`, `outbound_route_map_id`, and `static_vnet_local_route_override_criteria` attributes in the `routing` block, and fix a bug where these attributes could not be set [GH-23491] +* `azurerm_cdn_frontdoor_rule` - `url_filename_condition`: make `match_values` optional if `operator` is set to `Any` [GH-23541] * `azurerm_shared_image_gallery` - added options `Private` and `Groups` for `sharing.permission` [GH-23570] -* `azurerm_redis_cache` - fixed incorrect ssl values for `redis_primary_connection_string` and `secondary_connection_string` [GH-23575] +* `azurerm_redis_cache` - fixed incorrect ssl values for `redis_primary_connection_string` and `secondary_connection_string` [GH-23575] ## 3.76.0 (October 12, 2023)