You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/breaking-changes/api-version-retirement-sep-2023.md
+22-3Lines changed: 22 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ documentationcenter: ''
6
6
author: dlepow
7
7
ms.service: api-management
8
8
ms.topic: reference
9
-
ms.date: 07/25/2022
9
+
ms.date: 11/06/2023
10
10
ms.author: danlep
11
11
---
12
12
@@ -30,6 +30,12 @@ After 30 September 2023, if you prefer not to update your tools, scripts, and pr
30
30
31
31
## Required action
32
32
33
+
Update your tools, scripts, and programs using the details in the following section.
34
+
35
+
We also recommend setting the **Minimum API version** in your API Management instance.
36
+
37
+
### Update your tools, scripts, and programs
38
+
33
39
***ARM, Bicep, or Terraform templates** - Update the template to use API version 2021-08-01 or later.
34
40
35
41
***Azure CLI** - Run `az version` to check your version. If you're running version 2.42.0 or later, no action is required. Use the `az upgrade` command to upgrade the Azure CLI if necessary. For more information, see [How to update the Azure CLI](/cli/azure/update-azure-cli).
@@ -47,7 +53,20 @@ After 30 September 2023, if you prefer not to update your tools, scripts, and pr
47
53
* Python: 3.0.0
48
54
- JavaScript: 8.0.1
49
55
- Java: 1.0.0-beta3
50
-
## More information
56
+
57
+
### Update Minimum API version setting on your API Management instance
58
+
59
+
We recommend setting the **Minimum API version** for your API Management instance using the Azure portal. This setting limits control plane API calls to your instance with an API version equal to or newer than this value. Currently you can set this to **2019-12-01**.
60
+
61
+
To set the **Minimum API version** in the portal:
62
+
63
+
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
64
+
1. In the left menu, under **Deployment + infrastructure**, select **Management API**.
65
+
1. Select the **Management API settings** tab.
66
+
1. Under **Prevent users with read-only permissions from accessing service secrets**, select **Yes**. The **Minimum API version** appears.
0 commit comments