From f2263850e63290e2383133fe789d373b73f75702 Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 8 Jan 2019 23:53:42 -0800 Subject: [PATCH] Update CHANGELOG.md to include #2620 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ccddbf7609..7a5bfc5a9e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ IMPROVEMENTS: * `azurerm_log_analytics_workspace_linked_service` - now correctly handels uppcase `workspace_name` values [GH-2594] * `azurerm_network_interface` - support for IPv6 addresses [GH-2548] * `azurerm_policy_assignment` - support for Managed Service Identity [GH-2549] +* `azurerm_policy_assignment` - support exclusions with the `not_scopes` property [GH-2620] * `azurerm_policy_definition` - polices can now be assigned to a management group [GH-2490] * `azurerm_policy_set_definition` - policy sets can now be assigned to a management group [GH-2618] * `azurerm_public_ip` - deprecated `public_ip_address_allocation` in favor of `allocation_method` to better match the SDK [GH-2576]