DSC icon indicating copy to clipboard operation
DSC copied to clipboard

Enable `dsc config resolve` for included configs

Open SteveL-MSFT opened this issue 4 months ago • 2 comments

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:

  • needs to be done recursively as an included config may itself include another config
  • render in execution order based on dependsOn to show the sequence top to bottom
  • probably expose as a new Resolve capability for Group and Adapter resources to implement

Proposed technical implementation details (optional)

No response

SteveL-MSFT avatar Apr 20 '24 22:04 SteveL-MSFT