diff --git a/CHANGELOG.md b/CHANGELOG.md index 565d7823e8..d6c0e7380c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.25.122.1 * AADConditionalAccessPolicy * Fixes CA policy deployment errors when deploying policies based for workload identities. diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 2a2c09df83..f29dde0e95 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2025-01-15 +# Generated on: 2025-01-22 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.25.115.1' + ModuleVersion = '1.25.122.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -26,7 +26,7 @@ CompanyName = 'Microsoft Corporation' # Copyright statement for this module - Copyright = '(c) 2024 Microsoft Corporation. All rights reserved.' + Copyright = '(c) 2025 Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'This DSC module is used to configure and monitor Microsoft tenants, including SharePoint Online, Exchange, Teams, etc.' @@ -147,60 +147,73 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - 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.' + ReleaseNotes = '* AADConditionalAccessPolicy + * Fixes CA policy deployment errors when deploying policies based for workload identities. + * Fixed DisableResilienceDefaults result + * Add DisableResilienceDefaults false szenario +* AADDeviceRegistrationPolicy + * Fixes an error when trying to disable AAD join. +* AADGroupsNamingPolicy + * Use correct parameter `DesiredValues` given to `Test-M365DSCParameterState`, + contrary to `EXOTenantAllowBlockListItems` these resources are not affected + but we still should use the correct parameter +* AADRoleSetting + * Fixed issue where missing settings object for a role caused errors. + FIXES [#5602](https://github.com/microsoft/Microsoft365DSC/issues/5602) +* AADServicePrincipal + * FIXES [#5549](https://github.com/microsoft/Microsoft365DSC/issues/5549) +* EXOAvailabilityConfig + * Removed dependency on Microsoft Graph to retrieve user information. +* EXODistributionGroup + * Removed dependency on Microsoft Graph to retrieve user information. +* EXOHostedContentFilterPolicy + * Use correct parameter `DesiredValues` given to `Test-M365DSCParameterState`, + contrary to `EXOTenantAllowBlockListItems` these resources are not affected + but we still should use the correct parameter +* EXOTenantAllowBlockListItems + * Fixed `Test-TargetResource` by using the correct parameter `DesiredValues` + given to `Test-M365DSCParameterState` +* EXOTransportRule + * Fix type of `SenderInRecipientList` in schema +* FabricAdminTenantSettings + * Added support for the AllowGetOneLakeUDK, AllowMountDfCreation, AllowOneLakeUDK, + ArtifactOrgAppPreview properties. + * Fix values that have a zero length whitespace character. +* IntuneAppProtectionPolicyiOS + * Fixes [#5589] https://github.com/microsoft/Microsoft365DSC/issues/5589 +* SCAutoSensitivityLabelPolicy + * Use correct parameter `DesiredValues` given to `Test-M365DSCParameterState`, + contrary to `EXOTenantAllowBlockListItems` these resources are not affected + but we still should use the correct parameter +* SCLabelPolicy + * Use correct parameter `DesiredValues` given to `Test-M365DSCParameterState`, + contrary to `EXOTenantAllowBlockListItems` these resources are not affected + but we still should use the correct parameter +* SCSecurityFilter + * Use correct parameter `DesiredValues` given to `Test-M365DSCParameterState`, + contrary to `EXOTenantAllowBlockListItems` these resources are not affected + but we still should use the correct parameter +* SPOSPOBrowserIdleSignout + * Corrected export types where the schema expected a String, but received a different type + FIXES [#5648](https://github.com/microsoft/Microsoft365DSC/issues/5648) +* SPOSharingSettings + * Corrected export types where the schema expected a String, but received a different type + FIXES [#5648](https://github.com/microsoft/Microsoft365DSC/issues/5648) +* M365DSCReport + * Fix missing delimiter when called without the parameter. + FIXES [#5634](https://github.com/microsoft/Microsoft365DSC/issues/5634) + * Add configuration validation to inform about comparisons against empty or invalid configurations. + FIXES [#5658](https://github.com/microsoft/Microsoft365DSC/issues/5658) +* M365DSCTelemetryEngine + * Report LCM details only if running as administrator. +* M365DSCUtil + * In `Test-M365DSCParameterState` try to replace the line endings before + making the comparison otherwise it may fail as it did for a few resources + FIXES [#5648](https://github.com/microsoft/Microsoft365DSC/issues/5648) +* MISC + * Export Performance Improvements + Implements the changes described in [#5615](https://github.com/microsoft/Microsoft365DSC/issues/5615) + Improved resource caching behavior across Intune resources.' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false