mlongoria

Results 2 issues of mlongoria

This doc says: "The first Azure Databricks account admin must be an Azure Active Directory Global Administrator at the time that they first log in to the Azure Databricks account...

azure-databricks/svc
triaged
assigned-to-author
doc-enhancement
Pri2

**Describe the bug** Trying to use service principal authentication, used the following code: ``` key_vault_uri='https://xxxxxxxx.vault.azure.net/' key_vault_tenant_id = 'yyy' key_vault_client_id = 'xxx' key_vault_client_secret = 'ClientSecret' with labs.service_principal_authentication( key_vault_uri=key_vault_uri, key_vault_client_secret=key_vault_client_secret, key_vault_tenant_id=key_vault_tenant_id, key_vault_client_id=key_vault_client_id...

bug