From e8d76eef9fbddd2e22b692b46fc1a4bac3dab789 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Mon, 23 Oct 2023 21:54:12 +0100 Subject: [PATCH] Changelog for #1221 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eff0b6178b..d49b64417a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.44.1 (Unreleased) + +BUG FIXES: + +* `azuread_application_certificate` - work around an unexpected diff with the `application_object_id` property [GH-1221] +* `azuread_application_federated_identity_credential` - work around an unexpected diff with the `application_object_id` property [GH-1221] +* `azuread_application_password` - work around an unexpected diff with the `application_object_id` property [GH-1221] +* `azuread_application_pre_authorized` - work around an unexpected diff with the `application_object_id` property [GH-1221] + ## 2.44.0 (October 20, 2023) * Developer Note: the Typed Resource SDK, as also used in the AzureRM provider, is now the preferred way of introducing new resources ([#1188](https://github.com/hashicorp/terraform-provider-azuread/issues/1188))