From fb90d3741a44a5618adae49c118e6f249dd1d64e Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Wed, 13 Jul 2022 11:37:23 -0400 Subject: [PATCH] Release 1.22.713.1 --- CHANGELOG.md | 7 ++-- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 40 +++++++++++++++----- 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c61ad83097..51ffaf131b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED -* SPOSharingSettings - * Updated code to remove None as valid value for DefaultLinkPermission. If value is set to None default to Edit. + +# 1.22.713.1 * AADAuthorizationPolicy * Initial release. @@ -26,6 +25,8 @@ * Initial release. * SCComplianceTag * Fixed issue where FilePlanProperty was not properly applied unless another child property was also modified. +* SPOSharingSettings + * Updated code to remove None as valid value for DefaultLinkPermission. If value is set to None default to Edit. * DEPENDENCIES * Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.150. * Updated MSCloudLoginAssistant to version 1.0.87. diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index 154e3a599f..4f80bad378 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2022-07-06 +# Generated on: 2022-07-13 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.22.706.1' + ModuleVersion = '1.22.713.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -136,16 +136,36 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = "* AADSecurityDefaults + ReleaseNotes = "* AADAuthorizationPolicy * Initial release. - * TeamsFederationConfiguration - * Added support for the AllowedDomains and BlockedDomains properties. - * TeamsVoiceRoutingPolicy - * Remove unsupported Confirm parameter from Remove-CsOnlineVoiceRoutingPolicy cmdlet (Confirm parameter is no longer available for MicrosoftTeams PowerShell module 4.4.1+). - FIXES #2055 + * AADConditionalAccessPolicy + * Fixed issue for Included and Excluded properties where the last instance couldn't be removed. + FIXES [#2058](https://github.com/microsoft/Microsoft365DSC/issues/2058) & [#2079](https://github.com/microsoft/Microsoft365DSC/issues/2079) + * EXOATPPolicyForO365 + * Deprecated properties AllowClickThrough, EnableSafeLinksForO365Clients & TrackClicks. + * EXOAuthenticationPolicyAssignment + * Initial release. + * EXOCASMailboxSettings + * New resource to configure Exchange Online CAS Mailbox settings. + * EXOSafeLinksPolicy + * Deprecated properties DoNotAllowClickThrough, DoNotTrackUserClicks & IsEnabled. + * IntuneAppProtectionPolicyiOS + * Fixed issue with creation a new policies where it was complaining about invalid minimum versions. + * Fixed issues where creating new policies threw an error complaining about an invalid duration format. + FIXES [#2019](https://github.com/microsoft/Microsoft365DSC/issues/2019) + * Added the CustomBrowserProtocol paramters. + FIXES [#2009](https://github.com/microsoft/Microsoft365DSC/issues/2009) + * IntuneDeviceAndAppManagementAssignmentFilter + * Initial release. + * SCComplianceTag + * Fixed issue where FilePlanProperty was not properly applied unless another child property was also modified. + * SPOSharingSettings + * Updated code to remove None as valid value for DefaultLinkPermission. If value is set to None default to Edit. * DEPENDENCIES - * Updated MicrosoftTeams to version 4.5.0. - * Updated Pnp.PowerShell to version 1.11.0." + * Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.150. + * Updated MSCloudLoginAssistant to version 1.0.87. + * MISC + * Made the Compare-M365DSCConfigurations cmdlet public." # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false