microsoft / azure-devops-extension-sample

Sample web extension for Azure DevOps
MIT License
235 stars 154 forks source link

pivot sample not working on DevOps server #161

Open rmadani opened 1 month ago

rmadani commented 1 month ago

Hi,

We are currently using Azure DevOps server 2020. The pivot sample fails on the following call: const projects = await getClient(CoreRestClient).getProjects();

The error is: The requested REST API version of 7.2 is out of range for this server. The latest REST API version this server supports is 6.1.

Is there any way to change the api-version in this call?

thank you in advance, ~Reza