Skip to content

v9.1.1-preview0003

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 06 Dec 08:28
2c4d585

[v9.1.1-preview0003]

  • 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.

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.