From bd22be3de6e01a317bf2a3ac5a27af8b96146aa0 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 9 Aug 2019 10:53:17 +0100 Subject: [PATCH] updating to include #3987 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c599467132..c4b6c7ff24a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ IMPROVEMENTS: * `azurerm_dns_zone` - deprecating the `zone_type` field [GH-4033] * `azurerm_function_app` - support for cors [GH-3949] * `azurerm_iot_dps` - add support for the `linked_hub` property [GH-3922] +* `azurerm_monitor_diagnostic_setting` - support for `log_analytics_destination_type` [GH-3987] * `azurerm_traffic_manager_profile` - support for the `interval_in_seconds`, `timeout_in_seconds`, and `tolerated_number_of_failures` properties [GH-3473] BUG FIXES: