From 836beb80547e245ad45740418db15b37d8fcecbb Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 29 Dec 2020 20:00:44 -0800 Subject: [PATCH] update CHANGELOG>md for #9829 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0adeae3867c6..2ca2e8d88654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ FEATURES: * **New Resource:** `azurerm_media_streaming_locator` [GH-9992] +* **New Resource:** `azurerm_sentinel_alert_rule_fusion` [GH-9829] IMPROVEMENTS: @@ -20,8 +21,8 @@ IMPROVEMENTS: * `azurerm_monitor_diagnostic_setting` - validation that `log_analytics_workspace_id` is a Log Analytics Workspace ID [GH-9914] * `azurerm_monitor_diagnostic_setting` - validation that `storage_account_id` is a Storage Account ID [GH-9914] * `azurerm_network_security_rule` - increase allowed the number of `application_security_group` blocks allowed [GH-9884] -* `azurerm_sentinel_alert_rule_scheduled` - support for the `alert_rule_template_guid` property [GH-9712] * `azurerm_sentinel_alert_rule_ms_security_incident` - support the `alert_rule_template_guid` and `display_name_exclude_filter` properties [GH-9797] +* `azurerm_sentinel_alert_rule_scheduled` - support for the `alert_rule_template_guid` property [GH-9712] * `azurerm_traffic_manager_profile` - support for the `traffic_view_enabled` property [GH-10005] BUG FIXES: