From 261721a04fdcecaf9e76de86127add998c3d4d4a Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Thu, 2 Feb 2023 16:21:16 -0800 Subject: [PATCH] Update changelog for #20282 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a1c9133653..0f2a8fa73645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ENHANCEMENTS: BUG FIXES: +* `data.azurerm_monitor_data_collection_rule` - raises an error when the specified data collection rule can't be found [GH-20282] * `azurerm_federated_identity_credential` - prevent a perpetual diff [GH-20219] * `azurerm_linux_function_app` - fix `linuxFxVersion` for docker `registry_url` processing [GH-18194] * `azurerm_monitor_aad_diagnostic_setting` - the field `log_analytics_workspace_id` is now parsed case-insensitively from the API Response [GH-20206]