diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbe9c3a7f..337fdb5e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,11 @@ # Change log for Microsoft365DSC -# UNRELEASED -* AADAdministrativeUnit - * Updated validation of properties in schema to assist usage +# 1.23.308.1 * AADAdministrativeUnit * Fixed general issues caused by improper handling of nested CIMInstances FIXES #2775, #2776, #2786 + * Updated validation of properties in schema to assist usage * AADServicePrincipal * Change Write-Error to Write-Verbose to make sure the Test method will continue FIXES [#2961](https://github.com/microsoft/Microsoft365DSC/issues/2961) diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 04acfe5949..3a885e7be8 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2023-03-01 +# Generated on: 2023-03-08 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.23.301.1' + ModuleVersion = '1.23.308.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -139,38 +139,33 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* IntuneDeviceEnrollmentConfigurationWindows10 - * Fix settings.json - FIXES [#2930](https://github.com/microsoft/Microsoft365DSC/issues/2930) - * O365OrgSettings - * Adds support for Cortana enabling. - * SCLabelPolicy - * Added more detailed logging - * Converting the GUIDs of all defaultlabel settings in the AdvancedSettings - parameters to the actual label name, since the GUID is different per - environment - FIXES [#2840](https://github.com/microsoft/Microsoft365DSC/issues/2840) - * Fixed issue where the Test method resulted in False on any existing policy - FIXES [#2948](https://github.com/microsoft/Microsoft365DSC/issues/2948) - * SCSensitivityLabel - * Added more detailed logging - * Fixed issue where the Test method always tested false when the LocaleSettings - property was used - FIXES [#2949](https://github.com/microsoft/Microsoft365DSC/issues/2949) - * Fixes issues around Test-TargetResource always returning False when encryption parameters are used. - FIXES [#2683](https://github.com/microsoft/Microsoft365DSC/issues/2683) - * SPOUserProfileProperty - * Fixes the required API permissions in the documentation. - FIXES [#2798](https://github.com/microsoft/Microsoft365DSC/issues/2798) - * TeamsOnlineVoiceUser - * Fix issue where the cmdlet Get-CsOnlineVoiceUser is now deprecated. + ReleaseNotes = '* AADAdministrativeUnit + * Fixed general issues caused by improper handling of nested CIMInstances + FIXES #2775, #2776, #2786 + * Updated validation of properties in schema to assist usage + * AADServicePrincipal + * Change Write-Error to Write-Verbose to make sure the Test method will continue + FIXES [#2961](https://github.com/microsoft/Microsoft365DSC/issues/2961) + * EXOManagementRoleAssignment + * Added delays before disconnecting from EXO to ensure new permissions are applied. + FIXES [#2523](https://github.com/microsoft/Microsoft365DSC/issues/2523) + * O365AdminAuditLogConfig + * Added support for ManagedIdentity. + * Fixed the Get-TargetResource method to return all authentication parameters. + * DRG + * Fixed the default settings for the Ensure parameter. * MISC - * Updated unit tests - * Added quality check tests + * Updated logic for drift detection to be case insensitive. + FIXES [#2873](https://github.com/microsoft/Microsoft365DSC/issues/2873) + * Changed the -Platform parameter for Connect-M365Tenant to -Workload in 2 remaining places. + FIXES [#2921](https://github.com/microsoft/Microsoft365DSC/issues/2921) + * Added QA test to validate if used permissions in Settings.json files + actually exist. + * Added application credential support to Assert-M365DSCBlueprint + FIXES [#1792](https://github.com/microsoft/Microsoft365DSC/pull/1792) + * Updated/added various examples * DEPENDENCIES - * Updated Microsoft.Graph.* to version 1.22.0 - * Updated MSCloudLoginAssistant to version 1.0.105 - * Updated ReverseDSC to version 2.0.0.14' + * Updated MicrosoftTeams to version 5.0.0' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false