Open Issues Need Help
View All on GitHubAI Summary: The StorageDsc module's Disk resource is throwing a "non-terminating" error when used with Azure Machine Configuration. The issue stems from the `DeviceIoControlWrapperForDevDriveQuery` function always throwing an exception if the drive is not a Dev Drive. The task involves debugging this error, likely by modifying the `DeviceIoControlWrapperForDevDriveQuery` function to handle non-Dev Drives gracefully, and potentially adjusting error handling within the Disk resource to prevent the non-terminating error from being reported to Azure Machine Configuration.
Complexity:
4/5
bug help wanted good first issue
DSC resource module is used to manage storage on Windows Servers.
PowerShell
#dsc#dsc-resources#powershell-dsc#storage