Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

52 lines (36 loc) · 1.7 KB

Change log for xExchange

The format is based on and uses the types of changes according to Keep a Changelog, and this project adheres to Semantic Versioning.

For older change log history see the historic changelog.

[Unreleased]

[1.32.0] - 2020-05-13

Changed

  • xExchange
    • Update CI pipeline files.
    • Fixing xExchSendConnector ExtendedRight functionality by moving the test function to the helper module and setting explicit Deny permissions, instead of removing the marked as 'Deny' entries.
    • A remote implicing module with all Exchange cmdlets will be created under $env:Temp and reused every time DSC check runs, instead of creating a new module every time.
    • Added AD Permissions parameter for xExchReceiveConnector.
    • xExchAddressList: Removing the scriptblock creation for RecipientFilter property in Get-TargetResource.
    • Adding missing TlsAuthLevel to xExchSendConnector Get-TargetResource function.
    • Small bug fix in xExchangeHelper module.

[1.31.0] - 2020-01-27

Added

  • Added xExchAddressList ressource
  • Added xExchSendConnector resource

Changed

  • Added additional parameters to the MSFT_xExchImapSettings resource
  • Added additional parameters to the xExchMailboxTransportService resource
  • Fixed unit test it statement for MSFT_xExchAutodiscoverVirtualDirectory\Test-TargetResource
  • Migrated to Azure DevOps Release model

[1.30.0.0] - 2019-10-30

Added

  • Added xExchAcceptedDomain resource
  • Added xExchRemoteDomain resource

Changed

  • Resolved custom Script Analyzer rules that was added to the test framework.
  • Resolved hashtable styling issues