From 9ef462d85577fc86ab423ef6a6f5c071a73b997d Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 17 Mar 2023 17:44:23 +0100 Subject: [PATCH] updating to include #21009 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc876c882917..e25c9b5c8651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ ENHANCEMENTS: * dependencies: updating to `v0.20230317.1100159` of `github.com/hashicorp/go-azure-sdk` [GH-21004] * `databricks`: refactoring to use `hashicorp/go-azure-sdk` as a base layer rather than `Azure/go-autorest` [GH-21004] +* `azurerm_virtual_network_gateway` - support for conditional/patch updates [GH-21009] * `azurerm_web_application_firewall_policy` - the field `operator` within the `match_conditions` block can now be set to `Any` [GH-20971] -BUG FIXES: - * `azurerm_kubernetes_cluster` - deprecate `docker_bridge_cidr` which is no longer supported by the API since docker is no longer a valid container runtime [GH-20952] +* `azurerm_virtual_network_peering` - adding an explicit default value for `allow_forwarded_traffic`, `allow_gateway_transit` and `use_remote_gateways` [GH-21009] ## 3.48.0 (March 16, 2023)