-
Notifications
You must be signed in to change notification settings - Fork 100
Initial support for DSC v3 in WinGet-Create #607
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
Conversation
src/WingetCreateCLI/DscResources/microsoft.winget-create.settings.dsc.resource.json
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mdanish-kh
left a comment
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 looks great!
(P.S. maybe you can modify the PR description for the new changes to command syntax to help others who will review this PR :D)
src/WingetCreateTests/WingetCreateTests/UnitTests/DscCommandTests.cs
Outdated
Show resolved
Hide resolved
src/WingetCreateTests/WingetCreateTests/UnitTests/DscCommandTests.cs
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
We may also want to update the README and also the doc folder for the new Lines 43 to 57 in f26390d
|
mdanish-kh
left a comment
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 for the docs and bearing with me :D
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
⚙️ Settings DSC resource
📄 Get
🖨️ Export
ℹ️ Settings resource Get and Export operation output states are identical.
📝 Set
Full: When action is set to Full, the specified settings will be update accordingly and the remaining settings will be set to their default values.Partial: When action is set to Partial, only the specified settings will be updated, and the remaining settings will remain unchanged.🌕 Full
🌗 Partial
🧪 Test
Full: When action is set to Full, the specified settings will be tested accordingly, and the remaining settings will be tested against their default values.Partial: When action is set to Partial, only the specified settings will be tested, and the remaining settings will be omitted from the test.🌕 Full
🌗 Partial