PowerShell / DSC

This repo is for the DSC v3 project
MIT License
200 stars 29 forks source link

Enable `dsc config resolve` for included configs #414

Open SteveL-MSFT opened 5 months ago

SteveL-MSFT commented 5 months ago

Summary of the new feature / enhancement

As part of https://github.com/PowerShell/DSC/issues/412 we would want to enable rendering a complete config that includes other config files. Some considerations:

Proposed technical implementation details (optional)

No response

michaeltlombardi commented 5 months ago

Does it make sense for resolve to also validate the configuration by default? Should the command have a flag for skipping/enforcing validation (depending on default behavior)?

SteveL-MSFT commented 5 months ago

The config schema will always be validated as I imagine resolve to just be another operation like export or get