Skip to content

Commit 8aeb72f

Browse files
authored
Increment package versions for monitor releases (#46139)
1 parent 1d66cb4 commit 8aeb72f

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
@@ -161,7 +161,7 @@ com.azure:azure-mixedreality-authentication;1.2.33;1.3.0-beta.1
161161
com.azure:azure-mixedreality-remoterendering;1.1.38;1.2.0-beta.1
162162
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.32;1.0.0-beta.33
163163
com.azure:azure-monitor-opentelemetry-autoconfigure;1.2.0;1.3.0-beta.1
164-
com.azure:azure-monitor-ingestion;1.2.10;1.2.11
164+
com.azure:azure-monitor-ingestion;1.2.11;1.3.0-beta.1
165165
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
166166
com.azure:azure-monitor-query;1.5.7;1.6.0-beta.1
167167
com.azure:azure-monitor-query-logs;2.0.0-beta.1;2.0.0-beta.1

sdk/monitor/azure-monitor-ingestion-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-ingestion</artifactId>
34-
<version>1.2.11</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
34+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
3535
</dependency>
3636
<dependency>
3737
<groupId>com.azure</groupId>

sdk/monitor/azure-monitor-ingestion/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.3.0-beta.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.2.11 (2025-07-22)
414

515
### Other Changes

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

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

88
<groupId>com.azure</groupId>
99
<artifactId>azure-monitor-ingestion</artifactId>
10-
<version>1.2.11</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
10+
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
1111

1212
<packaging>jar</packaging>
1313
<name>Microsoft Azure SDK for Azure Monitor Data Ingestion</name>

0 commit comments

Comments
 (0)