From d38c8e13d5f3bed10936fe6cbfc8823b86495b29 Mon Sep 17 00:00:00 2001 From: Yorick Kuijs Date: Wed, 11 Dec 2024 21:23:48 +0100 Subject: [PATCH] Release v1.24.1211.1 --- CHANGELOG.md | 2 +- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 56 ++++++-------------- 2 files changed, 18 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d231ca1f0..f900f26c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.24.1211.1 * AADApplication * Changed logic to remove all permissions when an empty array is specified. diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 272d12703e..063a1c0551 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2024-12-04 +# Generated on: 2024-12-11 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.24.1204.1' + ModuleVersion = '1.24.1211.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -147,44 +147,22 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* All resources - * Applying project default formatting on all files, to improve - reading and troubleshooting. -* AADAccessReviewDefinition - * Added support for #microsoft.graph.accessReviewInactiveUsersQueryScope in odatatype. -* AADActivityBasedTimeoutPolicy - * Added support for AccessTokens. -* AADClaimsMappingPolicy + ReleaseNotes = '* AADApplication + * Changed logic to remove all permissions when an empty array is specified. + FIXES [#5534](https://github.com/microsoft/Microsoft365DSC/issues/5534) +* AADFeatureRolloutPolicy * Fixed policy retrieval - FIXES [#5505](https://github.com/microsoft/Microsoft365DSC/issues/5505) -* AADIdentityAPIConnector - * Changed the export logic to export passwords as credential objects instead of string. -* AADRoleManagementPolicyRule - * Added the logic to handle filters in the Export logic flow. -* EXOAuthenticationPolicyAssignment - * Added $confirm flag to the Set-TargetResource function for PowerShell 7 compatibility. -* EXOClientAccessRule - * Added $confirm flag to the Set-TargetResource function for PowerShell 7 compatibility. -* EXOManagementRoleAssignment - * Changed logic to detect drift. -* EXOServicePrincipal - * Removed ObjectID from the return of the Get-TargetResource method. -* EXOTeamsProtectionPolicy - * Initial release - FIXES [#5296](https://github.com/microsoft/Microsoft365DSC/issues/5296) -* EXOTransportRule - * Fixed conditional logic for creation and update. -* IntuneTrustedRootCertificateIOS - * Initial release -* IntuneVPNConfigurationPolicyIOS - * Initial release. -* M365DSCRuleEvaluation - * Only attempt to pass AccessTokens if specified. -* SPORetentionLabelsSettings - * Initial release. -* MISC - * M365DSCDRGUtil - * Add separate check for strings with ordinal comparison and standardized line breaks.' + FIXES [#5521](https://github.com/microsoft/Microsoft365DSC/issues/5521) +* IntuneDeviceManagementAndroidDeviceOwnerEnrollmentProfile + * Fixing issue with the way the QrCodeImage property was exported and handled. +* IntuneFirewallPolicyWindows10 + * Fix export of properties that appear multiple times in subsections. +* M365DSCDRGUtil + * Improve settings catalog handling for nested objects. +* M365DSCResourceGenerator + * Fixes an issue with nested object creation. +* DEPENDENCIES + * Updated MSCloudLoginAssistant to version 1.1.29.' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false