Open Issues Need Help
View All on GitHub Convert Write-Verbose calls to Write-Debug about 2 months ago
AI Summary: The task involves refactoring the DscResource.Base PowerShell module to replace instances of `Write-Verbose` with `Write-Debug` where appropriate. Only messages conveying the resource's state should remain as verbose output; other informational messages should be downgraded to debug level.
Complexity:
3/5
enhancement help wanted
This module contains common classes that can be used for class-based DSC resources development.
PowerShell
#class-based#dsc#powershell