-
Notifications
You must be signed in to change notification settings - Fork 47
Add reference documentation for Microsoft.OpenSSH.SSHD/Windows #934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
598a6fe
to
e0fedee
Compare
e0fedee
to
fa1b824
Compare
adb4db3
to
c6dba04
Compare
- The resource must run at least under a Windows Server 2019 or Windows 10 (build 1809) | ||
operating system. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The resource must run at least under a Windows Server 2019 or Windows 10 (build 1809) | |
operating system. | |
- The resource must run under a Windows Server 2019 or Windows 10 (build 1809) operating system or | |
later. |
``` | ||
|
||
</details> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing description for this resource property - presumably it's the full configuration as an object?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The resource is only usable with export, but requires the map
property to be defined, so do users need to export it with an empty object? Does the resource use the object for filtering during an export operation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tgauth mind filling in the gap here? I couldn't quickly find it from the resource.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing description for this resource property - presumably it's the full configuration as an object?
Yes, exactly!
The resource is only usable with export, but requires the
map
property to be defined, so do users need to export it with an empty object? Does the resource use the object for filtering during an export operation?
Users do not need to export with an empty object. Schema is still a work in progress :) have an open PR that will shift to not requiring the map and simply permit additional properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Tess. I'll wait for that PR to get merged and update this one.
c6dba04
to
8df2b25
Compare
PR Summary
As part of #665, this PR adds reference documentation for the Microsoft.OpenSSH.SSHD/Windows resource.
PR Context