github microsoft/msticpy v2.5.3
v2.5.3: ipwidgets, Sentinel and Kusto driver fixes

latest releases: v2.13.1, v2.13.0, v2.12.0...
15 months ago

Minor release addressing the following:

  • Azure-monitor-query release 1.2.0 changed the format of the endpoint URLs that it accepts. Fixed the azure_kusto driver (currently invoked with the "Kusto_New" data environment) so that it will provide the correct format for 1.2.0+ and pre 1.2.0 versions
  • Bug in the kql_driver (MS Sentinel) was causing the kusto_driver to fail when querying. The latter is a subclass of the former and was failing due to an attribute that was defined in the parent (kql_driver) but not in the child (kusto_driver). This affected the older (current) Kusto driver version and does not affect the new azure_kusto ("Kusto_New") driver.
  • Updated requirements to allow ipywidgets 8.x to install by default (this is now supported by vs code
  • Updated documentation for the new Sentinel and Kusto drivers to add instructions for manually installing the required SDK components (azure-monitor-query and azure-kusto-data)

What's Changed

  • Azure monitor endpoint URL has changed format in v1.2.0 by @ianhelle in #677

Full Changelog: v2.5.2...v2.5.3

Don't miss a new msticpy release

NewReleases is sending notifications on new releases.