Skip to content

Commit 53c15c5

Browse files
authored
Increment package versions for monitor releases (Azure#33513)
1 parent c2b286c commit 53c15c5

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
<dependency>
284284
<groupId>com.azure</groupId>
285285
<artifactId>azure-monitor-query</artifactId>
286-
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
286+
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
287287
</dependency>
288288
<dependency>
289289
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ com.azure:azure-mixedreality-remoterendering;1.1.14;1.2.0-beta.1
138138
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.7;1.0.0-beta.8
139139
com.azure:azure-monitor-ingestion;1.0.0-beta.2;1.0.0
140140
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
141-
com.azure:azure-monitor-query;1.1.0;1.1.1
141+
com.azure:azure-monitor-query;1.1.1;1.2.0-beta.1
142142
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
143143
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
144144
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2

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.1.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
34+
<version>1.2.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.2.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.1.1 (2023-02-13)
414

515
### Bugs Fixed

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.1.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
14+
<version>1.2.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 contains the Microsoft Azure SDK for querying Azure Monitor's Logs and Metrics data sources.</description>

0 commit comments

Comments
 (0)