dsccommunity / StorageDsc

DSC resource module is used to manage storage on Windows Servers.
https://dsccommunity.org
MIT License
71 stars 52 forks source link

Correct Style Violations in StorageDsc.Common.psm1 #153

Closed PlagueHO closed 6 years ago

PlagueHO commented 6 years ago

There are some style violations in the StorageDsc.Common.psm1 - specifically in the parameters block of the functions:

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.