Skip to content

azure-monitor-query_2.0.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 30 Jul 22:21
b49e9ba

2.0.0 (2025-07-30)

Breaking Changes

  • MetricsClient and MetricsQueryClient have been removed from the azure-monitor-query package. This is part of the migration to split logs and metrics functionality into separate packages. (#42205)
    • The MetricsClient has been moved to the new azure-monitor-querymetrics package.
    • Functionality provided by MetricsQueryClient can be access through the azure-mgmt-monitor package.
    • For more details, see the migration guide.

Bugs Fixed

  • Fixed an issue where the package version in operation user agent strings was always set to "unknown" instead of the actual package version. (#39866)

Other Changes

  • Bump minimum dependencies:
    • azure-core to >=1.30.0
    • isodate to >=0.6.1
    • typing-extensions to >=4.6.0