Skip to content

Commit 66df156

Browse files
Merge pull request #242976 from tejaswikolli-web/apideprecation
api-deprecation
2 parents 4b4b80b + 943fc4d commit 66df156

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

articles/container-registry/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@
356356
href: container-registry-support-policies.md
357357
- name: FAQ
358358
href: container-registry-faq.yml
359+
- name: API Deprecation
360+
href: container-registry-api-deprecation.md
359361
- name: Resources
360362
expanded: false
361363
items:
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Removed and deprecated features for Azure Container Registry
3+
description: This article lists and notifies the features that are deprecated or removed from support for Azure Container Registry.
4+
ms.topic: article
5+
ms.date: 06/27/2022
6+
ms.author: tejaswikolli
7+
---
8+
9+
# API Deprecations in Azure Container Registry
10+
11+
This article describes how to use the information about APIs that are removed from support for Azure Container Registry (ACR). This article provides early notice about future changes that might affect the APIs of ACR available to customers in preview or GA states.
12+
13+
This information helps you identify the deprecated API versions. The information is subject to change with future releases, and might not include each deprecated feature or product.
14+
15+
## How to use this information
16+
17+
When an API is first listed as deprecated, support for using it with ACR is on schedule to be removed in a future update. This information is provided to help you plan for alternatives and a replacement version for using that API. When a version of API is removed, this article is updated to indicate that specific version.
18+
19+
Unless noted otherwise, a feature, product, SKU, SDK, utility, or tool that's supporting the deprecated API typically continues to be fully supported, available, and usable.
20+
21+
When support is removed for a version of API, you can use a latest version of API, as long as the API remains in support.
22+
23+
To avoid errors due to using a deprecated API, we recommend moving to a newer version of the ACR API. You can find a list of [supported versions here.](/azure/templates/microsoft.containerregistry/allversions)
24+
25+
You may be consuming this API via 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.](https://azure.github.io/azure-sdk/releases/latest/index.html?search=containerregistry)
26+
27+
## Removed and Deprecated APIs
28+
29+
The following API versions are ready for retirement/deprecation. In some cases, they're no longer in the product.
30+
31+
| API version | Deprecation first announcement | Plan to end support |
32+
| ------------------ | ------------------------------ | ------------------- |
33+
| 2016-06-27-preview | July 17, 2023 | October 16, 2023 |
34+
| 2017-06-01-preview | July 17, 2023 | October 16, 2023 |
35+
| 2018-02-01-preview | July 17, 2023 | October 16, 2023 |
36+
| 2017-03-01-GA | September 2023 | September 2026 |
37+
38+
## See also
39+
40+
For more information, see the following articles:
41+
42+
>* [Supported API versions](/azure/templates/microsoft.containerregistry/allversions)
43+
>* [SDKs and their latest versions](https://azure.github.io/azure-sdk/releases/latest/index.html?search=containerregistry)

0 commit comments

Comments
 (0)