Skip to content

Commit 5da224c

Browse files
authored
Fix "configure --aad-token" command (#364)
Databricks CLI has "databricks" executable, not "databricks-cli"
1 parent e91d29a commit 5da224c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

databricks_cli/secrets/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
'2) \'DATABRICKS\' (default option)'
5858
'\nNote: To create an Azure Keyvault, be sure '
5959
'to configure an AAD Token using '
60-
'\'databricks-cli configure --aad-token\'')
60+
'\'databricks configure --aad-token\'')
6161
@click.option('--resource-id', default=None, type=click.STRING,
6262
help='The resource ID associated with the azure keyvault to be used as the backend'
6363
' for the secret scope. NOTE: Only use with azure-keyvault as backend')

0 commit comments

Comments
 (0)