diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 65e27b3375..b6f4714103 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2025-02-25 +# Generated on: 2025-02-26 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.25.219.3' + ModuleVersion = '1.25.226.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -149,45 +149,35 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADApplication - * Fixed an issue where specifying an empty ReplyURLs array would not remove - the existing entries. -* AADAuthenticationMethodPolicy - * DEPRECATED - PolicyMigrationState property is now deprecated since it -* AADAuthenticationMethodPolicyFido2 - * Fixed issue where the Set-TargetResource was throwing an internal server - error. -* AADConditionalAccessPolicy - * Added check to ensure the cached policy (export) is the current policy when - evaluating in the Get-TargetResource function. -* EXOCalendarProcessing - * Changed the Get-TargetResource logic to return UPN instead of id. -* EXODistributionGroup - * Fixed the ability to set members. -* EXOGroupSettings - * Removed Id from being evaluated in the Test-TargetResource function. -* EXOMailboxAutoReplyConfiguration - * Changed the Get-TargetResource logic to return UPN instead of Identity. -* EXOMailboxCalendarFolder - * Changed the Get-TargetResource logic to return UPN instead of id. -* EXOMailboxPermission - * Changed the Get-TargetResource logic to return UPN instead of id. -* EXOSweepRule - * Changed the Get-TargetResource logic to return UPN instead of id. -* IntuneDeviceComplianceScriptWindows10 - * Initial release. -* M365DSCRuleEvaluation - * Clear the cached instances from the export operation after evaluating the rules. -* Security & Compliance - * Updated export functions to remove skipping of loading module, to prevent - missing cmdlet errors that are causing failing exports. -* SCPolicyConfig - * Handle default values in the Get-TargetResource function. - * Added support for the FileCopiedToCloudFullUrlEnabled property. + ReleaseNotes = '* AADConditionalAccessPolicy + * Fixed an issue where `TermsOfUse` was not passed as an array, causing failures in GCC-High environments. + FIXES [#5742](https://github.com/microsoft/Microsoft365DSC/issues/5742) + * Added verbose to the Get-TargetResource function to print out the retrieved + policies from calling the cmdlet. +* AADPasswordRuleSettings + * Updated schema to only accept values Enforced and Audit for parameter BannedPasswordCheckOnPremisesMode +* IntuneDeviceCompliancePolicyWindows10 + * Fixes the handling of the `DeviceCompliancePolicyScript` property. + FIXES [#5510](https://github.com/microsoft/Microsoft365DSC/issues/5510) +* O365OrgSettings + * Added support for the AllowPlannerCopilot setting. +* PPTenantSettings + * Corrected issue in the resource schema. The description was a multi-line + string, which is not allowed. +* SPOSiteScript + * Fix error in Get-TargetResource when a site-script is identified by title only + FIXES [#5821](https://github.com/microsoft/Microsoft365DSC/issues/5821) +* SPOTenantSettings + * Add EnableAzureADB2BIntegration and OneDriveSharingCapability properties +* TeamsChannel + * Apply ordering during export. + FIXES [#5829](https://github.com/microsoft/Microsoft365DSC/issues/5829) +* TeamsTeam + * Apply ordering during export. +* TeamsUser + * Apply ordering during export. * DEPENDENCIES - * Updated ExchangeOnlineManagement to version 3.7.1. - * Updated Microsoft.Graph to version 2.26.1. - * Updated MSCloudLoginAssistant to version1 1.1.38.' + * Updated MSCloudLoginAssistant to version 1.1.39.' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false