azure-monitor-query_1.3.0
1.3.0 (2024-03-26)
Features Added
- Added
MetricsClient
andMetricsAsyncClient
to support querying metrics for multiple resources in a single request.
Bugs Fixed
- Fixed the issue with
MetricsQueryClient
andMetricsQueryAsyncClient
where thelistMetricDefinitions
method was returning
MetricsDefinition
objects with null values forsupportedAggregationTypes
.(#36698)