Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable dsc config resolve for included configs #414

Open
SteveL-MSFT opened this issue Apr 20, 2024 · 2 comments
Open

Enable dsc config resolve for included configs #414

SteveL-MSFT opened this issue Apr 20, 2024 · 2 comments
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage

Comments

@SteveL-MSFT
Copy link
Member

Summary of the new feature / enhancement

As part of #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 SteveL-MSFT added Issue-Enhancement The issue is a feature or idea Needs Triage labels Apr 20, 2024
@michaeltlombardi
Copy link
Collaborator

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage
Projects
None yet
Development

No branches or pull requests

2 participants