diff --git a/databricks_cli/secrets/cli.py b/databricks_cli/secrets/cli.py index c8f9dbca..397ccd1f 100644 --- a/databricks_cli/secrets/cli.py +++ b/databricks_cli/secrets/cli.py @@ -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)'