diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e90d5857..5a4fdcc01a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.23.1108.1 * AADExternalIdentityPolicy * Initial release. diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 83383dfbf0..9bd50c5aba 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2023-11-01 +# Generated on: 2023-11-08 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.23.1101.1' + ModuleVersion = '1.23.1108.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -140,18 +140,14 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADRoleEligibilityScheduleRequest - * Fixes how the Get method retrieves existing instances for Groups. - FIXES [#3787](https://github.com/microsoft/Microsoft365DSC/issues/3787) - * SCSecurityFilter - * Fixes an issue because Region could be empty - FIXES: [#3854](https://github.com/microsoft/Microsoft365DSC/issues/3854) - * SPOSharingSettings - * Fixes parameter validation of ExternalUserExpireInDays and ExternalUserExpirationRequired. - FIXES [#3856](https://github.com/microsoft/Microsoft365DSC/issues/3856) - * TeamsComplianceRecordingPolicy - * Fix an issue where the Compliance Application ID was not properly retrieved. - FIXES [#3848](https://github.com/microsoft/Microsoft365DSC/issues/3848)' + ReleaseNotes = '* AADExternalIdentityPolicy + * Initial release. + * O365OrgSettings + * Force register the Office on the Web ServicePrincipal is it is not present. + FIXES [#3842](https://github.com/microsoft/Microsoft365DSC/issues/3842) + * TeamsTeam + * Fixes incomplete import due to error "Cannot index into a null array" + FIXES: [#3759](https://github.com/microsoft/Microsoft365DSC/issues/3759)' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false