Skip to content

v9.2.0-preview0006

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 25 Sep 19:52
d13647a

[v9.2.0-preview0006]

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

Fixed

  • xRemoteFile
    • Fixed message inconsistencies in DSC_xRemoteFile.strings.psd1 - Fixes Issue #716.
  • 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.
    • Added build task Generate_Conceptual_Help to generate conceptual help
      for the DSC resource - Fixes Issue #677.
    • Added build task Generate_Wiki_Content to generate the wiki content
      that can be used to update the GitHub Wiki - Fixes Issue #677.
  • 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.
  • Updated vmImage used for build stage of CI to use Windows-2019 to resolve
    issues with Wiki Generation of xUploadFile composite resource on Linux agents.