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/azure-app-configuration/concept-preview-api-lifecycle.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,7 @@ ms.date: 02/12/2025
12
12
13
13
# Preview API life cycle
14
14
15
-
The Azure App Configuration preview APIs (APIs that end in `-preview`) have a lifespan of ~one year from their release date.
16
-
This means that you can expect the 2024-06-01-preview API to be deprecated somewhere around June 1, 2025.
15
+
The Azure App Configuration preview APIs (all APIs that ends in `-preview`) are always deprecated 90 days after a newer preview API version is released. The process may differ for older API versions.[^1]
17
16
18
17
We love when people try our preview features and give us feedback, so we encourage you to use the preview APIs.
19
18
@@ -29,11 +28,22 @@ API version as deprecation approaches.
29
28
If you're unsure what client or tool is using this API version, check the [activity logs](/azure/azure-monitor/essentials/activity-log)
30
29
using the following command:
31
30
31
+
### [bash](#tab/bash)
32
+
32
33
```bash
33
34
API_VERSION=<impacted API version, such as 2021-10-01-preview>
34
-
az monitor activity-log list --offset 30d --max-events 10000 --namespace Microsoft.AppConfiguration --query "[?eventName.value == 'EndRequest' && contains(not_null(httpRequest.uri,''), '${API_VERSION}')]"
[^1]: API versions before 2023-09-01-preview won't follow the 90 day pattern outlined in the beginning of this document. Refer to the [Upcoming Deprecations](#upcoming-deprecations) and [Completed Deprecations](#completed-deprecations) tables to see if an API version you're using has a deprecation date.
0 commit comments