diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5c45295b..8ac8b32ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.24.703.1 * EXOCASMailboxPlan * Remove `DisplayName` from set parameters @@ -36,10 +36,10 @@ * Added Microsoft Graph filter functions. * Force array as parameter in `Compare-M365DSCIntunePolicyAssignment`. * MISC - * Added support for `startswith`, `endswith` and `contains` filter methods to Intune resources - that did not support it previously. + * Added support for `startswith`, `endswith` and `contains` filter methods to Intune resources + that did not support it previously. FIXES [#4597](https://github.com/microsoft/Microsoft365DSC/issues/4597) - * Fixes issues with values of type `groupSettingCollection` and `choiceSetting` + * Fixes issues with values of type `groupSettingCollection` and `choiceSetting` when creating the settings catalog policy settings body. * DEPENDENCIES * Updated DSCParser to version 2.0.0.6 diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 8109119103..91838ced73 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2024-06-26 +# Generated on: 2024-07-04 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.24.626.1' + ModuleVersion = '1.24.703.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -142,23 +142,47 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADGroup - * FIXES [#4782](https://github.com/microsoft/Microsoft365DSC/issues/4782) -* IntuneDeviceManagementComplianceSettings - * Initial Release. -* IntuneDeviceRemediation - * Fix invalid assignment export and import. - FIXES [#4726](https://github.com/microsoft/Microsoft365DSC/issues/4726) -* DEPENDENCIES - * Updated MSCloudLoginAssistant to version 1.1.18 + ReleaseNotes = '* EXOCASMailboxPlan + * Remove `DisplayName` from set parameters + FIXES [#4814](https://github.com/microsoft/Microsoft365DSC/issues/4814) +* EXODkimSigningConfig + * Add support for 2048 key size; + * Remove authentication parameters before changing the resources + FIXES [#4821](https://github.com/microsoft/Microsoft365DSC/issues/4821) + FIXES [#4805](https://github.com/microsoft/Microsoft365DSC/issues/4805) +* EXOGroupSettings + * Export unlimited number of groups + FIXES [#4800](https://github.com/microsoft/Microsoft365DSC/issues/4800) +* EXOHostedContentFilterRule + * When updating the resource assign property `Identity` to the correct value + FIXES [#4836](https://github.com/microsoft/Microsoft365DSC/issues/4836) +* EXOMailboxPlan + * Remove `DisplayName` from set parameters + FIXES [#4817](https://github.com/microsoft/Microsoft365DSC/issues/4817) +* EXOHostedOutboundSpamFilterRule + * Fix `if` clause on update scenario, remove property `Enabled` from being set + while updating the resource and ensure that also while updating the resource + the property `HostedOutboundSpamFilterPolicy` is only sent if it differs + from what the resource already has currently assigned + FIXES [#4838](https://github.com/microsoft/Microsoft365DSC/issues/4838) +* IntuneExploitProtectionPolicyWindows10SettingCatalog + * Migrate to new settings catalog cmdlets. +* IntuneSettingCatalogASRRulesPolicyWindows10 + * Migrate to new settings catalog cmdlets. +* TeamsFederationConfiguration + * Add missing property `ExternalAccessWithTrialTenants` + FIXES [#4829](https://github.com/microsoft/Microsoft365DSC/issues/4829) * M365DSCDRGUtil - * Add `collectionId` export to `ConvertFrom-IntunePolicyAssignment` - * Add handling for Intune assignments in `Compare-M365DSCComplexObject` -* M365DSCResourceGenerator - * Update CimInstance comparison template + * Added Microsoft Graph filter functions. + * Force array as parameter in `Compare-M365DSCIntunePolicyAssignment`. * MISC - * Add group display name export and update assignment comparison across Intune - resources.' + * Added support for `startswith`, `endswith` and `contains` filter methods to Intune resources + that did not support it previously. + FIXES [#4597](https://github.com/microsoft/Microsoft365DSC/issues/4597) + * Fixes issues with values of type `groupSettingCollection` and `choiceSetting` + when creating the settings catalog policy settings body. +* DEPENDENCIES + * Updated DSCParser to version 2.0.0.6' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false