diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 7e41f762f2..2a2c09df83 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2025-01-08 +# Generated on: 2025-01-15 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.25.108.1' + ModuleVersion = '1.25.115.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -147,20 +147,60 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADAuthenticationRequirement - * Changed Export logic to extract instances from all users. -* AADOrganizationCertificateBasedAuthConfiguration - * Fixed the primary key of the resource. - FIXES [#5523](https://github.com/microsoft/Microsoft365DSC/issues/5523) -* AADRoleEligibilityScheduleRequest - * Fixed error when extracting an entry with a deleted principal. -* DefenderDeviceAuthenticatedScanDefinition - * Fixed the Data Type export. -* MISC - * Added check to `New-M365DSCReportFromConfiguration` to make sure Windows - Remoting is enabled, which is required to convert the DSC config. - * Defender - * Added support for the UseBasicParsing parameter for REST calls.' + ReleaseNotes = ' AADAuthenticationRequirement + * Filtered guests from the export, to prevent errors during export + FIXES [#5625](https://github.com/microsoft/Microsoft365DSC/issues/5625) +* AADCustomAuthenticationExtension + * Fixes an issue extracting instances due to the OrganizationName being null. +* AADGroup + * Only get Members & GroupAsMembers when a static group is defined. +* AADGroupEligibilitySchedule + * New resource for Privileged Identity Management (PIM) for Groups +* AADNamingLocationPolicy + * Improved logging and fixed issue that caused creation of duplicate + locations with same name. +* EXOSmtpDaneInbound + * Initial release +* IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneAccountProtectionPolicyWindows10 + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneAntivirusPolicyLinux + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneAntivirusPolicyMacOS + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneAntivirusPolicyWindows10SettingCatalog + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneAppAndBrowserIsolationPolicyWindows10 + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneDeviceControlPolicyWindows10 + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneDiskEncryptionMacOS + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneDiskEncryptionWindows10 + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneEndpointDetectionAndResponsePolicyLinux + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneEndpointDetectionAndResponsePolicyMacOS + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneEndpointDetectionAndResponsePolicyWindows10 + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneFirewallPolicyWindows10 + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneSettingCatalogASRRulesPolicyWindows10 + * Fixed creation of policy while it was found by name, now it updates existing policies correctly. +* IntuneVPNConfigurationPolicyAndroidWork + * Initial release +* M365DSCRuleEvaluation + * Making RuleDefinition a key of the resource to allow multiple + rules for the same resource type to be provided in the same config. + * Adding a new RuleName parameter to make it easier to understand + the results in the event logs. +* TeamsGroupPolicyAssignment + * FIXES [[#5527](https://github.com/microsoft/Microsoft365DSC/issues/5527)] +* DEPENDENCIES + * Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.203. + * Updated MSCloudLoginAssistant to version 1.1.34.' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false