-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support TFS2018 #76
Comments
@genewuwu It must work with TFS 2018. |
Could someone who work with TFS 2018 give a answer - do the library work with TFS 2018? |
@allburov does not seem to be working for me after we upgraded past 2018. |
@Jowh2 something like this? client = TFSAPI("https://tfs.tfs.ru/tfs/", pat=personal_access_token) I will add info about TFS2018 to docs soon |
@allburov username=username, pat=pat (after generating one for your tfs user that is). https://devopshq.github.io/tfs/examples.html#create-connection |
Actually it might work without username as well, I haven't tested it yet though. Doc says password will be ignored when pat is given so I assumed we still needed the username. |
I've get feedback about TFS 2018 to email. Sometimes we have to change
Work around: session = tfs.TFSAPI("https://dev.azure.com/xyz", project='scrum', pat=token)
session.rest_client.api_version = 4.0 |
Can I use the lib in this project to support TFS 2018?
I tried to connect to TFS 2018 directly ,but it failed
The text was updated successfully, but these errors were encountered: