Add reference documentation for Microsoft.OpenSSH.SSHD/Windows#934
Open
Gijsreyn wants to merge 15 commits intoPowerShell:mainfrom
Open
Add reference documentation for Microsoft.OpenSSH.SSHD/Windows#934Gijsreyn wants to merge 15 commits intoPowerShell:mainfrom
Gijsreyn wants to merge 15 commits intoPowerShell:mainfrom
Conversation
598a6fe to
e0fedee
Compare
e0fedee to
fa1b824
Compare
Collaborator
Author
adb4db3 to
c6dba04
Compare
c6dba04 to
8df2b25
Compare
8df2b25 to
3509e6b
Compare
3509e6b to
40d6808
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds reference documentation under docs/reference/resources for the built-in OpenSSH DSC resources, intended to support issue #665 (“Document built-in resources”).
Changes:
- Adds a new reference page and example for
Microsoft.OpenSSH.SSHD/Windows. - Adds a new reference page for
Microsoft.OpenSSH.SSHD/sshd_config. - Adds (but currently leaves empty) an
sshd_configexample page referenced from the new index.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 17 comments.
| File | Description |
|---|---|
| docs/reference/resources/Microsoft/OpenSSH/SSHD/Windows/index.md | New reference doc for the Windows OpenSSH “windows-global” resource (default shell settings). |
| docs/reference/resources/Microsoft/OpenSSH/SSHD/Windows/examples/configure-default-shell-powershell.md | New example showing how to set the default shell to Windows PowerShell. |
| docs/reference/resources/Microsoft/OpenSSH/SSHD/sshd_config/index.md | New reference doc for the sshd_config resource (but currently mismatches actual resource schema/capabilities). |
| docs/reference/resources/Microsoft/OpenSSH/SSHD/sshd_config/examples/export-openssh-configuration.md | Example file referenced by the docs, but currently empty. |
tgauth
reviewed
May 7, 2026
fc9176a to
3cc2e29
Compare
…n/operation-methods into reference-doc-sshdconfig
tgauth
reviewed
May 7, 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 part of #665, this PR adds reference documentation for the Microsoft.OpenSSH.SSHD/Windows resource.
PR Context