Skip to content

Commit efe2f9f

Browse files
authored
Merge pull request #257662 from dlepow/verret
[APIM] API version retirement update
2 parents 60e6a0e + 7f02154 commit efe2f9f

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

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

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ documentationcenter: ''
66
author: dlepow
77
ms.service: api-management
88
ms.topic: reference
9-
ms.date: 07/25/2022
9+
ms.date: 11/06/2023
1010
ms.author: danlep
1111
---
1212

@@ -30,6 +30,12 @@ After 30 September 2023, if you prefer not to update your tools, scripts, and pr
3030

3131
## Required action
3232

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+
3339
* **ARM, Bicep, or Terraform templates** - Update the template to use API version 2021-08-01 or later.
3440

3541
* **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
4753
* Python: 3.0.0
4854
- JavaScript: 8.0.1
4955
- 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.
67+
1. Select **Save**.
68+
69+
## More information
5170

5271
* [Azure CLI](/cli/azure/update-azure-cli)
5372
* [Azure PowerShell](/powershell/azure/install-azure-powershell)
@@ -56,7 +75,7 @@ After 30 September 2023, if you prefer not to update your tools, scripts, and pr
5675
* [Bicep](../../azure-resource-manager/bicep/overview.md)
5776
* [Microsoft Q&A](/answers/topics/azure-api-management.html)
5877

59-
## Next steps
78+
## Related content
6079

6180
See all [upcoming breaking changes and feature retirements](overview.md).
6281

0 commit comments

Comments
 (0)