Skip to content

Commit 041568d

Browse files
author
Sushanth Varma Kanumuri
authored
[PLAT-24515] - Remove Case sensitive option for create-scope in secrets (#347)
1 parent c4a5b91 commit 041568d

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
@@ -51,7 +51,7 @@
5151
' workspace. If not specified, the initial ACL with MANAGE permission applied to the'
5252
' scope is assigned to the request issuer\'s user identity.')
5353
@click.option('--scope-backend-type',
54-
type=click.Choice(['AZURE_KEYVAULT', 'DATABRICKS'], case_sensitive=True),
54+
type=click.Choice(['AZURE_KEYVAULT', 'DATABRICKS']),
5555
default='DATABRICKS', help='The backend that will be used for this secret scope. '
5656
'Options are (case-sensitive): 1) \'AZURE_KEYVAULT\' and '
5757
'2) \'DATABRICKS\' (default option)'

0 commit comments

Comments
 (0)