Skip to content

Managed Identity Support

Compare
Choose a tag to compare
@danield137 danield137 released this 19 Aug 11:35
· 302 commits to master since this release

BREAKING CHANGES:

None.

FEATURES:

  • Added support for managed identity.
const kcsb = KustoConnectionStringBuilder.withAadManagedIdentities(`https://${clusterName}.kusto.windows.net`, '(Optional)msiEndpoint', '(Optional)clientId');

FIXES:

None.