From 47f1ab9d653e24d7ac1cb88db4133ad76d003056 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Wed, 26 Oct 2022 15:04:30 -0400 Subject: [PATCH] Release 1.22.1026.1 --- CHANGELOG.md | 2 +- Modules/Microsoft365DSC/Microsoft365DSC.psd1 | 53 +++++++------------- 2 files changed, 19 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e0cedc42..07f7d2a88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change log for Microsoft365DSC -# UNRELEASED +# 1.22.1026.1 * AADEntitlementManagementAccessPackageCatalog * Initial release; diff --git a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 index f8672c1a4a..a0e9f08a2c 100644 --- a/Modules/Microsoft365DSC/Microsoft365DSC.psd1 +++ b/Modules/Microsoft365DSC/Microsoft365DSC.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2022-10-19 +# Generated on: 2022-10-26 @{ @@ -11,7 +11,7 @@ # RootModule = '' # Version number of this module. - ModuleVersion = '1.22.1019.1' + ModuleVersion = '1.22.1026.1' # Supported PSEditions # CompatiblePSEditions = @() @@ -139,41 +139,24 @@ IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true' # ReleaseNotes of this module - ReleaseNotes = "* AADConditionalAccessPolicy - * Fixed issue where if ExcludePlatforms was specified and the IncludePlatforms is empty, we need to set the latest to 'all'; - FIXES [#2337](https://github.com/microsoft/Microsoft365DSC/issues/2337) - * EXOAntiPhishPolicy - * Add new parameters: MailboxIntelligenceQuarantineTag, SpoofQuarantineTag, TargetedDomainQuarantineTag, TargetedUserQuarantine - * EXOHostedContentFilterPolicy - * Add support for quarantine tags - * EXOOrganizationRelationship - * Add support for new cross-tenant mailbox migration parameters: MailboxMoveCapability, MailboxMovePublishedScopes, OauthApplicationId - * EXOOutboundConnector - * Add support for SenderRewritingEnabled parameter - * EXORemoteDomain - * Add NDREnabled parameter - * EXOSafeAttachmentPolicy - * Add support for QuarantineTag - * EXOSafeLinksPolicy - * Add new parameters: AllowClickThrough, EnableSafeLinksForOffice, TrackClicks - * TeamsCallingPolicy - * Add new parameters: AllowCallRedirect, AllowSIPDevicesCalling, CallRecordingExpirationDays - * TeamsEmergencyCallingPolicy - * Add new parameters: EnhancedEmergencyServiceDisclaimer, ExternalLocationLookupMode + ReleaseNotes = "* AADEntitlementManagementAccessPackageCatalog + * Initial release; + * EXOIntraOrganizationConnector + * Add TargetSharingEpr parameter + * EXOOwaMailboxPolicy + * Add 10 new parameters + * EXOTransportRule + * Add new parmeters: ApplyRightsProtectionCustomizationTemplate, Quarantine, RecipientAddressType, RemoveRMSAttachmentEncryption + * Deprecated parameters: ExceptIfMessageContainsAllDataClassifications, IncidentReportOriginalMail,MessageContainsAllDataClassifications + * TeamsDialInConferencingTenantSettings + * Initial release; + Fixes [#2426](https://github.com/microsoft/Microsoft365DSC/issues/2426) * DEPENDENCIES - * Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.154. + * Updated MSCloudLoginAssistant to version 1.0.96; * MISC - * Added support to register, list and remove custom notification endpoints. - * Fixes issue with delta report where wrong primary key was detected. - FIXES [#2008](https://github.com/microsoft/Microsoft365DSC/issues/2008) - * Fixed an issue where the log engine was throwing an error when trying to write to the event log from an Azure runbook. - FIXES [#2236](https://github.com/microsoft/Microsoft365DSC/issues/2236) - * Standardizing the functions to test versions of the module and dependencies. - FIXES [#2232](https://github.com/microsoft/Microsoft365DSC/issues/2232) - * Remove the Assert-M365DSCTemplate cmdlet that has been deprecated for several releases. - * Added support to generate report in JSON format for the New-M365DSCDeltaReport and Assert-M365DSCBlueprint cmdlets. - FIXES [#2345](https://github.com/microsoft/Microsoft365DSC/issues/2345) - * Changed the default behavior of the New-M365DSCDeltaReport cmdlet not to automatically open the file when OutputPath is provided" + * Add support for ManagedIdentity to the SPO and OD resources. + * Fixed and issue with Export and ApplicationSecret where it wasn't properly converting to a PSCredential. + * FIXES [#2447](https://github.com/microsoft/Microsoft365DSC/issues/2447)" # Flag to indicate whether the module requires explicit user acceptance for install/update # RequireLicenseAcceptance = $false