Skip to content

Commit

Permalink
Merge pull request #2421 from NikCharlebois/Dev
Browse files Browse the repository at this point in the history
Release 1.22.1019.1
  • Loading branch information
NikCharlebois authored Oct 19, 2022
2 parents c90017a + aad72ca commit ff96223
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 31 deletions.
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.1019.1

* AADConditionalAccessPolicy
* Fixed issue where if ExcludePlatforms was specified and the IncludePlatforms is empty, we need to set the latest to 'all';
Expand Down
65 changes: 35 additions & 30 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-12
# Generated on: 2022-10-19

@{

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

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

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -139,36 +139,41 @@
IconUri = 'https://github.com/microsoft/Microsoft365DSC/blob/Dev/Modules/Microsoft365DSC/Dependencies/Images/Logo.png?raw=true'

# ReleaseNotes of this module
ReleaseNotes = "* EXOManagementRoleAssignment
* Initial Release
FIXES [#2355](https://github.com/microsoft/Microsoft365DSC/issues/2355)
FIXES [#2356](https://github.com/microsoft/Microsoft365DSC/issues/2356)
* SCRetentionCompliancePolicy
* Fixed issue where the locations weren't properly returned.
FIXES [#2338](https://github.com/microsoft/Microsoft365DSC/issues/2338)
FIXES [#2339](https://github.com/microsoft/Microsoft365DSC/issues/2339)
* TeamsOnlineVoicemailPolicy
* Initial Release
* TeamsOnlineVoicemailUserSettings
* Initial Release
* TeamsOnlineVoiceUser
* Initial Release
* TeamsUserCallingSettings
* InitialRelease
* EXOOrganizationConfig
* Added 35 new parameters.
* Set AllowPlusAddressInRecipients parameter to deprecated. Use DisablePlusAddressInRecipients instead.
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
* DEPENDENCIES
* Updated ReverseDSC to version 2.0.0.13;
FIXES [#2270](https://github.com/microsoft/Microsoft365DSC/issues/2270)
* Updates MicrosoftTeams to version 4.8.0;
* Updated Microsoft.PowerApps.Administration.PowerShell to version 2.0.154.
* MISC
* EXO Workload
* Add support for Managed Identity authentication
* Fixed an issue in in Export-M365DSCConfiguration when used with Service Principal
FIXES [2374](https://github.com/microsoft/Microsoft365DSC/issues/2374)
FIXES [2379](https://github.com/microsoft/Microsoft365DSC/issues/2379)
* Added support for Exchange to the Update-M365DSCAzureAdApplication cmdlet"
* 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"

# Flag to indicate whether the module requires explicit user acceptance for install/update
# RequireLicenseAcceptance = $false
Expand Down

0 comments on commit ff96223

Please sign in to comment.