Closed
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.