We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a5b91 commit 041568dCopy full SHA for 041568d
1 file changed
databricks_cli/secrets/cli.py
@@ -51,7 +51,7 @@
51
' workspace. If not specified, the initial ACL with MANAGE permission applied to the'
52
' scope is assigned to the request issuer\'s user identity.')
53
@click.option('--scope-backend-type',
54
- type=click.Choice(['AZURE_KEYVAULT', 'DATABRICKS'], case_sensitive=True),
+ type=click.Choice(['AZURE_KEYVAULT', 'DATABRICKS']),
55
default='DATABRICKS', help='The backend that will be used for this secret scope. '
56
'Options are (case-sensitive): 1) \'AZURE_KEYVAULT\' and '
57
'2) \'DATABRICKS\' (default option)'
0 commit comments