Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.32;1.0.0-beta.33
com.azure:azure-monitor-opentelemetry-autoconfigure;1.3.0;1.4.0-beta.1
com.azure:azure-monitor-ingestion;1.2.11;1.3.0-beta.1
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-monitor-query;1.5.8;1.6.0-beta.1
com.azure:azure-monitor-query;1.5.8;1.5.9
com.azure:azure-monitor-query-logs;1.0.0;1.1.0-beta.1
com.azure:azure-monitor-query-metrics;1.0.0;1.1.0-beta.1
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-query-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Then include the direct dependency in the `dependencies` section without the ver

If you want to take dependency on a particular version of the library that isn't present in the BOM, add the direct dependency to your project as follows.

[//]: # ({x-version-update-start;com.azure:azure-monitor-query;current})
[//]: # ({x-version-update-start;com.azure:azure-monitor-query-logs;current})

```xml
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-query-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.5.9</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
14 changes: 7 additions & 7 deletions sdk/monitor/azure-monitor-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Release History

## 1.6.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.5.9 (2025-08-11)

### Other Changes

- This package is deprecated in favor of the new libraries [azure-monitor-query-metrics](https://central.sonatype.com/artifact/com.azure/azure-monitor-query-metrics)
and [azure-monitor-query-logs](https://central.sonatype.com/artifact/com.azure/azure-monitor-query-logs), available as of August 2025. The metrics query operations of MetricsQueryClient and MetricsQueryAsyncClient are retained within the management library [azure-resourcemanager-monitor](https://central.sonatype.com/artifact/com.azure.resourcemanager/azure-resourcemanager-monitor).
While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. For transition support, read the migration
guides for [migrating to azure-monitor-query-logs](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-query/migration-guide-query-logs.md)
and [migrating to azure-monitor-query-metrics](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-query/migration-guide-query-metrics.md).

## 1.5.8 (2025-07-29)

### Other Changes
Expand Down
8 changes: 7 additions & 1 deletion sdk/monitor/azure-monitor-query/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Azure Monitor Query client library for Java

> This package is deprecated in favor of the new libraries [azure-monitor-query-metrics](https://central.sonatype.com/artifact/com.azure/azure-monitor-query-metrics)
and [azure-monitor-query-logs](https://central.sonatype.com/artifact/com.azure/azure-monitor-query-logs), available as of August 2025.
While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. For transition support, read the migration
guides for [migrating to azure-monitor-query-logs](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-query/migration-guide-query-logs.md)
and [migrating to azure-monitor-query-metrics](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-query/migration-guide-query-metrics.md).

The Azure Monitor Query client library is used to execute read-only queries against [Azure Monitor][azure_monitor_overview]'s two data platforms:

- [Logs](https://learn.microsoft.com/azure/azure-monitor/logs/data-platform-logs) - Collects and organizes log and performance data from monitored resources. Data from different sources such as platform logs from Azure services, log and performance data from virtual machines agents, and usage and performance data from apps can be consolidated into a single [Azure Log Analytics workspace](https://learn.microsoft.com/azure/azure-monitor/logs/data-platform-logs#log-analytics-and-workspaces). The various data types can be analyzed together using the [Kusto Query Language][kusto_query_language].
Expand Down Expand Up @@ -66,7 +72,7 @@ If you want to take dependency on a particular version of the library that isn't
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.6.0-beta.1</version>
<version>1.5.9</version>
</dependency>
```

Expand Down
5 changes: 3 additions & 2 deletions sdk/monitor/azure-monitor-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@

<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.5.9</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->

<name>Microsoft Azure SDK for Azure Monitor Logs and Metrics Query</name>
<description>This package contains the Microsoft Azure SDK for querying Azure Monitor's Logs and Metrics data sources.</description>
<description>This package has been split into two newer libraries available at https://central.sonatype.com/artifact/com.azure/azure-monitor-query-metrics and https://central.sonatype.com/artifact/com.azure/azure-monitor-query-logs</description>


<distributionManagement>
<site>
Expand Down