Skip to content

Commit 9b7eeb6

Browse files
author
Timothy Mothra
authored
prep release Distro 1.2.0 (#44491)
1 parent 735f6af commit 9b7eeb6

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

eng/Packages.Data.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.17.5" />
120120
<PackageReference Update="Azure.Messaging.WebPubSub" Version="1.3.0" />
121121
<PackageReference Update="Azure.MixedReality.Authentication" version= "1.2.0" />
122-
<PackageReference Update="Azure.Monitor.OpenTelemetry.Exporter" Version="1.3.0-beta.2" />
122+
<PackageReference Update="Azure.Monitor.OpenTelemetry.Exporter" Version="1.3.0" />
123123
<PackageReference Update="Azure.Monitor.Query" Version="1.1.0" />
124124
<PackageReference Update="Azure.Identity" Version="1.11.1" />
125125
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.2.0" />

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

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

3-
## 1.2.0-beta.5 (Unreleased)
3+
## 1.2.0 (2024-06-11)
44

5-
### Features Added
6-
7-
### Breaking Changes
5+
### Other Changes
86

9-
### Bugs Fixed
7+
* Disabled support for log collection from Azure SDKs.
8+
This will be re-enabled in our next Beta while we experiment with options to enable log filtering.
9+
([#44479](https://github.com/Azure/azure-sdk-for-net/pull/44479))
1010

11-
### Other Changes
11+
* Disabled trace-based log sampling experimental feature.
12+
This will be re-enabled in our next Beta while we experiment with options to enable log filtering.
13+
([#44479](https://github.com/Azure/azure-sdk-for-net/pull/44479))
1214

1315
## 1.2.0-beta.4 (2024-05-20)
1416

sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/src/Azure.Monitor.OpenTelemetry.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>An OpenTelemetry .NET distro that exports to Azure Monitor</Description>
44
<AssemblyTitle>AzureMonitor OpenTelemetry ASP.NET Core Distro</AssemblyTitle>
5-
<Version>1.2.0-beta.5</Version>
5+
<Version>1.2.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<!-- TODO: Remove this condition from ApiCompatVersion after we release our next stable. Need to disable this because added new target framwork. -->
88
<ApiCompatVersion Condition="'$(TargetFramework)' != 'net6.0'">1.1.0</ApiCompatVersion>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
### Other Changes
1616

17-
* Includes all changes from 1.3.0-beta.1 and 1.3.0-beta.2
1817
* Changed `AzureMonitorLogExporter` to be internal.
1918
This will be changed back to public in our next Beta while we experiment with options to enable log filtering.
2019
([#44479](https://github.com/Azure/azure-sdk-for-net/pull/44479))

0 commit comments

Comments
 (0)