From e6c0285215666ed79c7eb601e08dd3604c174bca Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 17 Mar 2023 12:30:05 +0100 Subject: [PATCH] updating to include #21004 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce724fadb48..bc876c882917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ ENHANCEMENTS: -* `azurerm_web_application_firewall_policy` - add option `Any` for `match_conditions.x.operator` [GH-20971] - +* 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_web_application_firewall_policy` - the field `operator` within the `match_conditions` block can now be set to `Any` [GH-20971] BUG FIXES: