From 13720d335049690a4e7d33eafe33bc73c20275a5 Mon Sep 17 00:00:00 2001 From: Yorick Kuijs Date: Wed, 26 Feb 2025 11:36:08 +0100 Subject: [PATCH] Corrected changelog --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f23d3117..64fa8c6f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log for Microsoft365DSC +# UNRELEASED + +* PPTenantSettings + * Corrected issue in the resource schema. The description was a multi-line + string, which is not allowed. + # 1.25.219.3 * AADApplication @@ -31,9 +37,6 @@ * Initial release. * M365DSCRuleEvaluation * Clear the cached instances from the export operation after evaluating the rules. -* PPTenantSettings - * Corrected issue in the resource schema. The description was a multi-line - string, which is not allowed. * Security & Compliance * Updated export functions to remove skipping of loading module, to prevent missing cmdlet errors that are causing failing exports.