Skip to content

Commit a232206

Browse files
authored
[AzureMonitorExporter] changelog for 1.6.0-beta.1 (#54288)
* changelog & autogenerated solution changes * fixing build error with changelog
1 parent fde1c3c commit a232206

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
# Release History
22

3-
## 1.6.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.6.0-beta.1 (2025-12-03)
84

95
### Bugs Fixed
6+
* Added Microsoft override attributes to preserve exact Application Insights
7+
semantics when exporting telemetry data.
8+
([#54023](https://github.com/Azure/azure-sdk-for-net/pull/54023))
9+
* Request: `microsoft.request.name`, `microsoft.request.url`,
10+
`microsoft.request.source`, `microsoft.request.resultCode`
11+
* Dependency: `microsoft.dependency.type`, `microsoft.dependency.target`,
12+
`microsoft.dependency.name`, `microsoft.dependency.data`,
13+
`microsoft.dependency.resultCode`
14+
* Operation: `microsoft.operation.name`
1015

1116
### Other Changes
17+
* Added distinct SDK version labels for all Application Insights shim packages
18+
to enable accurate attribution and visibility of exporter, distro, and shim
19+
telemetry during migration and analysis.
20+
([#54011](https://github.com/Azure/azure-sdk-for-net/pull/54011))
1221

1322
## 1.5.0 (2025-11-14)
1423

sdk/monitor/Azure.Monitor.OpenTelemetry.sln

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.2.32616.157
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.0.11222.15
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core.TestFramework", "..\core\Azure.Core.TestFramework\src\Azure.Core.TestFramework.csproj", "{8052009B-2126-44A3-88CD-4F3B17894C64}"
77
EndProject
@@ -58,6 +58,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Monitor.OpenTelemetry
5858
EndProject
5959
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Monitor.OpenTelemetry.LiveMetrics.Tests", "Azure.Monitor.OpenTelemetry.LiveMetrics\tests\Azure.Monitor.OpenTelemetry.LiveMetrics.Tests\Azure.Monitor.OpenTelemetry.LiveMetrics.Tests.csproj", "{66AA4429-05EF-47AF-8590-F681EFE0FFC9}"
6060
EndProject
61+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Core", "..\core\Azure.Core\src\Azure.Core.csproj", "{DDE0C4C4-BCA3-48A5-534B-1E2121291D0D}"
62+
EndProject
6163
Global
6264
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6365
Debug|Any CPU = Debug|Any CPU
@@ -132,6 +134,10 @@ Global
132134
{66AA4429-05EF-47AF-8590-F681EFE0FFC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
133135
{66AA4429-05EF-47AF-8590-F681EFE0FFC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
134136
{66AA4429-05EF-47AF-8590-F681EFE0FFC9}.Release|Any CPU.Build.0 = Release|Any CPU
137+
{DDE0C4C4-BCA3-48A5-534B-1E2121291D0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
138+
{DDE0C4C4-BCA3-48A5-534B-1E2121291D0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
139+
{DDE0C4C4-BCA3-48A5-534B-1E2121291D0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
140+
{DDE0C4C4-BCA3-48A5-534B-1E2121291D0D}.Release|Any CPU.Build.0 = Release|Any CPU
135141
EndGlobalSection
136142
GlobalSection(SolutionProperties) = preSolution
137143
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)