From c9de27e45a41d5b7e8a38e61fbb0868ffb71bdad Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Wed, 22 Feb 2023 11:31:25 +0200 Subject: [PATCH] Changelog for #1028 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80d98f365c..f68c49e10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BUG FIXES: * `azuread_application_federated_identity_credential` - the `audiences` property now only supports a single value due to a breaking API change [GH-1027] +* `azuread_group` - only try to set additional fields when explicitly configured, to work around an API bug when application-only permissions are used [GH-1028] * `azuread_service_principal` - resolve an issue where newly created service principals might not be found when specifying `use_existing = true` [GH-1025] IMPROVEMENTS: