eramireziceibm
eramireziceibm
Thank you for pointing out the issue in the Readme. You're right; in Python, lists do not have an attribute named .value. Your proposed solution correctly iterates through the get_projects_response...
> In python 3.7.3 this code also fails further on > > Line 23 tries to find the continuation_token attribute of that same list and that does not work either....
It appears that the issue you're encountering is related to changes in the Azure DevOps Services REST API, particularly the transition from version 6.x to 7.x. The continuation_token property, which...
what is exception ?
I when trying to replace the file, since when trying with UploadAsync with the overwrite parameter the changes are never reflected returns 201 and a problem with the Strem of...