Skip to content

azure-monitor-query_1.3.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 28 Mar 20:19
ab6b74f

1.3.0 (2024-03-28)

Features Added

  • Added roll_up_by keyword argument to MetricsClient.query_resources to support rolling up metrics by dimension. (#33752)

Breaking Changes

  • The following changes are breaking against the previous preview release (i.e. 1.3.0b2/1.3.0b1):
    • MetricsBatchQueryClient has been renamed to MetricsClient. (#33958)
    • Reordered the arguments for the async MetricsClient constructor so that endpoint is now the first positional argument. (#33752)
    • Positional arguments in MetricsClient.query_resources are now required keyword-only arguments. (#33958)
    • The resource_uris argument in MetricsClient.query_resources has been renamed to resource_ids. (#34760)