Skip to content

Commit 5429c58

Browse files
committed
updated date; review comments
1 parent b1bf02a commit 5429c58

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

articles/api-management/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
href: breaking-changes/metrics-retirement-aug-2023.md
644644
- name: Virtual network changes (September 2023)
645645
href: breaking-changes/rp-source-ip-address-change-sep-2023.md
646-
- name: API version retirements (September 2023)
646+
- name: API version retirements (June 2024)
647647
href: breaking-changes/api-version-retirement-sep-2023.md
648648
- name: Self-hosted gateway v0/v1 retirements (October 2023)
649649
href: breaking-changes/self-hosted-gateway-v0-v1-retirement-oct-2023.md

articles/api-management/breaking-changes/api-version-retirement-sep-2023.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure API Management - API version retirements (September 2023) | Microsoft Docs
3-
description: After 30 September 2023, the Azure API Management service is retiring all API versions prior to 2021-08-01. If you use one of these API versions, you must update affected tools, scripts, or programs to use the latest versions.
2+
title: Azure API Management - API version retirements (June 2024) | Microsoft Docs
3+
description: Starting June 1, 2024, the Azure API Management service is retiring all API versions prior to 2021-08-01. If you use one of these API versions, you must update affected tools, scripts, or programs to use the latest versions.
44
services: api-management
55
author: dlepow
66
ms.service: api-management
@@ -9,21 +9,21 @@ ms.date: 04/24/2024
99
ms.author: danlep
1010
---
1111

12-
# API version retirements (September 2023)
12+
# API version retirements (June 2024)
1313

1414
[!INCLUDE [api-management-availability-premium-dev-standard-basic-consumption](../../../includes/api-management-availability-premium-dev-standard-basic-consumption.md)]
1515

1616
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.
1717

18-
After 30 September 2023, all API versions for the Azure API Management service prior to [**2021-08-01**](/rest/api/apimanagement/operation-groups?view=rest-apimanagement-2021-08-01) are being retired (removed). At any time after 30 September 2023, API calls using an API version prior to 2021-08-01 may fail without further notice. You'll no longer be able to create or manage your API Management services with existing templates, tools, scripts, and programs using a retired API version until they've been updated to use API version 2021-08-01 or later. Data operations (such as accessing the APIs or Products configured on Azure API Management) will be unaffected by this update, including after 30 September 2023.
18+
Starting June 1, 2024, all API versions for the Azure API Management service prior to [**2021-08-01**](/rest/api/apimanagement/operation-groups?view=rest-apimanagement-2021-08-01) are being retired (disabled). The previously communicated retirement date was September 30, 2023. At any time after June 1, 2024, API calls using an API version prior to 2021-08-01 may fail without further notice. You'll no longer be able to create or manage your API Management services with existing templates, tools, scripts, and programs using a retired API version until they've been updated to use API version 2021-08-01 or later. Data plane operations (such as mediating API requests in the gateway) will be unaffected by this update, including after June 1, 2024.
1919

2020
## Is my service affected by this?
2121

2222
While your service isn't affected by this change, any tool, script, or program that uses the Azure Resource Manager (such as the Azure CLI, Azure PowerShell, Azure API Management DevOps Resource Kit, or Terraform) to interact with the API Management service and calls an API Management API version prior to 2021-08-01 is affected by this change. After an API version is retired, you'll be unable to run any affected tools successfully unless you update the tools.
2323

2424
## What is the deadline for the change?
2525

26-
The affected API versions will be retired on a rolling basis after 30 September 2023.
26+
The affected API versions will be retired gradually starting June 1, 2024.
2727

2828
After an API version is retired, if you prefer not to update your affected tools, scripts, and programs, your services will continue to run. However, you won't be able to add or remove APIs, change API policy, or otherwise configure your API Management service with affected tools.
2929

@@ -67,6 +67,7 @@ To set the **Minimum API version** in the portal:
6767

6868
## More information
6969

70+
* [Supported API Management API versions](/rest/api/apimanagement/operation-groups)
7071
* [Azure CLI](/cli/azure/update-azure-cli)
7172
* [Azure PowerShell](/powershell/azure/install-azure-powershell)
7273
* [Azure Resource Manager](../../azure-resource-manager/management/overview.md)

articles/api-management/breaking-changes/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following table lists all the upcoming breaking changes and feature retireme
2121
| [Resource provider source IP address updates][bc1] | March 31, 2023 |
2222
| [Metrics retirements][metrics2023] | August 31, 2023 |
2323
| [Resource provider source IP address updates][rp2023] | September 30, 2023 |
24-
| [API version retirements][api2023] | September 30, 2023 |
24+
| [API version retirements][api2023] | June 1, 2024 |
2525
| [Deprecated (legacy) portal retirement][devportal2023] | October 31, 2023 |
2626
| [Self-hosted gateway v0/v1 retirement][shgwv0v1] | October 1, 2023 |
2727
| [Workspaces breaking changes][workspaces2024] | June 14, 2024 |

0 commit comments

Comments
 (0)