Skip to content

Commit

Permalink
[PLAT-24515] - Remove Case sensitive option for create-scope in secre…
Browse files Browse the repository at this point in the history
…ts (#347)
  • Loading branch information
Sushanth Varma Kanumuri authored Nov 10, 2020
1 parent c4a5b91 commit 041568d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks_cli/secrets/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
' workspace. If not specified, the initial ACL with MANAGE permission applied to the'
' scope is assigned to the request issuer\'s user identity.')
@click.option('--scope-backend-type',
type=click.Choice(['AZURE_KEYVAULT', 'DATABRICKS'], case_sensitive=True),
type=click.Choice(['AZURE_KEYVAULT', 'DATABRICKS']),
default='DATABRICKS', help='The backend that will be used for this secret scope. '
'Options are (case-sensitive): 1) \'AZURE_KEYVAULT\' and '
'2) \'DATABRICKS\' (default option)'
Expand Down

0 comments on commit 041568d

Please sign in to comment.