Skip to content

v6.0.1

Latest
Compare
Choose a tag to compare
@dscbot dscbot released this 11 Jun 01:09
5d09837

[v6.0.1]

Fixed

  • OpticalDiskDriveLetter:
    • Some operating systems report the optical disk in the Win32_CDROMDrive list,
      but a volume that matches either the DeviceId or DriveLetter can not be found.
      This caused an Cannot bind argument to parameter 'DevicePath' because it is an empty string.
      exception to occur in the Test-OpticalDiskCanBeManaged. Prevented this
      exception from occuring by marking disk as not manageable - Fixes Issue #289.
  • Azure DevOps Build Pipeline:
    • Update pipeline files to use latest DSC Community pattern and sampler tasks.