Skip to content

Commit 43b9e05

Browse files
authored
Prepare Monitor Query Feb 2025 Patch Release (Azure#44254)
1 parent 8e9f93e commit 43b9e05

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.32;1.0.0-beta.33
167167
com.azure:azure-monitor-opentelemetry-autoconfigure;1.0.0-beta.2;1.0.0-beta.3
168168
com.azure:azure-monitor-ingestion;1.2.7;1.3.0-beta.1
169169
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
170-
com.azure:azure-monitor-query;1.5.4;1.6.0-beta.1
170+
com.azure:azure-monitor-query;1.5.4;1.5.5
171171
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
172172
com.azure:azure-openrewrite;1.0.0-beta.1;1.0.0-beta.1
173173
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1

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

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Release History
22

3-
## 1.6.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.5.5 (2025-02-18)
84

95
### Bugs Fixed
106

7+
- [Fixed an issue](https://github.com/Azure/azure-sdk-for-java/issues/43841) where `MetricsClient` and `MetricsAsyncClient` would return a null `resourceId` when querying resources.
8+
119
### Other Changes
1210

11+
#### Dependency Updates
12+
13+
- Upgraded `azure-core` from `1.54.1` to version `1.55.1`.
14+
- Upgraded `azure-core-http-netty` from `1.15.7` to version `1.15.9`.
15+
1316

1417
## 1.5.4 (2024-12-04)
1518

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you want to take dependency on a particular version of the library that isn't
6666
<dependency>
6767
<groupId>com.azure</groupId>
6868
<artifactId>azure-monitor-query</artifactId>
69-
<version>1.5.0</version>
69+
<version>1.5.5</version>
7070
</dependency>
7171
```
7272

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

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

1212
<groupId>com.azure</groupId>
1313
<artifactId>azure-monitor-query</artifactId>
14-
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
14+
<version>1.5.5</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
1515

1616
<name>Microsoft Azure SDK for Azure Monitor Logs and Metrics Query</name>
1717
<description>This package contains the Microsoft Azure SDK for querying Azure Monitor's Logs and Metrics data sources.</description>

0 commit comments

Comments
 (0)