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
[Fix] Do not specify --tenant flag when fetching managed identity access token from the CLI (#748)
## Changes
Ports databricks/databricks-sdk-go#1021 to the
Python SDK.
The Azure CLI's az account get-access-token command does not allow
specifying --tenant flag if it is authenticated via the CLI.
Fixes#742.
## Tests
Unit tests ensure that all expected cases are treated as managed
identities.
- [ ] `make test` run locally
- [ ] `make fmt` applied
- [ ] relevant integration tests applied
0 commit comments