docs: Add dism_dsc reference documentation#1527
Open
Gijsreyn wants to merge 2 commits intoPowerShell:mainfrom
Open
docs: Add dism_dsc reference documentation#1527Gijsreyn wants to merge 2 commits intoPowerShell:mainfrom
dism_dsc reference documentation#1527Gijsreyn wants to merge 2 commits intoPowerShell:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds new reference documentation pages for the Windows DISM-backed DSC resources provided by dism_dsc, including detailed property descriptions, instance schemas, and example walkthroughs to help users get started.
Changes:
- Added resource reference docs for
Microsoft.Windows/OptionalFeatureListandMicrosoft.Windows/FeatureOnDemandList. - Added three example pages per resource covering
get,set, andexportusage patterns. - Documented resource properties, valid values, exit codes, and provided embedded JSON schema snippets.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/reference/resources/Microsoft/Windows/OptionalFeatureList/index.md | New reference page describing OptionalFeatureList capabilities, properties, schema, exit codes, and links to examples. |
| docs/reference/resources/Microsoft/Windows/OptionalFeatureList/examples/get-optional-feature.md | New “get” examples for OptionalFeatureList (single/multiple/non-existent feature). |
| docs/reference/resources/Microsoft/Windows/OptionalFeatureList/examples/export-optional-features.md | New “export” examples for OptionalFeatureList (all/filtered/full details). |
| docs/reference/resources/Microsoft/Windows/OptionalFeatureList/examples/enable-disable-optional-features.md | New “set” examples for OptionalFeatureList (enable/disable/remove + config document usage). |
| docs/reference/resources/Microsoft/Windows/FeatureOnDemandList/index.md | New reference page describing FeatureOnDemandList capabilities, properties, schema, exit codes, and links to examples. |
| docs/reference/resources/Microsoft/Windows/FeatureOnDemandList/examples/get-feature-on-demand.md | New “get” examples for FeatureOnDemandList (single/multiple/non-existent capability). |
| docs/reference/resources/Microsoft/Windows/FeatureOnDemandList/examples/export-features-on-demand.md | New “export” examples for FeatureOnDemandList (all/filtered/full details). |
| docs/reference/resources/Microsoft/Windows/FeatureOnDemandList/examples/install-remove-feature-on-demand.md | New “set” examples for FeatureOnDemandList (install/remove + config document usage). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
This pull request adds reference documentation for the
dism_dscexecutable for Windows. Each resource contains 3 examples for users to get started easily.