Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@dscbot dscbot released this 19 Mar 03:39
2aa5f6b

[v6.0.0]

Added

  • Disk:
    • BREAKING CHANGE: Added support for volumes to be formatted as Dev Drives -
      Fixes Issue #276.
    • Fixed minor markdown linting issues in README.md and used to issue BREAKING
      CHANGE commit - Fixes Issue #282.
  • Updated tag from 'Dev Drive' to 'DevDrive' in manifest file - Fixes Issue #280.

Changed

  • OpticalDiskDriveLetter:
    • Fix detection of virtual optical drives by changing logic to detect how
      a mounted ISO is detected. This resolves issues with using the resource
      in Azure Gen2 VMs with Windows Server 2022 Azure Edition - Fixes Issue #285.

Fixed

  • Azure DevOps Build Pipeline:
    • Tests 'Unit (Windows Server 2022)' corrected to execute on Windows Server
      2022 node instead of Windows Server 2019.
    • 'Package Module' job runs on 'windows-latest' hosted agent to resolve
      'Unable to load shared library 'libmi' or one of its dependencies.' error.
  • Disk:
    • Fixed unit test failure loading StorageDsc.Common.strings due to change in
      DscResource.Common\Get-LocalizationData in this PR.