Skip to content

azure-monitor-query_1.2.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 May 19:49
afb4099

1.2.0 (2023-05-09)

Features Added

  • Add the query_resource method to LogsQueryClient to allow users to query Azure resources directly without the context of a workspace. (#29365)

Bugs Fixed

  • Fixed an inconsistent keyword argument name in the LogsTable constructor, changing column_types to columns_types. Note that this is a class that is typically only instantiated internally, and not by users. (#29076)

Other Changes

  • Improved client configuration logic for non-public Azure clouds where credential scope will be determined based on the configured endpoint. (#29602)