diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de743dfec..3697a33a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.23.1101.1 * AADRoleEligibilityScheduleRequest * Fixes how the Get method retrieves existing instances for Groups. diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index e9001ef1e7..83383dfbf0 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2023-10-25 +# Generated on: 2023-11-01 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.23.1025.1' + ModuleVersion = '1.23.1101.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -140,24 +140,18 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADApplication - * Changes to how permissions drifts are logged. - FIXES [#3830](https://github.com/microsoft/Microsoft365DSC/issues/3830) - * AADAttributeSet - * Initial Release. - * AADAuthenticationContext - * Initial Release. - * AADConditionalAccessPolicy - * Adds support for Authentication Context. - FIXES [#3813](https://github.com/microsoft/Microsoft365DSC/issues/3813) - * AADSocialIdentityProvider - * Initial release. + 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 - * Fixes an issue where the Compliance Application ID was not properly retrieved. - FIXES [#3712](https://github.com/microsoft/Microsoft365DSC/issues/3712) - * DEPENDENCIES - * Updated Microsoft.Graph dependencies to version 2.8.0. - * Updated MicrosoftTeams dependency to version 5.7.1.' + * Fix an issue where the Compliance Application ID was not properly retrieved. + FIXES [#3848](https://github.com/microsoft/Microsoft365DSC/issues/3848)' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false