Skip to content

Commit f4f56d9

Browse files
authored
Increment package versions for monitor releases (Azure#29547)
1 parent 83834cc commit f4f56d9

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<dependency>
249249
<groupId>com.azure</groupId>
250250
<artifactId>azure-monitor-ingestion</artifactId>
251-
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
251+
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
252252
</dependency>
253253
<dependency>
254254
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ com.azure:azure-messaging-webpubsub;1.1.3;1.2.0-beta.1
115115
com.azure:azure-mixedreality-authentication;1.2.3;1.3.0-beta.1
116116
com.azure:azure-mixedreality-remoterendering;1.1.7;1.2.0-beta.1
117117
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.5;1.0.0-beta.6
118-
com.azure:azure-monitor-ingestion;1.0.0-beta.1;1.0.0-beta.1
118+
com.azure:azure-monitor-ingestion;1.0.0-beta.1;1.0.0-beta.2
119119
com.azure:azure-monitor-query;1.0.7;1.1.0-beta.1
120120
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
121121
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1

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.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0-beta.1 (2022-06-17)
414
Version 1.0.0-beta.1 is a preview of our efforts in creating a client library for Azure Logs Ingestion that is
515
developer-friendly, idiomatic to the Java ecosystem, and as consistent across different languages and platforms as

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.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
10+
<version>1.0.0-beta.2</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)