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