From 23350fdc2e412f62f30353f5bc4ce821ead3d98d Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Thu, 16 Jul 2020 12:54:06 -0400 Subject: [PATCH] Fixes --- CHANGELOG.md | 2 + Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 52 ++++++++++++-------- 2 files changed, 34 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f361db95..de045372b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## UNRELEASED +## 1.20.716.1 + * MISC * Added visual indicators for the Export feature; * EXOMalwareFilterPolicy diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index b26ca493c0..ce771c272b 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2020-07-15 +# Generated on: 2020-07-16 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.20.0715.3' + ModuleVersion = '1.20.0716.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -168,25 +168,37 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = "* Microsoft365Dsc - * Improved event log function - * EXOEmailAddressPolicy - * Converted hardcoded tenant name into variables; - * EXOHostedContentFilterPolicy - * Added 'NoAction' as a valid input for property BulkSpamAction; - * EXOInboundConnector - * Fixed an issue where if the connector was created with a source - of 'AdminUI', we now convert it to 'Default' in the Get function; + ReleaseNotes = "* MISC + * Added visual indicators for the Export feature; + * EXOMalwareFilterPolicy + * Fixed an issue where the value for the for the Action + returned by the Get included 'Text' and should not have; * EXOOutboundConnector - * Fixed an issue where if the connector was created with a source - of 'AdminUI', we now convert it to 'Default' in the Get function; - * TeamsTenantDialPlan - * Fixed an issue extraction plans without any normalization rules; - * Modules - * M365DSCUtil: - * Fixed an issue in Test-Microsoft365DSCParameterState where - the same array of object was always being compared; - * Issue 612 - Fixed an extra } in the event log output;" + * Fixed an issue where the ConnectorSource value returned + was empty. Now defaulting to Default. + * O365User + * Fixed issue with PasswordNeverExpires having incorrect value + * PlannerBucket + * Initial Release; + * PlannerPlan + * Initial Release; + * PlannerTask + * Initial Release; + * Metadata + * Updated ExchangeOnline module version to 1.0.1; + * Updated Microsoft.Graph module version to 0.7.0; + * Updated Microsoft.Graph.Identity.ConditionalAccess + module version to 0.7.0; + * Updated Microsoft.PowerApps.Administration.PowerShell + module version to 2.0.70; + * Updated MSCloudLoginAssistant Module to version 1.0.30; + * Updated SharePointPnPPowerShellOnline module to version 3.23.2007.0; + * Updated ReverseDSC module version to 2.0.0.4; + * Updated SharePointPnPPowerShellOnline module to + version 3.22.2006.2; + * Updated all Unit Tests to Pester 5; + * Added support for Service Principal for PowerPlatforms, + SPO & OneDrive, Exchange Online and Office 365 resources;" # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false