From fc515b5cc06099d6f6c6ff226bf2b143a08e2d0f Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Mon, 11 Nov 2024 11:26:10 -0500 Subject: [PATCH] Updated DSCParser to version 2.0.0.12 --- CHANGELOG.md | 2 ++ Modules/Microsoft365DSC/Dependencies/Manifest.psd1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 308612b6ef..8e122cdcfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ * M365DSCDRGUtil * Restrict CIM instance access to properties that appear multiple times. * Switch log type for not found Intune assignments to `Warning`. +* DEPENDENCIES + * Updated DSCParser to version 2.0.0.12. # 1.24.1106.3 diff --git a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 index 8cf9012973..1e6255bee7 100644 --- a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 +++ b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 @@ -18,7 +18,7 @@ }, @{ ModuleName = 'DSCParser' - RequiredVersion = '2.0.0.11' + RequiredVersion = '2.0.0.12' }, @{ ModuleName = 'ExchangeOnlineManagement'