Skip to content

Commit 6b54435

Browse files
authored
Increment package versions for monitor releases (#46374)
1 parent 75bb046 commit 6b54435

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.32;1.0.0-beta.33
164164
com.azure:azure-monitor-opentelemetry-autoconfigure;1.3.0;1.4.0-beta.1
165165
com.azure:azure-monitor-ingestion;1.2.11;1.3.0-beta.1
166166
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
167-
com.azure:azure-monitor-query;1.5.8;1.5.9
167+
com.azure:azure-monitor-query;1.5.9;1.6.0-beta.1
168168
com.azure:azure-monitor-query-logs;1.0.0;1.1.0-beta.1
169169
com.azure:azure-monitor-query-metrics;1.0.0;1.1.0-beta.1
170170
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1

sdk/monitor/azure-monitor-query-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.azure</groupId>
3333
<artifactId>azure-monitor-query</artifactId>
34-
<version>1.5.9</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
34+
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
3535
</dependency>
3636
<dependency>
3737
<groupId>com.azure</groupId>

sdk/monitor/azure-monitor-query/CHANGELOG.md

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

3+
## 1.6.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.5.9 (2025-08-11)
414

515
### Other Changes

sdk/monitor/azure-monitor-query/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.azure</groupId>
1313
<artifactId>azure-monitor-query</artifactId>
14-
<version>1.5.9</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
14+
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
1515

1616
<name>Microsoft Azure SDK for Azure Monitor Logs and Metrics Query</name>
1717
<description>This package has been split into two newer libraries available at https://central.sonatype.com/artifact/com.azure/azure-monitor-query-metrics and https://central.sonatype.com/artifact/com.azure/azure-monitor-query-logs</description>

0 commit comments

Comments
 (0)