From 71aa15c8574317310a416a7b96133cee3c0e02f2 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Wed, 8 May 2024 23:20:35 +0100 Subject: [PATCH] Changelog for #1299 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db39136e7..99a98b3bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ ENHANCEMENTS: * `azuread_application_identifier_uri` - relax validation for the `identifier_uri` property to allow more values [GH-1351] * `azuread_user` - relax validation for the `employee_type` property to allow more values [GH-1328] +BUG FIXES: + +* `azuread_application_pre_authorized` - fix a destroy-time bug that could prevent deletion of the resource [GH-1299] + ## 2.48.0 (April 11, 2024) ENHANCEMENTS: