docs: Sync fixes from Microsoft Learn - #1664
Merged
Mikey Lombardi (He/Him) (michaeltlombardi) merged 2 commits intoAug 13, 2026
Merged
docs: Sync fixes from Microsoft Learn#1664Mikey Lombardi (He/Him) (michaeltlombardi) merged 2 commits into
Mikey Lombardi (He/Him) (michaeltlombardi) merged 2 commits into
Conversation
Mikey Lombardi (He/Him) (michaeltlombardi)
approved these changes
Aug 12, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request syncs documentation updates from Microsoft Learn into the DSC docs set, primarily improving correctness of wording, examples, and cross-references.
Changes:
- Fixes grammar/formatting issues in multiple resource docs (e.g., singular/plural agreement, broken quoting).
- Updates example/reference content (e.g., adapter directive value, corrected CLI link target, numeric YAML output consistency).
- Adjusts example wording in Brew resource documentation (one change appears to introduce misleading phrasing).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/reference/resources/Microsoft/Windows/WMI/examples/query-filtered-disk-info.md | Fixes formatting and grammar (“one instance”). |
| docs/reference/resources/Microsoft/Windows/RebootPending/index.md | Fixes grammar in IMPORTANT note (“resource is”). |
| docs/reference/resources/Microsoft/DSC/Transitional/RunCommandOnSet/examples/run-powershell-command.md | Corrects link target to match dsc config set. |
| docs/reference/resources/Microsoft/DSC/Transitional/PowerShellScript/examples/configure-with-script.md | Fixes missing closing quote in log output snippet. |
| docs/reference/resources/Microsoft/DSC/Include/examples/include-inline-configuration-content.md | Updates YAML output snippet (bitness numeric). |
| docs/reference/resources/Microsoft/DSC/Include/examples/include-a-configuration-file.md | Updates YAML output snippet (bitness numeric). |
| docs/reference/resources/Microsoft/Adapter/PowerShell/index.md | Updates requireAdapter example to Microsoft.Adapter/PowerShell. |
| docs/reference/resources/DSC/PackageManagement/Brew/examples/install-a-package-with-brew.md | Updates explanatory text for dsc resource test (currently misleading). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Mikey Lombardi (He/Him) <michael.t.lombardi@gmail.com>
Mikey Lombardi (He/Him) (michaeltlombardi)
approved these changes
Aug 13, 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
This pull request syncs the docs from Microsoft Learn.
PR Context
MicrosoftDocs/PowerShell-Docs-DSC#411