azure-devops-python-api icon indicating copy to clipboard operation
azure-devops-python-api copied to clipboard

The request body must be empty when the retry parameter is specified.

Open Zacama opened this issue 8 months ago • 0 comments

The request body must be empty when the retry parameter is specified. https://github.com/microsoft/azure-devops-python-api/blob/6.0.0b4/azure-devops/azure/devops/v6_0/build/build_client.py

Image

if retry is not None, response will return bad request AzureDevOpsServiceError('The request body must be empty when the retry parameter is specified.')

Zacama avatar May 27 '25 08:05 Zacama