|
9 | 9 | "version": { |
10 | 10 | "Major": 0, |
11 | 11 | "Minor": 136, |
12 | | - "Patch": 1 |
| 12 | + "Patch": 2 |
13 | 13 | }, |
14 | 14 | "groups": [ |
15 | 15 | { |
|
162 | 162 | { |
163 | 163 | "endpointId": "tfs:teamfoundation", |
164 | 164 | "target": "project", |
165 | | - "endpointUrl": "{{endpoint.url}}/_apis/projects?$skip={{skip}}&$top=1000", |
| 165 | + "endpointUrl": "{{endpoint.url}}/_apis/projects", |
166 | 166 | "resultSelector": "jsonpath:$.value[?(@.state=='wellFormed')]", |
167 | | - "resultTemplate": "{ \"Value\" : \"{{{id}}}\", \"DisplayValue\" : \"{{{name}}}\" }", |
168 | | - "callbackContextTemplate": "{\"skip\": \"{{add skip 1000}}\"}", |
169 | | - "callbackRequiredTemplate": "{{isEqualNumber result.count 1000}}", |
170 | | - "initialContextTemplate": "{\"skip\": \"0\"}" |
| 167 | + "resultTemplate": "{ \"Value\" : \"{{{id}}}\", \"DisplayValue\" : \"{{{name}}}\" }" |
171 | 168 | }, |
172 | 169 | { |
173 | 170 | "endpointId": "tfs:teamfoundation", |
174 | 171 | "target": "definition", |
175 | | - "endpointUrl": "{{endpoint.url}}/{{project}}/_apis/build/definitions?api-version=3.0-preview&$top=1000&continuationToken={{{continuationToken}}}&queryOrder=2", |
| 172 | + "endpointUrl": "{{endpoint.url}}/{{project}}/_apis/build/definitions?$top=1000", |
176 | 173 | "resultSelector": "jsonpath:$.value[?(@.quality=='definition')]", |
177 | 174 | "parameters": { |
178 | 175 | "project": "$(project)" |
179 | 176 | }, |
180 | | - "resultTemplate": "{ \"Value\" : \"{{{id}}}\", \"DisplayValue\" : \"{{{name}}}\" }", |
181 | | - "callbackContextTemplate": "{\"continuationToken\" : \"{{{headers.x-ms-continuationtoken}}}\"}", |
182 | | - "callbackRequiredTemplate": "{{{#headers.x-ms-continuationtoken}}}true{{{/headers.x-ms-continuationtoken}}}", |
183 | | - "initialContextTemplate": "{\"continuationToken\" : \"{{{system.utcNow}}}\"}" |
| 177 | + "resultTemplate": "{ \"Value\" : \"{{{id}}}\", \"DisplayValue\" : \"{{{name}}}\" }" |
184 | 178 | }, |
185 | 179 | { |
186 | 180 | "endpointId": "tfs:teamfoundation", |
|
0 commit comments