From 9f10e95100783d87a05a54bf6871eeb5d978507b Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Wed, 18 Oct 2023 10:58:20 -0400 Subject: [PATCH] Release 1.23.1018.1 --- CHANGELOG.md | 7 ++- .../Dependencies/Manifest.psd1 | 2 +- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 43 +++++++++---------- 3 files changed, 25 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1d74931d..388563095a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.23.1018.1 * AADAuthenticationMethodPolicyAuthenticator * Fixes an issue with the Get method when an assigned group @@ -13,15 +13,14 @@ * Added "-All" parameter to retrieve all settings from a template. FIXES [#3722](https://github.com/microsoft/Microsoft365DSC/issues/3722) * TeamsGroupPolicyAssignment - * Fixes the export of CsGroup, when the display name of a group is included in another display name. + * Fixes the export of CsGroup, when the display name of a group is included in + another display name. FIXES [#3736](https://github.com/microsoft/Microsoft365DSC/issues/3736) * TeamsUserPolicyAssignment * Initial release. FIXES [#3777](https://github.com/microsoft/Microsoft365DSC/issues/3777) * MISC * Fixes fancy quotes in complex objects for extraction. -* DEPENDENCIES - * Updated MicrosoftTeams to version 5.7.0. # 1.23.1011.1 diff --git a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 index 90520cbdfc..c284c7039b 100644 --- a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 +++ b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 @@ -82,7 +82,7 @@ }, @{ ModuleName = 'MicrosoftTeams' - RequiredVersion = '5.7.0' + RequiredVersion = '5.6.0' }, @{ ModuleName = "MSCloudLoginAssistant" diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 7abfaae29a..46358c8525 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2023-10-11 +# Generated on: 2023-10-18 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.23.1011.1' + ModuleVersion = '1.23.1018.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -140,26 +140,25 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '# 1.23.1011.1 - - * AADRoleEligibilityScheduleRequest - * Added support for groups assignment. - FIXES [#3744](https://github.com/microsoft/Microsoft365DSC/issues/3744) -* EXOCalendarProcessing - * Added support for retrieved groups as calendar delegates. -* EXODistributionGroup - * Fixes the export of group membership to use Identity. -* TeamsUpdateManagementPolicy - * Add support for the new acceptable value for UseNewTeamsClient - (NewTeamsAsDefault). -* MISC - * M365DSCReport: Also define property dataType, if present, as being primary - key on CIM instances. -* TeamsUpgradeConfiguration - * Fixes an issue where the SfBMeetingJoinUx property wasn''t properly updated. -* DEPENDENCIES - * Updated ExchangeOnlineManagement to version 3.4.0. - * Updated Microsoft.Graph dependencies to version 2.7.0.' + ReleaseNotes = '* AADAuthenticationMethodPolicyAuthenticator + * Fixes an issue with the Get method when an assigned group + was deleted. + * AADConditionalAccessPolicy + * Added support for the SigninFrequencyInterval parameter. + * EXODistributionGroup + * Changes the export logic to use PrimarySMTPAddress if provided. + * IntuneAntivirusPolicyWindows10SettingCatalog + * Added "-All" parameter to retrieve all settings from a template. + FIXES [#3722](https://github.com/microsoft/Microsoft365DSC/issues/3722) + * TeamsGroupPolicyAssignment + * Fixes the export of CsGroup, when the display name of a group is included in + another display name. + FIXES [#3736](https://github.com/microsoft/Microsoft365DSC/issues/3736) + * TeamsUserPolicyAssignment + * Initial release. + FIXES [#3777](https://github.com/microsoft/Microsoft365DSC/issues/3777) + * MISC + * Fixes fancy quotes in complex objects for extraction.' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false