Petr Nechvátal

Results 13 comments of Petr Nechvátal

@tmeckel yes, seems like problem with the generation. I will look at it and try to fix it.

@tmeckel I updated the generation tool and regenerated the clients, lot more models are present now. Hopefully, nothing is missing this time. Thanks for spotting the issue.

Hi, @tmeckel @xuzhang3 the azure-devops-go-api is not completely abandoned, I will be taking over from @goflores if you create a PR I can merge it.

@tmeckel that is correct. All the files in azuredevops/subfolder/*.go are generated, all the *.go files which are directly in azuredevops/ directory are not. So, the changes you are proposing should...

@xuzhang3 I started looking into the 6.0 version I want to have it this week.

@xuzhang3 it is not going as well as I expected so I won't be able to finish it this week, but I am continuing to work on it. As for...

Hi, the Azure DevOps go API 6.0 has been released. Yes, the 5.1 is still available as `azuredevops` module the 6.0 is in `azuredevops/v6` module for v7 there will be...

Hi, could you share the imports? Following piece of code works for me just fine. ``` from azure.devops.connection import Connection from msrest.authentication import BasicAuthentication # Fill in with your personal...

Sorry for breaking you, but it is a major version change so some breaking changes are to be expected. I followed the setup that was created by the previous maintainer...

@nidhaloff Hi, we just released new version of the library it now depends on the latest version 0.7.1 which should resolve your conflict. Give the latest version a try.