(DOCS) Update CLI reference and conceptual docs for v3.0.0#672
(DOCS) Update CLI reference and conceptual docs for v3.0.0#672SteveL-MSFT merged 6 commits intoPowerShell:mainfrom
Conversation
8322bb9 to
84a9cd8
Compare
69f79fe to
18a2eee
Compare
| --------------------------------------------------------------- | ||
| DesiredStateConfiguration-Preview 9PCX3HX4HZ0Z Unknown msstore | ||
| ``` | ||
|
|
There was a problem hiding this comment.
Perhaps a small remark for the users telling something like:
[!INFO]
You can use eithermsstoreorwingetas the source. When usingwinget, it leverages the.zipfile, whereasmsstoreuses the.msixbundle.
18a2eee to
690ae7e
Compare
690ae7e to
de65bee
Compare
SteveL-MSFT
left a comment
There was a problem hiding this comment.
Will need more time to go through all the docs
mgreenegit
left a comment
There was a problem hiding this comment.
This is such as massive PR, it will be easier to "nit pick" using small PRs after it is published. At a high level, everything looks good to me.
![]()
2073abd to
4f7cbac
Compare
|
|
||
| ## export | ||
|
|
||
| A resource with the `export` capability supports enumerating every instance of the resource with |
There was a problem hiding this comment.
I think it's worth calling out that if no input is provided, expectation is all instances are returned, but if there is input, then that input should be used as a filter.
There was a problem hiding this comment.
This isn't currently implemented but it's the planned implementation, correct?
There was a problem hiding this comment.
Input is passed to the resource on export if provided
2fd0aea to
939b321
Compare
Prior to this change, the docs folder didn't include any conceptual documentation, only reference documents. This change copies existing concept docs into the folder, updates them for GA, and adds new conceptual documentation to make it easier for new users to learn about DSC and start using it.
This change updates the reference docs for: - `Microsoft/OSInfo` resource - `osinfo` CLI tool - `Microsoft.Windows/Registry` resource - `registry` CLI tool These are the only resources currently documented on the live docs site.
Co-authored-by: Steve Lee <slee@microsoft.com> Co-authored-by: Michael Greene <mgreenegit@users.noreply.github.com>
939b321 to
ae29420
Compare
SteveL-MSFT
left a comment
There was a problem hiding this comment.
Probably good enough for now :)
PR Summary
This changeset updates and adds reference documentation for the
3.0.0GA release of DSC.It includes:
Deferred to future PRs:
PR Context