docs: Update extension schema reference - #1706
Merged
Mikey Lombardi (He/Him) (michaeltlombardi) merged 1 commit intoSep 21, 2026
Merged
Mikey Lombardi (He/Him) (michaeltlombardi) merged 1 commit into
Mikey Lombardi (He/Him) (michaeltlombardi) merged 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The updated docs materially diverge from the schemas currently checked into this repo (including documenting schema versions and properties/argument forms that aren’t present), which is likely to mislead users and break validation expectations.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the DSC extension schema reference documentation (synced from Microsoft Learn) to reflect newer/expanded extension manifest and discover output behaviors, including additional capabilities and revised schema URI guidance.
Changes:
- Expanded extension discover stdout documentation to describe
manifestPathvsmanifestContentoutputs and related discovery behavior. - Expanded extension manifest root documentation with capability descriptions, additional manifest properties, and a much larger set of
$schemaURI examples. - Updated extension manifest discover documentation to describe a newer argument shape for
discover.args(including anextensionsArgobject) and added an example.
File summaries
| File | Description |
|---|---|
| docs/reference/schemas/extension/stdout/discover.md | Updates the documented stdout schema/behavior for extension discovery output. |
| docs/reference/schemas/extension/manifest/root.md | Updates the documented extension manifest root schema, including $schema URI options and additional properties/capabilities. |
| docs/reference/schemas/extension/manifest/discover.md | Updates the documented discover manifest property schema and examples, including argument semantics. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 5
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Mikey Lombardi (He/Him) (michaeltlombardi)
force-pushed
the
docs-schemas-extension
branch
from
September 21, 2026 17:47
36ca461 to
73c9873
Compare
Mikey Lombardi (He/Him) (michaeltlombardi)
force-pushed
the
docs-schemas-extension
branch
from
September 21, 2026 17:56
73c9873 to
53887a5
Compare
Mikey Lombardi (He/Him) (michaeltlombardi)
approved these changes
Sep 21, 2026
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
As requested, shortened the number of files and updated them based on separate schema groups.
PR context
Synced docs from Microsoft Learn: MicrosoftDocs/PowerShell-Docs-DSC#414