Parameter unknown property
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 523
- Forks
- 75
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 24
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the parameter and parameter-file validation entry points and the config-document schema handling. Done means a configurable config-document value allows unknown parameters while preserving validation of known parameters, with coverage for a shared parameter file used by multiple config documents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100