Ted Chambers

Results 11 comments of Ted Chambers

Our preview NuGet packages contain NetStandard versions of our libraries. The call from the stack trace above to EventActivityIdControl does not exist in our NetStandard version of this assembly. The...

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...

@SamuelDeveloper3 are you providing an example, or are you having issues with this endpoint? This pipeline client is in early preview, and is not documented yet.

Yes, as you said the method is there: https://github.com/microsoft/azure-devops-python-api/blob/85bd41729c8fd6249f4866844ecf9bb131e2dcfe/azure-devops/azure/devops/v5_1/client_factory.py#L333 Check your imports to ensure you are not referencing an older version of the sdk.

yes, we would. Thanks @zevaverbach

Any or all is fine. There is also a sample repo here: https://github.com/microsoft/azure-devops-python-samples

When you generated your PAT, did you choose `Full access`? ![Screen Shot 2020-08-28 at 12 18 57 PM](https://user-images.githubusercontent.com/13457072/91590187-f36a1200-e928-11ea-98d6-316d81dc0bbc.png) In general its best to scope your PAT, but for some APIs,...

ok, unfortunately I don't have the expertise on the contribution endpoints. You can contact the team that owns them by submitting feedback in the feedback section on the [REST doc...

This question seams to be related to the endpoint behavior on the service rather than the behavior of the SDK. I sent a mail to the team that owns the...

This is a duplicate to this issue: https://github.com/microsoft/azure-devops-python-api/issues/176 The generator does not know about the sub types, so does not generate them. We need to fix that. In the meantime...