diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fede35d0..4ccc8682fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.23.1206.1 * IntuneAntivirusPolicyWindows10SettingCatalog * Fix condition in Test-TargetResource to check if resource was removed or not @@ -12,7 +12,7 @@ * Updated MSCloudLoginAssistant to version 1.1.2. * MISC * Fix Compare-M365DSCConfigurations to exclude resources correctly - FIXES [#4000](https://github.com/microsoft/Microsoft365DSC/issues/4000) + FIXES [#4000](https://github.com/microsoft/Microsoft365DSC/issues/4000) # 1.23.1129.1 diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 4e1c82e5b8..59b0dff979 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2023-11-30 +# Generated on: 2023-12-06 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.23.1129.1' + ModuleVersion = '1.23.1206.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -140,63 +140,17 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADRoleSetting - * Export sorted by DisplayName for better comparison - * Enable Filter property to be used on export - FIXES [#3919](https://github.com/microsoft/Microsoft365DSC/issues/3919) - * AADUser - * Added the MemberOf Property. - * IntuneAntivirusPolicyWindows10SettingCatalog - * Skipped settingValueTemplateReference and settingInstanceTemplateReference - for severethreats, highseveritythreats, moderateseveritythreats, - lowseveritythreats as per API requirements observed in the Intune portal. - FIXES [#3818](https://github.com/microsoft/Microsoft365DSC/issues/3818) - FIXES [#3955](https://github.com/microsoft/Microsoft365DSC/issues/3955) - * IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy, - IntuneAccountProtectionLocalUserGroupMembershipPolicy, - IntuneAccountProtectionPolicy, - * Fixes export if Assignments is set on existing policies - FIXES [3913](https://github.com/microsoft/Microsoft365DSC/issues/3913) - * Add groupDisplayName to Assignments embedded instance - * IntuneDeviceConfigurationDeliveryOptimizationPolicyWindows10, - IntuneDeviceConfigurationHealthMonitoringConfigurationPolicyWindows10, - IntuneDeviceConfigurationIdentityProtectionPolicyWindows10, - IntuneDeviceConfigurationEndpointProtectionPolicyWindows10, - IntuneDeviceEnrollmentStatusPageWindows10, - IntuneWindowsAutopilotDeploymentProfileAzureADHybridJoined, - IntuneWindowsAutopilotDeploymentProfileAzureADJoined - * Removed Id and all authentication parameters from PSBoundParameters in Test-TargetResource - FIXES [#3888](https://github.com/microsoft/Microsoft365DSC/issues/3888) - * IntuneWindowsAutopilotDeploymentProfileAzureADJoined - * Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment - FIXES [#3921](https://github.com/microsoft/Microsoft365DSC/issues/3921) - * IntuneDeviceEnrollmentStatusPageWindows10 - * Fixed assignments using API call - FIXES [#3921](https://github.com/microsoft/Microsoft365DSC/issues/3921) - * IntuneWindowsAutopilotDeploymentProfileAzureADHybridJoined - * Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment - FIXES [#3892](https://github.com/microsoft/Microsoft365DSC/issues/3892) - * IntuneWindowsAutopilotDeploymentProfileAzureADJoined - * Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment - FIXES [#3892](https://github.com/microsoft/Microsoft365DSC/issues/3892) + ReleaseNotes = '* IntuneAntivirusPolicyWindows10SettingCatalog + * Fix condition in Test-TargetResource to check if resource was removed or not + FIXES [#3958](https://github.com/microsoft/Microsoft365DSC/issues/3958) * IntuneWindowsUpdateForBusinessRingUpdateProfileWindows10 - * Modified assigned to use sdk instead of API call and added logic to use groupDisplayName in assignment - * IntuneDeviceConfigurationPolicyWindows10 - FIXES [#3921](https://github.com/microsoft/Microsoft365DSC/issues/3921) - * IntuneDeviceEnrollmentStatusPageWindows10 - * Fixed assignments using API call - FIXES [#3921](https://github.com/microsoft/Microsoft365DSC/issues/3921) - * TeamsTeam - * Fixes incompatible type for ComplianceRecordingApplications, expected string[] but receive object[] - FIXES: [#3890](https://github.com/microsoft/Microsoft365DSC/issues/3890) + * Fix typo in assignment cmdlet + FIXES [#3996](https://github.com/microsoft/Microsoft365DSC/issues/3996) * DEPENDENCIES - * Updated DSCParser to version 1.4.0.1. - * Updated Microsoft.Graph to version 2.10.0. - * Updated MSCloudLoginAssistant to version 1.1.0. + * Updated MSCloudLoginAssistant to version 1.1.2. * MISC - * M365DSCDRGUtil - * Added ConvertFrom-IntunePolicyAssignment and ConvertTo-IntunePolicyAssignment - FIXES [#3892](https://github.com/microsoft/Microsoft365DSC/issues/3892)' + * Fix Compare-M365DSCConfigurations to exclude resources correctly + FIXES [#4000](https://github.com/microsoft/Microsoft365DSC/issues/4000)' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false