github Azure/azure-sdk-for-python azure-monitor-query_1.0.0

latest releases: azure-mgmt-documentdb_0.1.4, azure-synapse_0.1.2, azure-cognitiveservices-vision-customvision_3.1.1...
3 years ago

1.0.0 (2021-10-06)

Features Added

  • Added LogsQueryPartialResult and LogsQueryError to handle errors.
  • Added status attribute to LogsQueryResult.
  • Added LogsQueryStatus Enum to describe the status of a result.
  • Added a new LogsTableRow type that represents a single row in a table.
  • Items in metrics list in MetricsQueryResult can now be accessed by metric names.

Breaking Changes

  • LogsQueryResult now iterates over the tables directly as a convinience.
  • query API in logs is renamed to query_workspace
  • query API in metrics is renamed to query_resource
  • query_workspace API now returns a union of LogsQueryPartialResult and LogsQueryResult.
  • query_batch API now returns a union of LogsQueryPartialResult, LogsQueryError and LogsQueryResult.
  • metric_namespace is renamed to namespace and is a keyword-only argument in list_metric_definitions API.
  • MetricsResult is renamed to MetricsQueryResult.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.