-
Couldn't load subscription status.
- Fork 53
(DOCS) Add reference docs for expected resource operations stdout #1016
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?
(DOCS) Add reference docs for expected resource operations stdout #1016
Conversation
49dd1d3 to
2aae198
Compare
1c868f0 to
7365877
Compare
This change: - Adds reference documentation for the expected output for resource operations - Mirrors the PR in the code repository (PowerShell/DSC#1016) - Fixes MicrosoftDocs#367 - Fixes MicrosoftDocs#368 - Fixes MicrosoftDocs#369
This change: - Adds reference documentation for the expected output for resource operations - Mirrors the PR in the code repository (PowerShell/DSC#1016) - Fixes #367 - Fixes #368 - Fixes #369
This change: - Adds reference documentation for the expected output for resource operations - Mirrors the PR in the code repository (PowerShell/DSC#1016) - Fixes MicrosoftDocs#367 - Fixes MicrosoftDocs#368 - Fixes MicrosoftDocs#369
* Add description to Microsoft.DSC metadata (#371) * (SYNC) Draft reference for expected resource stdout JSON Schemas (#373) This change: - Adds reference documentation for the expected output for resource operations - Mirrors the PR in the code repository (PowerShell/DSC#1016) - Fixes #367 - Fixes #368 - Fixes #369 * (MAINT) Fix bookmark links (#374) --------- Co-authored-by: Gijs Reijn <[email protected]> Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
7365877 to
3080b28
Compare
3080b28 to
1cfcd8a
Compare
|
@theJasonHelmick or @mgreenegit can one of you take a pass to review this? |
|
This looks great. It is a lot to review so we might find small iterative changes after publishing. Thank you for this effort. |
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.
LGTM!
Prior to this change, the reference documentation for the `kind` property of a resource was only partially updated to reflect the newly available kinds. This change corrects the documentation to reflect the available kinds.
Prior to this change, the resource capabilities documentation was only defined in the output for the `dsc resource list` command reference. This change extracts the useful information into a separate document, reflecting also the shared definition schema added in the last release. This supports referencing the schema from other schemas. A future change will address updating those reference documents as needed.
This change updates the `dsc resource list` output reference and the manifest root reference to reflect the updates to `kind` and `capabilities`.
This change adds documentation for the `stdout` JSON Schemas indicating how DSC validates the expected output for the resource operations.
1cfcd8a to
26bb232
Compare
PR Summary
This change adds reference documentation for the expected output for the resource operations. It also makes minor corrections to existing reference documentation and extracts the documentation for resource capabilities into a separate file to match the canonical schema.
PR Context
Documenting the expected stdout should help resource authors better understand how to implement and validate their resource design.