xService: Description should allow empty string #181
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
If a service does not have a Description, test and set DSC resource functions both fail even though Description is not a required parameter. Please allow the Description to be an empty string.
Recommend changing the parameter
[System.String]
[ValidateNotNullOrEmpty()]
$Description
to
[System.String]
[ValidateNotNull()]
$Description
The text was updated successfully, but these errors were encountered: