From 086c100ee173527d5c0386adb48c8b6303360896 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Wed, 18 Jan 2023 06:54:51 -0500 Subject: [PATCH] Release 1.23.118.1 --- CHANGELOG.md | 2 +- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 49 ++++++++++++-------- 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c092fb80da..46fd20538b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.23.118.1 * IntuneAppConfigurationPolicy * Fixes issue where the Test method fails when the policy does not exist yet diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 6db12eec60..cc178d905d 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2023-01-11 +# Generated on: 2023-01-18 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.23.111.1' + ModuleVersion = '1.23.118.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -139,24 +139,35 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = "* AADAdministrativeUnit - * Marks DisplayName as a mandatory key and removed the visibility parameter from being evaluated since it is always returned as null. - FIXES [#2704](https://github.com/microsoft/Microsoft365DSC/issues/2704) - * AADConditionalAccessPolicy - * Removed the extra Microsoft Graph profile switching call which was causing performance issue. - FIXES [#2688](https://github.com/microsoft/Microsoft365DSC/issues/2688) - * TeamsFederationConfiguration - * Add parameters: TreatDiscoveredPartnersAsUnverified, SharedSipAddressSpace, RestrictTeamsConsumerToExternalUserProfiles. - * TeamsFeedbackPolicy - * Initial Release - * TeamsGroupPolicyAssignment - * Initial Release - * MISC - * Adds Service Principal (Thumbprint and Secret) support to the Power Apps workload. - * Refactored the way we are switching Microsoft Graph Profiles across all resources. + ReleaseNotes = "* IntuneAppConfigurationPolicy + * Fixes issue where the Test method fails when the policy does not exist yet + and the Assignments parameter is used. + FIXES [#2768](https://github.com/microsoft/Microsoft365DSC/issues/2768) + * IntuneDeviceAndAppManagementAssignmentFilter + * Fixes issue where the code did not check for the DisplayName when the ID could not + be found. + FIXES [#2788](https://github.com/microsoft/Microsoft365DSC/issues/2788) + * IntuneDeviceConfigurationPolicyMacOS + * Corrected copy/paste issue while implementing previous fix. + FIXES [#2731](https://github.com/microsoft/Microsoft365DSC/issues/2731) + * IntuneRoleDefinition + * Fixes issue where the code did not check for the DisplayName when the ID could not + be found. + FIXES [#2771](https://github.com/microsoft/Microsoft365DSC/issues/2771) + * Updated logging logic to include more details and add Current/Target values in the + Test method. + * PlannerTask + * Refactored to leverage the official cmdlets instead of using the legacy GraphHandlers. + FIXES [#2767](https://github.com/microsoft/Microsoft365DSC/issues/2767) + * Changed Export-TargetResource to call Get-M365DSCExportContentForResource + to simplify/conform + variables for authentation are added correctly + FIXES [#2784](https://github.com/microsoft/Microsoft365DSC/issues/2784) + * SCRetentionCompliancePolicy + * Fixes an issue where the SkypeLocation was trying to be converted to a string when it was an array. + FIXES [#2789](https://github.com/microsoft/Microsoft365DSC/issues/2789) * DEPENDENCIES - * Updated ExchangeOnlineManagement to version 3.1.0 - * Updated MSCloudLoginAssistant to version 1.0.102" + * Updated Microsoft.Graph.* to version 1.20.0 + * Updated MSCloudLoginAssistant to version 1.0.103" # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false