Skip to content

Commit 7ce7799

Browse files
authored
Azure Monitor Logs Query: Update release version (#46171)
1 parent d81232d commit 7ce7799

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
167+
com.azure:azure-monitor-query-logs;1.0.0-beta.1;1.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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 2.0.0 (2025-07-25)
3+
## 1.0.0 (2025-07-25)
44

55
### Features Added
66
- This package contains the first release of Microsoft Azure Monitor Logs Query client library. This library replaces logs querying operations

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</version>
67+
<version>1.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</version> <!-- {x-version-update;com.azure:azure-monitor-query-logs;current} -->
17+
<version>1.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>

0 commit comments

Comments
 (0)