Closed PlagueHO closed 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.
[Parameter()]
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.