-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
DSC-ResourceIssue related to DSC ResourcesIssue related to DSC ResourcesIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.
Description
Relevant area(s)
WinGet CLI, DSC Resource
Relevant command(s)
No response
Brief description of your issue
PS C:\> dsc resource schema -r "Microsoft.WinGet/Package" -o pretty-json
{
...
"useLatest": {
"default": "false", // Should be: false instead of "false"
"description": "Indicate that the latest available version of the package should be installed.",
"type": "boolean"
},
...
}Steps to reproduce
Check description section
Expected behavior
Check description section
Actual behavior
Check description section
Environment
Check description sectionReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DSC-ResourceIssue related to DSC ResourcesIssue related to DSC ResourcesIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.