You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: