How to check where I use "the 2017-03-01-(GA) API of Container Registry. "

EAPITADMIN 65 Reputation points
2024-05-10T12:16:02.6366667+00:00

Hi, I just received communication from Microsoft stating, "You're receiving this email because you currently use the 2017-03-01-(GA) API of Container Registry." for one of the subscriptions owned by the Company.

I found nothing in the "Container Registry" in Azure, also I'm not aware of any APIs used within this subscription.

Can you help me to determine where and whether the mentioned API is used?

Thank you!

Br,

Maciej

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
401 questions
{count} votes

1 answer

Sort by: Most helpful
  1. kobulloc-MSFT 23,981 Reputation points Microsoft Employee
    2024-05-13T23:04:36.5933333+00:00

    Hello, @EAPITADMIN ! As noted above, this likely means you'll need to update Azure CLI and/or the SDKs you use. I'll go into more detail below.

    What should I do if I received a notice that I'm using a deprecated Azure Container Registry API?


    Edit (5/18): I spoke with the ACR API team and it looks like notifications were accidentally sent to subscriptions that were not impacted by the API deprecation. A follow up communication should be out shortly (if not already) to notify those who received the notification by mistake.


    Azure Container Registry APIs are called when you use Azure CLI, SDKs, and a variety of other tools and features such as curl and ARM templates. To address deprecated API issues, make sure you use the most up to date versions of these tools and SDKs:

    • For CLI users, we recommend to use latest version of Azure CLI, for invoking SDK implementation. Run az --version to find the version.
    • If you use one or more SDKs, use a newer API version by updating to a newer version of the SDK. You can find a list of SDKs and their latest versions here.

    You can read more about this in the API Deprecations in Azure Container Registry documentation:

    https://learn.microsoft.com/en-us/azure/container-registry/container-registry-api-deprecation

    If you need more specific ACR API usage information, you can open a support request to have your subscription use reviewed to see which resources may be impacted by deprecation.


    I hope this has been helpful! Your feedback is important so please take a moment to accept answers.

    If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!

    User's image

    1 person found this answer helpful.