diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1487b431..0782ded9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.23.419.1 * IntuneDeviceConfigurationDefenderForEndpointOnboardingPolicyWindows10 * Initial release diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index a47f71a880..cd17c14cd7 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2023-04-12 +# Generated on: 2023-04-19 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.23.412.1' + ModuleVersion = '1.23.419.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -139,36 +139,27 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADUser - * Password property will only used with New-MgUser and ignored for updates - FIXES [#3093](https://github.com/microsoft/Microsoft365DSC/issues/3093) - * IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10 - * Initial release - FIXES [#2833](https://github.com/microsoft/Microsoft365DSC/issues/2833) - * IntuneDeviceConfigurationCustomPolicyWindows10 - * Initial Release - FIXES [#3068](https://github.com/microsoft/Microsoft365DSC/issues/3068) - * IntuneDeviceConfigurationDomainJoinPolicyWindows10 + ReleaseNotes = '* IntuneDeviceConfigurationDefenderForEndpointOnboardingPolicyWindows10 * Initial release - * IntuneDeviceConfigurationFirmwareInterfacePolicyWindows10 + * IntuneDeviceConfigurationEmailProfilePolicyWindows10 * Initial release - * IntuneDeviceConfigurationWindowsTeamPolicyWindows10 + * IntuneDeviceConfigurationKioskPolicyWindows10 * Initial release - * O365SearchAndIntelligenceConfigurations - * Initial release. - * TeamsUpdateManagementPolicy - * Added support for the Forced value for the AllowPublicPreview property. + * EXOManagementRoleAssignment + * Fixed issue with incorrect Microsoft Graph cmdlets used to retrieve Administrative Units. + FIXES [#3185](https://github.com/microsoft/Microsoft365DSC/issues/3185) + * SCLabelPolicy + * If label policy is set to None do not get its label display name since it is not required + FIXES [#3104](https://github.com/microsoft/Microsoft365DSC/issues/3104) * DRG - * Fixed layout and display issues in module file + * Fixed issue retrieving the cmdlet definition when the resource type is derived from an abstract type + * Fixed issue with UnitTest and complex properties with AdditionalProperties + * Fixed issue with Complex constructor and complex properties with AdditionalProperties * MISC - * Changed Get-MgDeviceManagementDeviceConfiguration to use the cmdlet switches rather than filtering output once returned. - Fixes #3082 - * M365DSCUtil: Fixed an issue when calling Assert-M365DSCBlueprint with App credentials - FIXES [#3153](https://github.com/microsoft/Microsoft365DSC/issues/3153) - * Added check to validate that the Release Notes in the module manifest are not longer than - 10,000 characters, which will prevent publishing the module to the PowerShell Gallery - * DEPENDENCIES - * Updated Microsoft.PowerApps.Administration.PowerShell dependencies to version 2.0.159.' + * Reports will now exclude the authentication parameters (e.g., CertificateThumbprint, Credential, etc.). + * Changed the Encoding helpers logic to ensure titled quotes and apostrophes are correctly evaluated. + FIXES [#3165](https://github.com/microsoft/Microsoft365DSC/issues/3165) + * Fixes an issue where the new resource name extraction could still have duplicates.' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false