microsoft/ReverseDSC

Parameter "Value" of Function "Add-ConfigurationDataEntry" should not be of type "String"

Opened this issue · 0 comments

In version "2.0.0.2", the function "Add-ConfigurationDataEntry" has its parameter "Value" stronly typed to "System.String". This makes it impossible to add in a System.Object[] array, which is a valid use case.

Proposed Resolution: Remove the parameter type