Skip to content

v9.2.0-preview0004

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 21 Apr 13:11
dcadffd

[v9.2.0-preview0004]

  • xPackage
    • Fixed a bug not allowing using the file hash of an installer Issue #702.

Fixed

  • xPSDesiredStateConfiguration
    • Fixed build failures caused by changes in ModuleBuilder module v1.7.0
      by changing CopyDirectories to CopyPaths - Fixes Issue #687.
    • Pin Pester module to 4.10.1 because Pester 5.0 is missing code
      coverage - Fixes Issue #688.
  • xArchive
    • Removed Invoke-NewPSDrive function because it is no longer needed as
      Pester issue has been resolved - Fixes Issue #698.
  • xGroup
    • Ensure group membership is always returned as an array - Fixes Issue #353.

Changed

  • xPSDesiredStateConfiguration
    • Updated to use the common module DscResource.Common - Fixes Issue #685.
      • Improved integration test reliability by resetting the DSC LCM
        before executing each test using the Reset-DscLcm
        function - Fixes Issue #686.
  • xDSCWebService:
    • Moved strings into localization file - Fixes Issue #622.
    • Corrected case of CertificateThumbPrint to CertificateThumbprint.
  • Renamed master branch to main - Fixes Issue #696.
  • Updated GitVersion.yml to latest pattern - Fixes Issue #707.
  • Updated build to use Sampler.GitHubTasks - Fixes Issue #711.
  • Added support for publishing code coverage to CodeCov.io and
    Azure Pipelines - Fixes Issue #711.