- Notifications
You must be signed in to change notification settings - Fork45
(DOCS) Update CLI reference and conceptual docs for v3.0.0#672
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
(DOCS) Update CLI reference and conceptual docs for v3.0.0#672
Uh oh!
There was an error while loading.Please reload this page.
Conversation
8322bb9
to84a9cd8
CompareUh oh!
There was an error while loading.Please reload this page.
69f79fe
to18a2eee
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
--------------------------------------------------------------- | ||
DesiredStateConfiguration-Preview 9PCX3HX4HZ0Z Unknown msstore | ||
``` | ||
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.
Perhaps a small remark for the users telling something like:
[!INFO]
You can use eithermsstore
orwinget
as the source. When usingwinget
, it leverages the.zip
file, whereasmsstore
uses the.msixbundle
.
18a2eee
to690ae7e
Compare690ae7e
tode65bee
CompareThere 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.
Will need more time to go through all the docs
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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.
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
to4f7cbac
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
## export | ||
A resource with the `export` capability supports enumerating every instance of the resource with |
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This isn't currently implemented but it's the planned implementation, correct?
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.
Input is passed to the resource onexport
if provided
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
2fd0aea
to939b321
ComparePrior to this change, the docs folder didn't include any conceptualdocumentation, only reference documents.This change copies existing concept docs into the folder, updates themfor GA, and adds new conceptual documentation to make it easier fornew 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 toolThese are the only resources currently documented onthe live docs site.
Co-authored-by: Steve Lee <slee@microsoft.com>Co-authored-by: Michael Greene <mgreenegit@users.noreply.github.com>
939b321
toae29420
CompareThere 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.
Probably good enough for now :)
8dc0655
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
This changeset updates and adds reference documentation for the
3.0.0
GA release of DSC.It includes:
Deferred to future PRs:
PR Context