You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)