From 0f3f08831daae5cd7cbf88d7aae12ec006d87dd2 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Wed, 22 Nov 2023 11:01:15 -0500 Subject: [PATCH] Update Microsoft365DSC.psd1 --- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 21 +++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 7975a88687..897f65147e 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2023-11-15 +# Generated on: 2023-11-22 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.23.1115.1' + ModuleVersion = '1.23.1122.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -140,16 +140,13 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADApplication - * Added support for the IsFallbackPublicClient property. - FIXES [#3906](https://github.com/microsoft/Microsoft365DSC/issues/3906) - * AADServicePrincipal - * Added support to define members. - FIXES [#3902](https://github.com/microsoft/Microsoft365DSC/issues/3902) - * EXOCASMailboxPlan - * Fixes an issue where we are not able to set the settings of a CAS - Mailbox Plan by specifying the Identity without the GUID in the name. - FIXES [#3900](https://github.com/microsoft/Microsoft365DSC/issues/3900)' + ReleaseNotes = '* SPOSharingSettings + * Fixes typo to re-enable export of ExternalUserExpireInDays and + ExternalUserExpirationRequired. +* DEPENDENCIES + * Updated DSCParser to version 1.4.0.0. + * Updated Microsoft.Graph to version 2.9.1. + * Updated MicrosoftTeams to version 5.8.0.' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false