From e82b4e05d13166acc4072b84c1ac714c6a00b2ef Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Wed, 24 Jul 2019 16:22:04 -0400 Subject: [PATCH] Update Office365DSC.psd1 --- Modules/Office365DSC/Office365DSC.psd1 | 40 ++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/Modules/Office365DSC/Office365DSC.psd1 b/Modules/Office365DSC/Office365DSC.psd1 index 48a8b80588..f7238ae68e 100644 --- a/Modules/Office365DSC/Office365DSC.psd1 +++ b/Modules/Office365DSC/Office365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2019-07-11 +# Generated on: 2019-07-24 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.0.0.744' + ModuleVersion = '1.0.0.776' # Supported PSEditions # CompatiblePSEditions = @() @@ -113,7 +113,41 @@ # ReleaseNotes of this module ReleaseNotes = ' - * Fixed issues with O365Group extraction;' + * BREAKING CHANGES + * ODSettings + * IsSingleInstance is now a Mandatory parameter; + * Removed CentralAdminUrl as a parameter; + * SPOAccessControlSettings + * Removed CentralAdminUrl as a parameter; + * SPOAPP + * Removed CentralAdminUrl as a parameter; + * SPOHubSite + * Removed CentralAdminUrl as a parameter; + * SPOSearchManagedProperty + * Removed CentralAdminUrl as a parameter; + * SPOSearchResultSource + * Removed CentralAdminUrl as a parameter; + * SPOSharingSettings + * Removed CentralAdminUrl as a parameter; + * SPOSite + * Removed CentralAdminUrl as a parameter; + * SPOSiteDesign + * Removed CentralAdminUrl as a parameter; + * SPOSiteDesignRights + * Removed CentralAdminUrl as a parameter; + * SPOTenantSettings + * Removed CentralAdminUrl as a parameter; + * SPOTheme + * Removed CentralAdminUrl as a parameter; + * Metadata + * Updated version dependency for MSCloudLoginAssistant + to 0.5.8; + * Modules + * ReverseDSC + * Fixed some issues with the abstraction of tenant name + when the -Quiet switch is used; + * SPOApp + * Change logic for detection when no App Catalog exist;' # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false