We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8fb00 commit f50a752Copy full SHA for f50a752
powershell-adapter/Tests/TestAdapter/testadapter.resource.ps1
@@ -59,8 +59,8 @@ switch ($Operation) {
59
}
60
'Export' {
61
@{result = @(
62
- @{name = $inputobj.resources.name; type = $inputobj.resources.type; properties = @{'TestCaseId' = 1; 'Input' = ''}},
63
- @{name = $inputobj.resources.name; type = $inputobj.resources.type; properties = @{'TestCaseId' = 2; 'Input' = ''}}
+ @{'TestCaseId' = 1; 'Input' = ''},
+ @{'TestCaseId' = 2; 'Input' = ''}
64
)} | ConvertTo-Json -Depth 10 -Compress
65
66
'Validate' {
0 commit comments