File tree Expand file tree Collapse file tree 3 files changed +36
-8
lines changed
Strings/resources.resjson/en-US Expand file tree Collapse file tree 3 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 33 "loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?linkid=850348)",
44 "loc.description": "Executes a work item query and checks for the number of items returned.",
55 "loc.instanceNameFormat": "Query Work Items",
6+ "loc.group.displayName.advanced": "Advanced",
67 "loc.input.label.queryId": "Query",
78 "loc.input.help.queryId": "Select a saved work query to execute.",
89 "loc.input.label.maxThreshold": "Maximum Threshold",
910 "loc.input.help.maxThreshold": "The maximum number of matching workitems from the query.",
1011 "loc.input.label.minThreshold": "Minimum Threshold",
1112 "loc.input.help.minThreshold": "The minimum number of matching workitems from the query."
12- }
13+ }
Original file line number Diff line number Diff line change 1616 "version" : {
1717 "Major" : 0 ,
1818 "Minor" : 0 ,
19- "Patch" : 1
19+ "Patch" : 2
2020 },
2121 "instanceNameFormat" : " Query Work Items" ,
22- "groups" : [],
22+ "groups" : [
23+ {
24+ "name" : " advanced" ,
25+ "displayName" : " Advanced" ,
26+ "isExpanded" : false
27+ }
28+ ],
2329 "inputs" : [
2430 {
2531 "name" : " queryId" ,
3541 "label" : " Maximum Threshold" ,
3642 "defaultValue" : " 0" ,
3743 "required" : " true" ,
44+ "properties" : {
45+ "isNonNegativeNumber" : " true"
46+ },
3847 "helpMarkDown" : " The maximum number of matching workitems from the query."
3948 },
4049 {
4352 "label" : " Minimum Threshold" ,
4453 "defaultValue" : " 0" ,
4554 "required" : " true" ,
55+ "properties" : {
56+ "isNonNegativeNumber" : " true"
57+ },
58+ "groupName" : " advanced" ,
4659 "helpMarkDown" : " The minimum number of matching workitems from the query."
4760 }
4861 ],
6073 }
6174 }
6275 }
63- }
76+ }
Original file line number Diff line number Diff line change 55 "description" : " ms-resource:loc.description" ,
66 "author" : " Microsoft Corporation" ,
77 "helpMarkDown" : " ms-resource:loc.helpMarkDown" ,
8- "category" : " Deploy" ,
8+ "category" : " Utility" ,
9+ "preview" : true ,
910 "visibility" : [
1011 " Release"
1112 ],
1516 "version" : {
1617 "Major" : 0 ,
1718 "Minor" : 0 ,
18- "Patch" : 1
19+ "Patch" : 2
1920 },
2021 "instanceNameFormat" : " ms-resource:loc.instanceNameFormat" ,
21- "groups" : [],
22+ "groups" : [
23+ {
24+ "name" : " advanced" ,
25+ "displayName" : " ms-resource:loc.group.displayName.advanced" ,
26+ "isExpanded" : false
27+ }
28+ ],
2229 "inputs" : [
2330 {
2431 "name" : " queryId" ,
3441 "label" : " ms-resource:loc.input.label.maxThreshold" ,
3542 "defaultValue" : " 0" ,
3643 "required" : " true" ,
44+ "properties" : {
45+ "isNonNegativeNumber" : " true"
46+ },
3747 "helpMarkDown" : " ms-resource:loc.input.help.maxThreshold"
3848 },
3949 {
4252 "label" : " ms-resource:loc.input.label.minThreshold" ,
4353 "defaultValue" : " 0" ,
4454 "required" : " true" ,
55+ "properties" : {
56+ "isNonNegativeNumber" : " true"
57+ },
58+ "groupName" : " advanced" ,
4559 "helpMarkDown" : " ms-resource:loc.input.help.minThreshold"
4660 }
4761 ],
5872 }
5973 }
6074 }
61- }
75+ }
You can’t perform that action at this time.
0 commit comments