Summary of the new feature / enhancement
Currently DSC validates that a parameter or parameter file only has properties the config doc has. For example, if I have a parameter file with foo and bar but the config doc only has foo listed as a parameter, dsc will fail during validation. This request is to have a configurable value in the config doc to allow unknown parameters.
As a user I want this file so I can have a single parameter file being passed to multiple config docs.
Proposed technical implementation details (optional)
No response
Summary of the new feature / enhancement
Currently DSC validates that a parameter or parameter file only has properties the config doc has. For example, if I have a parameter file with
fooandbarbut the config doc only hasfoolisted as a parameter, dsc will fail during validation. This request is to have a configurable value in the config doc to allow unknown parameters.As a user I want this file so I can have a single parameter file being passed to multiple config docs.
Proposed technical implementation details (optional)
No response