-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add resource support for what if #441
Conversation
Should there be a separate schema for what resources return for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 questions:
- please outline the interface/how resource can participate/enlist/declare 'what-if' support in PR description
- are adapter-based resources supported?
@tgauth please open an issue to add 'whatif' support to PS Adapter. |
Based on the review meeting:
|
@tgauth can you provide example of what-if output where a resource participates? |
This change updates the reference documentation and the changelog to reflect the support for resource participation in `dsc config set --what-if` implemented in PowerShell#441.
This change updates the reference documentation and the changelog to reflect the support for resource participation in `dsc config set --what-if` implemented in PowerShell#441.
PR Summary
WhatIf
#70whatif
is implemented likeset
but with an additional switch arg:whatif
, format matchesset
:PR Context
config set --what-if