Skip to content

Commit 056e0d9

Browse files
authored
Azure Monitor Query: Prepare for GA release (Azure#39413)
1 parent 10d323b commit 056e0d9

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ com.azure:azure-mixedreality-remoterendering;1.1.27;1.2.0-beta.1
165165
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.21;1.0.0-beta.22
166166
com.azure:azure-monitor-ingestion;1.1.5;1.2.0-beta.1
167167
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
168-
com.azure:azure-monitor-query;1.2.10;1.3.0-beta.3
168+
com.azure:azure-monitor-query;1.2.10;1.3.0
169169
com.azure:azure-monitor-query-perf;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
171171
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2

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.3.0-beta.3</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
34+
<version>1.3.0</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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
# Release History
22

3-
## 1.3.0-beta.3 (Unreleased)
3+
## 1.3.0 (2024-03-26)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- Added `MetricsClient` and `MetricsAsyncClient` to support querying metrics for multiple resources in a single request.
88

99
### Bugs Fixed
1010

1111
- Fixed the issue with `MetricsQueryClient` and `MetricsQueryAsyncClient` where the `listMetricDefinitions` method was returning
1212
`MetricsDefinition` objects with null values for `supportedAggregationTypes`.[(#36698)](https://github.com/Azure/azure-sdk-for-java/issues/36698)
1313

14-
### Other Changes
15-
16-
1714
## 1.2.10 (2024-03-20)
1815

1916
### Other Changes
@@ -23,7 +20,6 @@
2320
- Upgraded `azure-core` from `1.46.0` to version `1.47.0`.
2421
- Upgraded `azure-core-http-netty` from `1.14.0` to version `1.14.1`.
2522

26-
2723
## 1.2.9 (2024-02-20)
2824

2925
### Other Changes

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 @@ add the direct dependency to your project as follows.
6666
<dependency>
6767
<groupId>com.azure</groupId>
6868
<artifactId>azure-monitor-query</artifactId>
69-
<version>1.3.0-beta.2</version>
69+
<version>1.3.0</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.3.0-beta.3</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
14+
<version>1.3.0</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)