Updating Azure API Management SDKs

Bharat Singh 5 Reputation points
2024-03-14T19:10:05.59+00:00

According to the documentation here: Azure API Management SDKs, are we supposed to update our the current Microsoft.Azure.Management.ApiManagement nuget package to version 8.0.0 or change it completely to use Azure.ResourceManager.ApiManagement?

Through the Azure Portal, I've opted to enforce the minimum API requirements as of 2021-08-01 and it is causing some breaking changes within an application that uses the ApiManagementClient from Microsoft.Azure.Management.ApiManagement nuget package.

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

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 27,256 Reputation points
    2024-03-18T11:23:33.03+00:00

    @Bharat Singh Thanks for reaching out. Microsoft.Azure.Management.ApiManagement NuGet package is obsolete as of September 30, 2023. It is no longer maintained or monitored. Microsoft encourages customers to upgrade to the replacement package, Azure.ResourceManager.ApiManagement, to continue receiving updates.

    This change is likely causing the breaking changes you’re experiencing in your application that uses the ApiManagementClient from the Microsoft.Azure.Management.ApiManagement NuGet package.

    For more information please refer: https://www.nuget.org/packages/Microsoft.Azure.Management.ApiManagement/

    do let me know incase of further queries, I would be happy to assist you.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.