I am using the new Databricks cli (v0.203.2)
With a Databricks PAT, and the workspace URL, I can successfully run commands like:
databricks repos list
and I see a list of repos
However, when I run:
databricks repos update
, the following is returned:
"Error: Encountered an error with your Azure Active Directory credentials. Please try logging out of Azure Active Directory (https://portal.azure.com) and logging back in."
It is the same error that is mentioned here.
Logging in and out Azure Portal doesn't help. Why would it help?