You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.