Skip to content

Commit 8f59cc1

Browse files
authored
Azure Monitor Logs Query: Prepare for release (#46148)
* Azure Monitor Logs Query: Prepare for release * update test ci yml
1 parent 410074e commit 8f59cc1

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
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-autoconfigure;1.2.0;1.3.0-beta.1
164164
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
167-
com.azure:azure-monitor-query-logs;2.0.0-beta.1;2.0.0-beta.1
167+
com.azure:azure-monitor-query-logs;2.0.0-beta.1;2.0.0
168168
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
169169
com.azure:azure-openrewrite;1.0.0-beta.1;1.0.0-beta.1
170170
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# Release History
22

3-
## 2.0.0-beta.1 (Unreleased)
4-
5-
- This package contains Microsoft Azure Monitor Logs Query client library.
3+
## 2.0.0 (2025-07-25)
64

75
### Features Added
6+
- This package contains the first release of Microsoft Azure Monitor Logs Query client library. This library replaces logs querying operations
7+
of the `azure-monitor-query` package.
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes

sdk/monitor/azure-monitor-query-logs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If you want to take dependency on a particular version of the library that isn't
6464
<dependency>
6565
<groupId>com.azure</groupId>
6666
<artifactId>azure-monitor-query-logs</artifactId>
67-
<version>2.0.0-beta.1</version>
67+
<version>2.0.0</version>
6868
</dependency>
6969
```
7070

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
1414

1515
<groupId>com.azure</groupId>
1616
<artifactId>azure-monitor-query-logs</artifactId>
17-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query-logs;current} -->
17+
<version>2.0.0</version> <!-- {x-version-update;com.azure:azure-monitor-query-logs;current} -->
1818
<packaging>jar</packaging>
1919

2020
<name>Microsoft Azure SDK for Monitor Logs Query</name>

sdk/monitor/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ extends:
1111
- name: azure-monitor-query
1212
groupId: com.azure
1313
safeName: azuremonitorquery
14+
- name: azure-monitor-query-logs
15+
groupId: com.azure
16+
safeName: azuremonitorquerylogs

0 commit comments

Comments
 (0)