Denis Babineau

Results 1 issues of Denis Babineau

when using [update_packages](https://github.com/microsoft/azure-devops-python-api/blob/252a2769de134f150ddbb38eb363a7a0f1f9b699/azure-devops/azure/devops/v6_0/npm/npm_client.py#L89) on the npm_client with "promote" as the operation, the NpmPackagesBatchRequest requires a [BatchPromoteData](https://github.com/microsoft/azure-devops-python-api/blob/252a2769de134f150ddbb38eb363a7a0f1f9b699/azure-devops/azure/devops/v6_0/npm/models.py#L79) object that isn't defined anywhere: ``` # TODO: Requires a BatchPromoteData model that doesn't...