From d1623fd0fe319361cad988736718378fb9f9567e Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:31:01 +0100 Subject: [PATCH 1/3] Update CHANGELOG.md for #28233 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 221aebe0b1aa..ac5d7defaec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 4.15.0 (Unreleased) + +ENHANCEMENTS: + +* dependencies - `frontdoor` - partial update to use `2024-02-01` API [GH-28233] + ## 4.14.0 (December 12, 2024) BREAKING CHANGES: From 53a1f8ce43ef1d747746fd01156224d624fc3741 Mon Sep 17 00:00:00 2001 From: stephybun Date: Fri, 13 Dec 2024 13:37:05 +0100 Subject: [PATCH 2/3] Update for #28215 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5d7defaec8..1788a3191127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ENHANCEMENTS: * dependencies - `frontdoor` - partial update to use `2024-02-01` API [GH-28233] +BUG FIXES: + +* `azurerm_mongo_cluster` - remove CustomizeDiff logic for `administrator_password` to allow the input to be generated by the `random_password` resource [GH-28215] + ## 4.14.0 (December 12, 2024) BREAKING CHANGES: From a4e3bc8c8872279937751358949bc103a987af3c Mon Sep 17 00:00:00 2001 From: jackofallops <11830746+jackofallops@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:13:01 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md for #28279 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1788a3191127..a892dae68d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ ENHANCEMENTS: BUG FIXES: * `azurerm_mongo_cluster` - remove CustomizeDiff logic for `administrator_password` to allow the input to be generated by the `random_password` resource [GH-28215] +* `azurerm_storage_account` - fix error handling for `static_website` and `queue_properties` availability checks [GH-28279] ## 4.14.0 (December 12, 2024)