Skip to content

Commit 2d4c00b

Browse files
authored
Merge pull request #208756 from AaronMaxwell/update-SDK-supportability
Updating SDK support policy
2 parents 378a768 + a3a89d4 commit 2d4c00b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

articles/azure-monitor/app/sdk-support-guidance.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Application Insights SDK support guidance
33
description: Support guidance for Application Insights legacy and preview SDKs
44
services: azure-monitor
55
ms.topic: conceptual
6-
ms.date: 03/24/2022
6+
ms.date: 08/22/2022
77
ms.reviewer: vgorbenko
88
---
99

@@ -20,12 +20,17 @@ Support engineers are expected to provide SDK update guidance according to the f
2020

2121
|Current SDK version in use |Alternative version available |Update policy for support |
2222
|---------|---------|---------|
23-
|Latest GA SDK | No newer supported stable version | **NO UPDATE NECESSARY** |
24-
|Stable minor version of a GA SDK | Newer supported stable version | **UPDATE RECOMMENDED** |
23+
|Latest GA SDK | Newer preview version available | **NO UPDATE NECESSARY** |
24+
|GA SDK | Newer GA released < one year ago | **UPDATE RECOMMENDED** |
25+
|GA SDK | Newer GA released > one year ago | **UPDATE REQUIRED** |
2526
|Unsupported ([support policy](/lifecycle/faq/azure)) | Any supported version | **UPDATE REQUIRED** |
26-
|Preview | Stable version | **UPDATE REQUIRED** |
27-
|Preview | Older stable version | **UPDATE RECOMMENDED** |
28-
|Preview | Newer preview version, no older stable version | **UPDATE RECOMMENDED** |
27+
|Latest Preview | No newer version available | **NO UPDATE NECESSARY** |
28+
|Latest Preview | Newer GA SDK | **UPDATE REQUIRED** |
29+
|Preview | Newer preview version | **UPDATE REQUIRED** |
30+
31+
> [!NOTE]
32+
> * General Availability (GA) refers to non-beta versions.
33+
> * Preview refers to beta versions.
2934
3035
> [!TIP]
3136
> Switching to [auto-instrumentation](codeless-overview.md) eliminates the need for manual SDK updates.

0 commit comments

Comments
 (0)