From a19f0ef73012d6a3c83c58ff38c5522211b23284 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Wed, 15 Nov 2023 13:42:38 -0800 Subject: [PATCH] Release 1.23.1115.1 --- CHANGELOG.md | 2 +- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 46 +++++--------------- 2 files changed, 13 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 597a637eaa..74bdc00ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.23.1115.1 * AADApplication * Added support for the IsFallbackPublicClient property. diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index a3983b478c..7975a88687 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2023-11-14 +# Generated on: 2023-11-15 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.23.1108.3' + ModuleVersion = '1.23.1115.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -140,38 +140,16 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADRoleEligibilityScheduleRequest - * Fixed incorrect subclass MSFT_AADRoleEligibilityScheduleRequestScheduleRecurrenceRange - for range property - FIXES [#3847](https://github.com/microsoft/Microsoft365DSC/issues/3847) - * Fixes issue where creating an entry that was previously removed threw an error - complaining that the role eligibility already existed. - * IntuneAccountProtectionLocalAdministratorPasswordSolutionPolicy - * Initial release - FIXES [#3034](https://github.com/microsoft/Microsoft365DSC/issues/3034) 3/3 - * IntuneAccountProtectionLocalUserGroupMembershipPolicy - * Initial release - FIXES [#3034](https://github.com/microsoft/Microsoft365DSC/issues/3034) 2/3 - * IntuneAccountProtectionPolicy - * Initial release - FIXES [#3034](https://github.com/microsoft/Microsoft365DSC/issues/3034) 1/3 - * IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10 - * Fixes typo in Get-TargetResource - FIXES [#3869](https://github.com/microsoft/Microsoft365DSC/issues/3869) - * IntuneDeviceConfigurationEndpointProtectionPolicyWindows10 - * Fix an issue where the firewall settings were not populate correctly - FIXES [#3851](https://github.com/microsoft/Microsoft365DSC/issues/3851) - * IntuneDeviceEnrollmentStatusPageWindows10 - * Fix typo in the catch of Update-DeviceEnrollmentConfigurationPriority - FIXES [#3442](https://github.com/microsoft/Microsoft365DSC/issues/3442) - * M365DSCDRGUTIL - * Fix an issue where temporary parameters were not renamed during recursive call causing a Model Validation - error during creation or update of a Graph resource - FIXES [#3582](https://github.com/microsoft/Microsoft365DSC/issues/3582) - * MISC - * Added a QA check to test if all used subclasses actually exist in the MOF schema. - * DEPENDENCIES - * Updated Microsoft. Graph dependencies to version 2.9.0.' + ReleaseNotes = '* AADApplication + * Added support for the IsFallbackPublicClient property. + FIXES [#3906](https://github.com/microsoft/Microsoft365DSC/issues/3906) + * AADServicePrincipal + * Added support to define members. + FIXES [#3902](https://github.com/microsoft/Microsoft365DSC/issues/3902) + * EXOCASMailboxPlan + * Fixes an issue where we are not able to set the settings of a CAS + Mailbox Plan by specifying the Identity without the GUID in the name. + FIXES [#3900](https://github.com/microsoft/Microsoft365DSC/issues/3900)' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false