Skip to content

AZ CLI support

Compare
Choose a tag to compare
@danield137 danield137 released this 04 Feb 14:20
· 256 commits to master since this release

BREAKING CHANGES:

  • no more py2 (reached EOL)

FEATURES:

  • removed six - should reduce size when installing
  • added better docs and cleaner py3 syntax where possible

FIXES:

  • add az cli authentication:
    Once a user logs in to az cli using az login and then requests an access token using az account get-access-token, the client will be able to pick up the token and use it.
    client = KustoClient(KustoConnectionStringBuilder.with_az_cli_authentication('https://cluster'))