File tree Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ com.azure:azure-mixedreality-remoterendering;1.1.27;1.2.0-beta.1
165
165
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.21;1.0.0-beta.22
166
166
com.azure:azure-monitor-ingestion;1.1.5;1.2.0-beta.1
167
167
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
169
169
com.azure:azure-monitor-query-perf;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
171
171
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
Original file line number Diff line number Diff line change 31
31
<dependency >
32
32
<groupId >com.azure</groupId >
33
33
<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} -->
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.3.0-beta.3 (Unreleased )
3
+ ## 1.3.0 (2024-03-26 )
4
4
5
5
### Features Added
6
6
7
- ### Breaking Changes
7
+ - Added ` MetricsClient ` and ` MetricsAsyncClient ` to support querying metrics for multiple resources in a single request.
8
8
9
9
### Bugs Fixed
10
10
11
11
- Fixed the issue with ` MetricsQueryClient ` and ` MetricsQueryAsyncClient ` where the ` listMetricDefinitions ` method was returning
12
12
` MetricsDefinition ` objects with null values for ` supportedAggregationTypes ` .[ (#36698 )] ( https://github.com/Azure/azure-sdk-for-java/issues/36698 )
13
13
14
- ### Other Changes
15
-
16
-
17
14
## 1.2.10 (2024-03-20)
18
15
19
16
### Other Changes
23
20
- Upgraded ` azure-core ` from ` 1.46.0 ` to version ` 1.47.0 ` .
24
21
- Upgraded ` azure-core-http-netty ` from ` 1.14.0 ` to version ` 1.14.1 ` .
25
22
26
-
27
23
## 1.2.9 (2024-02-20)
28
24
29
25
### Other Changes
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ add the direct dependency to your project as follows.
66
66
<dependency >
67
67
<groupId >com.azure</groupId >
68
68
<artifactId >azure-monitor-query</artifactId >
69
- <version >1.3.0-beta.2 </version >
69
+ <version >1.3.0</version >
70
70
</dependency >
71
71
```
72
72
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.azure</groupId >
13
13
<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} -->
15
15
16
16
<name >Microsoft Azure SDK for Azure Monitor Logs and Metrics Query</name >
17
17
<description >This package contains the Microsoft Azure SDK for querying Azure Monitor's Logs and Metrics data sources.</description >
You can’t perform that action at this time.
0 commit comments