From dd3672deda5ce07e14248095c8f3685dee50d350 Mon Sep 17 00:00:00 2001 From: Tom Harvey Date: Fri, 31 Mar 2023 14:18:39 +0200 Subject: [PATCH] updating to include #21208 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d95f9e90b43e..748074b6fb75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## 3.51.0 (Unreleased) +## 3.51.0 (Unreleased) BUG FIXES: +* Data Source: `azurerm_app_configuration_keys` - fixing a regression where the API doesn't return the http endpoint when listing items [GH-21208] * `azurerm_linux_function_app` - fix crash in `auth_v2` in `active_directory_v2` [GH-21219] * `azurerm_linux_function_app_slot` - fix crash in `auth_v2` in `active_directory_v2` [GH-21219] * `azurerm_linux_web_app` - fix crash in `auth_v2` in `active_directory_v2` [GH-21219] @@ -11,7 +12,6 @@ BUG FIXES: * `azurerm_windows_web_app` - fix crash in `auth_v2` in `active_directory_v2` [GH-21219] * `azurerm_windows_web_app_slot` - fix crash in `auth_v2` in `active_directory_v2` [GH-21219] - ## 3.50.0 (March 30, 2023) FEATURES: