From b70b34dc6099dbbf97bde22a9479a0ff48d98324 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Thu, 13 Jun 2024 22:19:06 +0100 Subject: [PATCH] v2.52.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcee2c6bf..0049d1ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## 2.52.0 (Unreleased) +## 2.52.0 (June 13, 2024) BUG FIXES: -* `azuread_application` - fix a bug that could prevent the `ignore_changes` lifecycle argument from working for the `app_role`, `oauth2_permission_scope`, `identifier_uris`, `optional_claims`, and `required_resource_access` properties [GH-1403] -* `azuread_application` - add a workaround for an API bug when instantiating an application from template using the `template_id` property [GH-1406] +* `azuread_application` - fix a bug that could prevent the `ignore_changes` lifecycle argument from working for the `app_role`, `oauth2_permission_scope`, `identifier_uris`, `optional_claims`, and `required_resource_access` properties ([#1403](https://github.com/hashicorp/terraform-provider-azuread/issues/1403)) +* `azuread_application` - add a workaround for an API bug when instantiating an application from template using the `template_id` property ([#1406](https://github.com/hashicorp/terraform-provider-azuread/issues/1406)) ## 2.51.0 (June 06, 2024)