-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
bugThe issue is a bug.The issue is a bug.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
Description
There are some style violations in the StorageDsc.Common.psm1 - specifically in the parameters block of the functions:
- Assert-DriveLetterValid
- Assert-AccessPathValid
The [Parameter()] is not in the correct format or missing. The type accelerators are also being used which is not the case in the other functions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug.The issue is a bug.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub