From 2b832889a733250bbe8f9b67762aaca9b615f90f Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Mon, 23 Oct 2023 21:55:14 +0100 Subject: [PATCH] v2.44.1 --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d49b64417a..9ff6e834a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -## 2.44.1 (Unreleased) +## 2.44.1 (October 23, 2023) 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] +* `azuread_application_certificate` - work around an unexpected diff with the `application_object_id` property ([#1221](https://github.com/hashicorp/terraform-provider-azuread/issues/1221)) +* `azuread_application_federated_identity_credential` - work around an unexpected diff with the `application_object_id` property ([#1221](https://github.com/hashicorp/terraform-provider-azuread/issues/1221)) +* `azuread_application_password` - work around an unexpected diff with the `application_object_id` property ([#1221](https://github.com/hashicorp/terraform-provider-azuread/issues/1221)) +* `azuread_application_pre_authorized` - work around an unexpected diff with the `application_object_id` property ([#1221](https://github.com/hashicorp/terraform-provider-azuread/issues/1221)) ## 2.44.0 (October 20, 2023)