I have some jobs running under an Azure Batch and I received a warning saying I must upgrade the API verion. Where should I do that?
The current version I'm using will be removed on 10/31/2020
Edit:
I accessed my batch and then the Job Schedules:
These are the properties of one of those jobs:
Should I configure the api-version here?
Most likely, you are utilizing Batch through an SDK, Azure CLI, Powershell, or Batch Explorer. Each of these ultimately call the Batch service through a REST API which is versioned. You need to ensure that you are not using a deprecated version of such SDKs or tooling.
Please see this article for more information for associated SDK versions for deprecated REST API versions.