Skip to content

Commit

Permalink
Increment package versions for monitor releases (#36324)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Aug 18, 2023
1 parent e1d5e17 commit 8497d39
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.3.0-beta.2</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ com.azure:azure-mixedreality-remoterendering;1.1.20;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.11;1.0.0-beta.12
com.azure:azure-monitor-ingestion;1.0.5;1.1.0-beta.1
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-monitor-query;1.2.2;1.3.0-beta.1
com.azure:azure-monitor-query;1.2.2;1.3.0-beta.2
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-query-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.3.0-beta.2</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
10 changes: 10 additions & 0 deletions sdk/monitor/azure-monitor-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.3.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.0-beta.1 (2023-08-10)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.3.0-beta.2</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->

<name>Microsoft Azure SDK for Azure Monitor Logs and Metrics Query</name>
<description>This package contains the Microsoft Azure SDK for querying Azure Monitor's Logs and Metrics data sources.</description>
Expand Down

0 comments on commit 8497d39

Please sign in to comment.