From 143b7a674ab4a8b796d6b177947454d057ed0fc5 Mon Sep 17 00:00:00 2001 From: Tom Bamford Date: Fri, 5 Aug 2022 03:11:17 +0100 Subject: [PATCH] Changelog for #844 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ecb055c1..6f60719785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ ## 2.27.0 (Unreleased) +NOTES: + +* This release contains a behavioral change for application/service principal passwords and certificates, when using a relative end date. + BUG FIXES: * `data.azuread_group` - ensure security/mail enabled groups are excluded when explicitly `false` in config [GH-841] +* `azuread_application_certificate` - calculate `end_date_relative` from the `start_date` and not the current timestamp [GH-844] +* `azuread_application_password` - calculate `end_date_relative` from the `start_date` and not the current timestamp [GH-844] +* `azuread_service_principal_certificate` - calculate `end_date_relative` from the `start_date` and not the current timestamp [GH-844] +* `azuread_service_principal_password` - calculate `end_date_relative` from the `start_date` and not the current timestamp [GH-844] ## 2.26.1 (July 11, 2022)