az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
Related command
az repos pr show --id 2582 --detect true
Describe the bug
Tags (or, as they are defined in the documentation, Labels) are not being returned in the above command. They are being returned from the REST api at .../_apis/git/repositories/<repository>/pullRequests/<pr id>/labels
To Reproduce
- Create a pull request in Azure DevOps
- Add a tag. The specific text doesn't matter.
- Run the above command to show the details
Expected behavior
I expect the JSON response to contain any and all tags I've added to the PR.
Environment summary
n/a
Additional context
n/a
Related command
az repos pr show --id 2582 --detect trueDescribe the bug
Tags (or, as they are defined in the documentation, Labels) are not being returned in the above command. They are being returned from the REST api at
.../_apis/git/repositories/<repository>/pullRequests/<pr id>/labelsTo Reproduce
Expected behavior
I expect the JSON response to contain any and all tags I've added to the PR.
Environment summary
n/a
Additional context
n/a