Skip to content

Commit

Permalink
[AzureMonitorDistro] prep distro 1.3.0-beta.1 (#44991)
Browse files Browse the repository at this point in the history
* prep distro 1.3.0-beta.1

* change to package reference
  • Loading branch information
TimothyMothra authored Jul 16, 2024
1 parent 3dcd049 commit 2a9cffa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.17.5" />
<PackageReference Update="Azure.Messaging.WebPubSub" Version="1.3.0" />
<PackageReference Update="Azure.MixedReality.Authentication" version= "1.2.0" />
<PackageReference Update="Azure.Monitor.OpenTelemetry.Exporter" Version="1.3.0" />
<PackageReference Update="Azure.Monitor.OpenTelemetry.Exporter" Version="1.4.0-beta.1" />
<PackageReference Update="Azure.Monitor.Query" Version="1.1.0" />
<PackageReference Update="Azure.Identity" Version="1.12.0" />
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.2.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Release History

## 1.3.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.3.0-beta.1 (2024-07-12)

### Bugs Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<!-- Depending on monthly deliverables, we may switch between PackageReference or ProjectReference. Keeping both here to make the switch easier. -->

<!-- FOR PUBLIC RELEASES, MUST USE PackageReference. THIS REQUIRES A STAGGERED RELEASE IF SHIPPING A NEW EXPORTER. -->
<!--<PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" />-->
<PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" />

<!-- FOR LOCAL DEV, ProjectReference IS PREFERRED. -->
<ProjectReference Include="..\..\Azure.Monitor.OpenTelemetry.Exporter\src\Azure.Monitor.OpenTelemetry.Exporter.csproj" />
<!--<ProjectReference Include="..\..\Azure.Monitor.OpenTelemetry.Exporter\src\Azure.Monitor.OpenTelemetry.Exporter.csproj" />-->
</ItemGroup>

<!-- Shared sources from Azure.Core -->
Expand Down

0 comments on commit 2a9cffa

Please sign in to comment.