Summary of the new feature / enhancement
Enable users to author a complete DSC v3 configuration similar to the old configuration keyword in that you run the ps1 and it generates a valid JSON/YAML config that can be used directly in DSC.
Proposed technical implementation details (optional)
- Generate .NET types dynamically for intellisense
- Use AST to convert scriptblock into expressions
Need RFC
Summary of the new feature / enhancement
Enable users to author a complete DSC v3 configuration similar to the old
configuration keywordin that you run the ps1 and it generates a valid JSON/YAML config that can be used directly in DSC.Proposed technical implementation details (optional)
Need RFC