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.1019.1 #2421

Merged
merged 1 commit into from
Oct 19, 2022
Merged

Release 1.22.1019.1 #2421

merged 1 commit into from
Oct 19, 2022

Conversation

NikCharlebois
Copy link
Collaborator

Pull Request (PR) description

  • AADConditionalAccessPolicy
    • Fixed issue where if ExcludePlatforms was specified and the IncludePlatforms is empty, we need to set the latest to 'all';
      FIXES #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 Microsoft.PowerApps.Administration.PowerShell to version 2.0.154.
  • MISC
    • Added support to register, list and remove custom notification endpoints.
    • Fixes issue with delta report where wrong primary key was detected.
      FIXES #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
    • Standardizing the functions to test versions of the module and dependencies.
      FIXES #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
    • Changed the default behavior of the New-M365DSCDeltaReport cmdlet not to automatically open the file when OutputPath is provided

This Pull Request (PR) fixes the following issues

  • N/A

@NikCharlebois NikCharlebois added Release V1.22.1019.1 Version 1.22.1019.1 labels Oct 19, 2022
@NikCharlebois NikCharlebois merged commit ff96223 into microsoft:Dev Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment