Support for paging using az devops invoke when continuation token is in header #1112
Labels
Feature
Feature Work required.
Requires API upgrade
The fix for the issue requires the new higher version of Rest APIs.
Example command:
az devops invoke --area distributedtask --resource jobrequests --route-parameters poolId={myPoolId} --organization {myOrg} --query-parameters `$top=1
will translation to the following URL:
This works as expected and returns a JSON response to the console. The problem is that, if I need to get to the next page, the server sends the continuation token as a header instead of embedded in the JSON body response and az devops invoke doesn't expose response headers at all, that I can see.
The text was updated successfully, but these errors were encountered: