-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Issue-BugSomething isn't workingSomething isn't working
Description
Brief description of your issue
If you test a resource via the DSC CLI, you'll get desiredState, actualState & differentProperties in the response. WinGet studio shows the generic Get operation response in case of a Test operation result
Steps to reproduce
- Go to validate a resource view
- Type
Microsoft.WinGetCreate/Settingsfor the resource name - The settings input is
settings:
Telemetry:
disable: true
- Click on
Testoperation
Expected behavior
The results view should look like the output of dsc resource test -r "Microsoft.WinGetCreate/Settings" --input '{"settings": {"Telemetry": {"disable": true}}}'
desiredState:
settings:
Telemetry:
disable: true
actualState:
settings:
$schema: https://aka.ms/wingetcreate-settings.schema.0.1.json
Telemetry:
disable: false
CleanUp:
intervalInDays: 7
disable: false
WindowsPackageManagerRepository:
owner: microsoft
name: winget-pkgs
Manifest:
format: yaml
Visual:
anonymizePaths: true
action: Partial
_inDesiredState: false
inDesiredState: false
differingProperties:
- settingsActual behavior
The result view currently looks like
settings:
Telemetry:
disable: false
Manifest:
format: yaml
WindowsPackageManagerRepository:
name: winget-pkgs
owner: microsoft
CleanUp:
disable: false
intervalInDays: 7
$schema: https://aka.ms/wingetcreate-settings.schema.0.1.json
Visual:
anonymizePaths: trueEnvironment
Windows: Windows.Desktop v10.0.26100.6899
System Architecture: X64
WinGet Studio version 0.100.302.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-BugSomething isn't workingSomething isn't working