Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshith91 committed Sep 12, 2021
1 parent e9f16cf commit 56ecff3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/monitor/azure-monitor-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@

### Features Added

- Added `QueryPartialErrorException` and `LogsQueryError` to handle errors.
- Added `partial_error` and `is_error` attributes to `LogsQueryResult`.
- Added an option `allow_partial_errors` that defaults to False, which can be set to not throw if there are any partial errors.

### Breaking Changes

- `LogsQueryResult` now iterates over the tables directly as a convinience.

### Bugs Fixed

### Other Changes
Expand Down

0 comments on commit 56ecff3

Please sign in to comment.