1.2.0 (2023-05-09)
Features Added
- Add the
query_resource
method toLogsQueryClient
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, changingcolumn_types
tocolumns_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)