Need to create new versioning of my all apis which was created before 2021-08-01 ?

Abhishek Jadhav 20 Reputation points
2024-05-11T07:43:05.65+00:00

As mentioned above Title, and news of "All API versions prior to 2021-08-01 will be retired starting 1 June 2024. These API versions will be disabled gradually and without further notice."

then I need to create new api versioning of my all other apis which was created in azure api management service before 2021-08-01 with latest revision ?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,802 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 69,576 Reputation points
    2024-05-13T12:04:50.5966667+00:00

    @Abhishek Jadhav Thanks for reaching out.

    To answer your question "then I need to create new api versioning of my all other apis which was created in azure api management service before 2021-08-01 with latest revision"

    No, you don't have to create a new version of your APIs in your APIM instance.

    Azure API Management uses Azure Resource Manager (ARM) to configure your API Management instances. The API version is embedded in your use of templates that describe your infrastructure, tools that are used to configure the service, and programs that you write to manage your Azure API Management services.

    So, this is the APIM's endpoint that will have a specific version in the URL that you are calling from Azure CLI, Azure PowerShell, Azure API Management DevOps Resource Kit, or Terraform) to interact with the API Management service endpoint and not to your API's that you create in your APIM instance.

    For more details you can refer to this.

    Hope the above clears things up and let me know if you have any queries or concerns.

    Please click on 'Yes' if it helped so that it can help others in the community looking for help on similar topics.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful