From 17651a3856f40c205593997b0066dc124ceeeb67 Mon Sep 17 00:00:00 2001 From: kt Date: Thu, 3 Nov 2022 17:17:28 -0700 Subject: [PATCH] CHANGELOG #19095 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f69c3e73a6..d4571436aa41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ BUG FIXES: * Data Source: `azurerm_app_configuration_keys` - fix a crash when `label` is not set [GH-19032] * `azurerm_api_management` - correct the api return `subnet_id` with the wrong case [GH-18988] +* `azurerm_cdn_frontdoor_firewall_policy` - expose `AnomalyScoring` in override rule action for DRS `2.0` [GH-19095] * `azurerm_eventhub_namespace_disaster_recovery_config` - will now correctly break the pairing [GH-19030] * `azurerm_kubernetes_cluster` - set a valid default value for `auto_scaler_profile.expander` [GH-19057] * `azurerm_linux_virtual_machine_scale_set` - can now set `automatic_os_upgrade_policy` with rolling upgrades enables [GH-18605]