bulk work item API
It appears that the bulk work item update is not implemented. Is this on the roadmap for implementation?
The bulk work item update REST endpoint was written with a very different pattern from the other Azure DevOps apis. Our code generator was never updated to support this one off pattern. In order to add Python support for this API, we would either need to update the generator to support this, or we would need to manually write the Python code to call the endpoint. The latter is probably more practical, since it only applies to one endpoint. If you would like to create a PR to add this functionality we could add it to the SDK. All code changes need to be in a separate .py file, so the code does not get overwritten on regeneration.