Skip to content

docs: Add dism_dsc reference documentation#1527

Open
Gijsreyn wants to merge 2 commits intoPowerShell:mainfrom
Gijsreyn:add-dismdsc-docs
Open

docs: Add dism_dsc reference documentation#1527
Gijsreyn wants to merge 2 commits intoPowerShell:mainfrom
Gijsreyn:add-dismdsc-docs

Conversation

@Gijsreyn
Copy link
Copy Markdown
Collaborator

PR Summary

This pull request adds reference documentation for the dism_dsc executable for Windows. Each resource contains 3 examples for users to get started easily.

Copilot AI review requested due to automatic review settings May 10, 2026 06:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/OptionalFeatureList and Microsoft.Windows/FeatureOnDemandList.
  • Added three example pages per resource covering get, set, and export usage 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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants