File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
articles/azure-monitor/app Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Application Insights SDK support guidance
3
3
description : Support guidance for Application Insights legacy and preview SDKs
4
4
services : azure-monitor
5
5
ms.topic : conceptual
6
- ms.date : 03/24 /2022
6
+ ms.date : 08/22 /2022
7
7
ms.reviewer : vgorbenko
8
8
---
9
9
@@ -20,12 +20,17 @@ Support engineers are expected to provide SDK update guidance according to the f
20
20
21
21
| Current SDK version in use | Alternative version available | Update policy for support |
22
22
| ---------| ---------| ---------|
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** |
25
26
| 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.
29
34
30
35
> [ !TIP]
31
36
> Switching to [ auto-instrumentation] ( codeless-overview.md ) eliminates the need for manual SDK updates.
You can’t perform that action at this time.
0 commit comments