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
DEBUG:databricks.sdk:Attempting to configure auth: pat
DEBUG:databricks.sdk:Attempting to configure auth: basic
DEBUG:databricks.sdk:Attempting to configure auth: metadata-service
DEBUG:databricks.sdk:Attempting to configure auth: oauth-m2m
DEBUG:databricks.sdk:Attempting to configure auth: azure-client-secret
DEBUG:databricks.sdk:Attempting to configure auth: github-oidc-azure
DEBUG:databricks.sdk:Attempting to configure auth: azure-cli
DEBUG:root:Running command: az account show --output json
DEBUG:root:Running command: az account get-access-token --resource RES_ID --output json --subscription SUB_ID --tenant TENANT_ID
WARNING:databricks.sdk:Failed to get token for subscription. Using resource only token.
DEBUG:root:Running command: az account show --output json
DEBUG:root:Running command: az account get-access-token --resource RES_ID --output json --tenant TENANT_ID
INFO:databricks.sdk:Using Azure CLI authentication with AAD tokens
Other Information
OS: Ubuntu WSL
Version: 0.40.0
Additional context
The text was updated successfully, but these errors were encountered:
Description
A warning is issued if logging in with using Azure CLI when supplying tenant and workspace id
Reproduction
Expected behavior
No warning emitted
Is it a regression?
It worked in 0.19.0
Debug Logs
Other Information
Additional context
The text was updated successfully, but these errors were encountered: