azure-kusto-python
azure-kusto-python copied to clipboard
Add support to MSAL package
Add support to MSAL package
We want to upgrade from ADAL to MSAL, we don't use ADAL directly in our code, but we do initialize SecretClient object from azure.keyvault.secrets package. It turns out that even the latest version of azure.keyvault.secrets uses ADAL through using another package msrestazure.
Can you add support to MSAL packages or/and make sure that ADAL won't be included even as external dependency?
Example:
File "...", line 6, in