Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.22.1026.1 #2451

Merged
merged 1 commit into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for Microsoft365DSC

# UNRELEASED
# 1.22.1026.1

* AADEntitlementManagementAccessPackageCatalog
* Initial release;
Expand Down
53 changes: 18 additions & 35 deletions Modules/Microsoft365DSC/Microsoft365DSC.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2022-10-19
# Generated on: 2022-10-26

@{

# Script module or binary module file associated with this manifest.
# RootModule = ''

# Version number of this module.
ModuleVersion = '1.22.1019.1'
ModuleVersion = '1.22.1026.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -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
Expand Down