Azure DevOps REST API Version Configuration
You can configure the connector to use a specific version of Azure DevOps Service REST API using the apiVersion
parameter.

This parameter sets a specific Azure DevOps REST API version to use with the
string
To configure a specific version in the source, set the apiVersion
parameter to the required REST API version. Upload the change using SailPoint's REST API. For example:
<entry key="apiVersion" value="7.2-preview.1"/>
Note
For more information on SailPoint's REST APIs, refer to Best Practices: REST API Authentication and REST API - Update Source (Partial) in the SailPoint Developer Community.