File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ com.azure:azure-monitor-opentelemetry-autoconfigure;1.2.0;1.3.0-beta.1
164
164
com.azure:azure-monitor-ingestion;1.2.11;1.3.0-beta.1
165
165
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
166
166
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
168
168
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
169
169
com.azure:azure-openrewrite;1.0.0-beta.1;1.0.0-beta.1
170
170
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
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)
6
4
7
5
### 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.
8
8
9
- ### Breaking Changes
10
-
11
- ### Bugs Fixed
12
-
13
- ### Other Changes
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ If you want to take dependency on a particular version of the library that isn't
64
64
<dependency >
65
65
<groupId >com.azure</groupId >
66
66
<artifactId >azure-monitor-query-logs</artifactId >
67
- <version >2.0.0-beta.1 </version >
67
+ <version >2.0.0</version >
68
68
</dependency >
69
69
```
70
70
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Code generated by Microsoft (R) TypeSpec Code Generator.
14
14
15
15
<groupId >com.azure</groupId >
16
16
<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} -->
18
18
<packaging >jar</packaging >
19
19
20
20
<name >Microsoft Azure SDK for Monitor Logs Query</name >
Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ extends:
11
11
- name : azure-monitor-query
12
12
groupId : com.azure
13
13
safeName : azuremonitorquery
14
+ - name : azure-monitor-query-logs
15
+ groupId : com.azure
16
+ safeName : azuremonitorquerylogs
You can’t perform that action at this time.
0 commit comments