Skip to content

v1.33.0

Compare
Choose a tag to compare
@dscbot dscbot released this 31 Oct 09:50
09e0bda

[v1.33.0]

Changed

  • xExchange
    • Renamed default branch to main (issue #465).
    • Merged the historic changelog back into CHANGELOG.md.
    • Update repository to use the latest pipeline (issue #466).
    • Updated CONTRIBUTING.md file with basic information on how
      to run integration tests.
    • Update repository to use the latest pipeline.
      • Update the pipeline to use the build worker Ubuntu 18.04 instead of
        Ubuntu 16.04.
  • xExchOwaVirtualDirectoryInternal
    • Added additional parameter SetPhotoEnabled
  • RequiredModules
    • Change pester reference to 4.10.1
      Pester 5 was released and is a breaking change,
      so we need to pin 4.10.1.
    • Add the function Remove-RemoteExchangeSession
  • xExchAcceptedDomain
    • Fixing the Get-TargetResource function.

Fixed

  • xExchange
    • Fixed casing on folder in repository.
    • Fixed unit tests so they can run using PowerShell 7.
    • Fix style according to style guideline.