MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
442 stars 155 forks source link

❗❗📢 Removal of support of TFS 2017 and 2018 with VSTeam version 8.0.0 #438

Open SebastianSchuetze opened 2 years ago

SebastianSchuetze commented 2 years ago

The plan is the remove support TFS 2017 and 2018. We have no possibility to test this and is cluttering the code base. This is getting harder to manage.

With older version VSTeam can still be used or by setting the VSTeam API manually or using Invoke-VSTeamRequest.

It's not set yet when this will happen (few months probably). I will add a warning message with the next release that will be shown when the module is loaded.

SebastianSchuetze commented 2 years ago

I am starting to work on this and will be merged an extra branch for Version 8.0.0 until everything is ready.

okamilobo commented 1 week ago

@SebastianSchuetze we started seeing this warning, but are having trouble figuring out is causing us to get the warning. Could you please elaborate on what we should be looking for in our code and what to upgrade to?