Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
azure-monitor-query_2.0.0 source code.tar.gz | < 24 hours ago | 128.3 MB | |
azure-monitor-query_2.0.0 source code.zip | < 24 hours ago | 182.5 MB | |
README.md | < 24 hours ago | 979 Bytes | |
Totals: 3 Items | 310.7 MB | 0 |
2.0.0 (2025-07-30)
Breaking Changes
MetricsClient
andMetricsQueryClient
have been removed from theazure-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 newazure-monitor-querymetrics
package. - Functionality provided by
MetricsQueryClient
can be access through theazure-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