docs: Sync fixes from Microsoft Learn (part two) - #1677
Open
Gijs Reijn (Gijsreyn) wants to merge 1 commit into
Open
docs: Sync fixes from Microsoft Learn (part two)#1677Gijs Reijn (Gijsreyn) wants to merge 1 commit into
Gijs Reijn (Gijsreyn) wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request syncs documentation updates from Microsoft Learn into this repo’s DSC reference docs, adding newly documented schema details and refreshing reference links/titles.
Changes:
- Added documentation for the
directivesproperty (includingrequireAdapterandsecurityContext) to the DSC configuration resource instance schema reference. - Updated a DISM documentation link in
Microsoft.Windows/OptionalFeatureListto the current Learn location. - Normalized several reference links/anchors and refreshed
ms.date/titles in adapter and example docs.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/reference/schemas/config/resource.md | Documents new directives schema surface for per-instance processing overrides. |
| docs/reference/resources/Microsoft/Windows/OptionalFeatureList/index.md | Updates DISM “See also” link to the newer Learn path. |
| docs/reference/resources/Microsoft/DSC/Transitional/WindowsPowerShellScript/examples/invoke-with-output-data.md | Updates Learn link for output streams (removes versioned query). |
| docs/reference/resources/Microsoft/DSC/Transitional/PowerShellScript/examples/invoke-with-output-data.md | Updates Learn link for output streams (removes versioned query). |
| docs/reference/resources/Microsoft/Adapter/WindowsPowerShell/index.md | Fixes link fragment casing to match generated heading anchor. |
| docs/reference/resources/Microsoft/Adapter/WindowsPowerShell/examples/manage-a-windows-service.md | Updates ms.date and clarifies title/H1 to specify the Windows PowerShell adapter. |
| docs/reference/resources/Microsoft/Adapter/PowerShell/index.md | Fixes link fragment casing to match generated heading anchor. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 updates the latest changes that were fixed while syncing with Microsoft Learn.
PR Context
MicrosoftDocs/PowerShell-Docs-DSC#411