diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a1121bd1..2c2ad6918c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.24.904.1 * EXOOwaMailboxPolicy * Add support for AccountTransferEnabled parameter diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index cd94876636..829a2cef89 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2024-08-28 +# Generated on: 2024-09-05 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.24.828.1' + ModuleVersion = '1.24.904.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -143,76 +143,22 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADAdministrativeUnit - * Fix Properties for Dynamic Administrative Units in Graph have moved -* AADConditionalAccessPolicy - * Fixing issue where the resource crashed when trying to retrieve groups - and users from Entra ID which no longer existed - * Fixes an issue where the `AuthenticationFlows` property changed in Graph - and updates on the documentation for the possible values of `TransferMethods`. - FIXES [#4961](https://github.com/microsoft/Microsoft365DSC/issues/4961) - FIXES [#4960](https://github.com/microsoft/Microsoft365DSC/issues/4960) - FIXES [#4734](https://github.com/microsoft/Microsoft365DSC/issues/4734) - FIXES [#4725](https://github.com/microsoft/Microsoft365DSC/issues/4725) -* AADGroup - * FIXES [#4994](https://github.com/microsoft/Microsoft365DSC/issues/4994) -* EXOAuthenticationPolicyAssignment - * Removes the 1000 user limit when exporting authentication policy assignments - FIXES [#4956](https://github.com/microsoft/Microsoft365DSC/issues/4956) -* EXOHostedContentFilterRule - * Dont check if associated `EXOHostedContentFilterPolicy` is present - while removing resource since its not required - * EXORoleGroup - * Fix an issue where roles that have empty members cannot be compared - FIXES [#4977] (https://github.com/microsoft/Microsoft365DSC/issues/4977) -* IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy - * Fixed issue if `PasswordComplexity` was set to 5 by allowing that value - FIXES [#4963](https://github.com/microsoft/Microsoft365DSC/issues/4963) -* IntuneDeviceCompliancePolicyWindows10 - * Fix extraction of property `TpmRequired` -* IntuneDeviceConfigurationCustomPolicyWindows10 - * Change app and delegated permissions for reading to - DeviceManagementConfiguration.ReadWrite.All to cope with - getOmaSettingPlainTextValue which is only working if RW is granted - FIXES [#4412](https://github.com/microsoft/Microsoft365DSC/issues/4412) -* IntuneDeviceRemediation - * Add export of global remediation scripts. -* O365OrgSettings - * FIXES [#4741](https://github.com/microsoft/Microsoft365DSC/issues/4741) -* SCAutoSensitivityLabelPolicy - * Fixes issue where Mode=Enabled is not supported for SP and OD. Changing - property to TestWithoutNotifications in those instances. - FIXES [#4990](https://github.com/microsoft/Microsoft365DSC/issues/4990) -* SCAutoSensitivityLabelRule - * Fixes issue where the export was looping through all possible workloads - instead of the actually targeted workload - FIXES [#4989](https://github.com/microsoft/Microsoft365DSC/issues/4989) -* SCSensitivityLabel - * Corrected issue where ExternalAccess properties were configured inverted - FIXES [#3782](https://github.com/microsoft/Microsoft365DSC/issues/3782) + ReleaseNotes = '* EXOOwaMailboxPolicy + * Add support for AccountTransferEnabled parameter +* EXOSweepRule + * Initial Release. +* FabricAdminTenantSettings + * Initial Release. +* IntuneDeviceControlPolicyWindows10 + * Initial Release * M365DSCDRGUtil - * Update Intune Settings Catalog Handling. - * Fixes an issue where the `MSFT_IntuneDeviceRemediationPolicyAssignments` - type would trigger an incorrect comparison in `Compare-M365DSCComplexObject`. -* M365DSCResourceGenerator - * Update Intune resource generation for the Settings Catalog. -* M365DSCUtil - * Fix `Compare-PSCustomObjectArrays` by allowing empty arrays as input - FIXES [#4952](https://github.com/microsoft/Microsoft365DSC/issues/4952) -* O365OrgSettings - * FIXES [#4741](https://github.com/microsoft/Microsoft365DSC/issues/4741) -* MISC - * Improve module updates and PowerShell Core support across the DSC - resources. - FIXES [#4941](https://github.com/microsoft/Microsoft365DSC/issues/4941) - * Replace some `Write-Host` occurrences in core engine with - appropriate alternatives. - FIXES [#4943](https://github.com/microsoft/Microsoft365DSC/issues/4943) - * Fixed a typo within M365DSCReport.psm1 related to a .png file - FIXES [#4983](https://github.com/microsoft/Microsoft365DSC/pull/4983) + * Fixes an issue where a Intune settings catalog DSC param was not handled + correctly when it was not specified. + FIXES [#5000](https://github.com/microsoft/Microsoft365DSC/issues/5000) + * Fixes an issue where the exported nested CIM instances had too many line breaks. + * Fixes an issue where Settings Catalog properties were not correctly handled. * DEPENDENCIES - * Updated MicrosoftTeams to version 6.5.0. - * Updated MSCloudLoginAssistant to version 1.1.19.' + * Updated MSCloudLoginAssistant to version 1.1.20.' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false