From de1e2abbe0421ab7c81847a0ae37ed996a63c8f9 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Thu, 18 May 2023 13:01:58 -0400 Subject: [PATCH 1/2] Release 1.23.517.1 --- CHANGELOG.md | 3 +- .../Dependencies/Manifest.psd1 | 2 +- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 59 ++++++++----------- 3 files changed, 28 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 360f2b8593..9d265d6df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.23.517.1 * AADEntitlementManagementAccessPackageAssignmentPolicy * Fixes an issue where Reviewers and requestors weren't properly extracted. @@ -23,6 +23,7 @@ FIXES [#3285](https://github.com/microsoft/Microsoft365DSC/issues/3285) * DEPENDENCIES * Updated MicrosoftTeams to version 5.2.0 + * Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.165 * MISC * Major performance improvements for the New-M365DSCDeltaReport cmdlet. FIXES [#3016](https://github.com/microsoft/Microsoft365DSC/issues/3016) diff --git a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 index 331f1f1dbd..fa43e57cc5 100644 --- a/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 +++ b/Modules/Microsoft365DSC/Dependencies/Manifest.psd1 @@ -66,7 +66,7 @@ }, @{ ModuleName = 'Microsoft.PowerApps.Administration.PowerShell' - RequiredVersion = '2.0.163' + RequiredVersion = '2.0.165' }, @{ ModuleName = 'MicrosoftTeams' diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 2b135035e6..dd90a9e5d4 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2023-05-11 +# Generated on: 2023-05-18 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.23.510.1' + ModuleVersion = '1.23.517.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -139,41 +139,32 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = '* AADAuthenticationStrengthPolicy + ReleaseNotes = '* AADEntitlementManagementAccessPackageAssignmentPolicy + * Fixes an issue where Reviewers and requestors weren't properly extracted. + FIXES [#3255](https://github.com/microsoft/Microsoft365DSC/issues/3255) + * IntuneDeviceEnrollmentPlatformRestriction + * Ensure that Windows Mobile platform cannot be unblocked + FIXES [#3303](https://github.com/microsoft/Microsoft365DSC/issues/3303) + * IntuneSettingCatalogCustomPolicyWindows10 + * Add missing properties to schema + FIXES [#3300](https://github.com/microsoft/Microsoft365DSC/issues/3300) + * SPOUserProfileProperty + * Fixes and issue where the properties weren't properly set. + FIXES [#3226](https://github.com/microsoft/Microsoft365DSC/issues/3226) + * TeamsAppPermissionPolicy * Initial release - * AADConditionalAccessPolicy - * Added support for the AuthenticationStrength parameter. - * AADCrossTenantAccessPolicy - * Initial release - FIXES [#3251](https://github.com/microsoft/Microsoft365DSC/issues/3251) - * AADCrossTenantAccessPolicyConfigurationDefault - * Initial release - FIXES [#3252](https://github.com/microsoft/Microsoft365DSC/issues/3252) - * AADCrossTenantAccessPolicyConfigurationPartner - * Initial release - FIXES [#3253](https://github.com/microsoft/Microsoft365DSC/issues/3253) - * IntuneSettingCatalogCustomPolicyWindows10 - * Initial release - FIXES [#2692](https://github.com/microsoft/Microsoft365DSC/issues/2692), - FIXES [#2976](https://github.com/microsoft/Microsoft365DSC/issues/2976), - FIXES [#3070](https://github.com/microsoft/Microsoft365DSC/issues/3070), - FIXES [#3071](https://github.com/microsoft/Microsoft365DSC/issues/3071), - FIXES [#3156](https://github.com/microsoft/Microsoft365DSC/issues/3156) - * TeamsMessagingPolicy - * Add support for new parameters: AllowSmartCompose, AllowSmartReply, AllowUserDeleteChat - * TeamsGuestMessagingConfiguration - * Add support for AllowUserDeleteChat parameter - * TeamsGuestMeetingConfiguration - * Add support for LiveCaptionsEnabledType parameter - * TeamsTeam - * Fix group creation + * TeamsAppSetupPolicy + * Initial release. + * EXOQuarantinePolicy + * Support exporting and importing global quarantine policy + FIXES [#3285](https://github.com/microsoft/Microsoft365DSC/issues/3285) * DEPENDENCIES - * Updated DSCParser to version 1.0.9. - * Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.1623. - * Updated MSCloudLoginAssistant to version 1.0.110. + * Updated MicrosoftTeams to version 5.2.0 + * Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.165 * MISC - * Added a new Get-M365DSCConfigurationConflict cmdlet to help validate configurations and added - the -Validate switch to the Export-M365DSCConfiguration cmdlet.' + * Major performance improvements for the New-M365DSCDeltaReport cmdlet. + FIXES [#3016](https://github.com/microsoft/Microsoft365DSC/issues/3016) + * M365DSCUtil: Fix typo in order to obfuscate cert thumbprint' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false From 9fdc22a56f505520ae099c6bf425c240d197dd67 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Thu, 18 May 2023 13:19:56 -0400 Subject: [PATCH 2/2] Update Microsoft365DSC.psd1 --- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index dd90a9e5d4..fdde7b8799 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -140,7 +140,7 @@ # ReleaseNotes of this module ReleaseNotes = '* AADEntitlementManagementAccessPackageAssignmentPolicy - * Fixes an issue where Reviewers and requestors weren't properly extracted. + * Fixes an issue where Reviewers and requestors weren''t properly extracted. FIXES [#3255](https://github.com/microsoft/Microsoft365DSC/issues/3255) * IntuneDeviceEnrollmentPlatformRestriction * Ensure that Windows Mobile platform cannot be unblocked @@ -149,7 +149,7 @@ * Add missing properties to schema FIXES [#3300](https://github.com/microsoft/Microsoft365DSC/issues/3300) * SPOUserProfileProperty - * Fixes and issue where the properties weren't properly set. + * Fixes and issue where the properties weren''t properly set. FIXES [#3226](https://github.com/microsoft/Microsoft365DSC/issues/3226) * TeamsAppPermissionPolicy * Initial release