From be1b5117a68ff380771a9497939f9c59c3bcc30c Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Wed, 21 Apr 2021 15:13:33 +0100 Subject: [PATCH] Changelog for #10341 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6312f9a31cb2..7dcf09a6399c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ BUG FIXES: * `azurerm_api_management_diagnostic` - fix a crash with the `frontend_request`, `frontend_response`, `backend_request`, `backend_response` blocks [GH-11402] * `azurerm_eventgrid_system_topic` - remove strict validation on `topic_type` [GH-11352] +* `azurerm_iothub` - change `filter_rule` from TypeSet to TypeList to resolve an ordering issue [GH-10341] * `azurerm_linux_virtual_machine_scale_set` - the default value for the `priority` property will no longer force a replacement of the resource [GH-11362] * `azurerm_monitor_activity_log_alert` - fix a persistent diff for the `service_health` block [GH-11383]