mirror of https://github.com/databricks/cli.git
21 lines
357 B
TOML
21 lines
357 B
TOML
#[[Repls]]
|
|
#Old = '- (user_name|service_principal_name): \$USERNAME'
|
|
#New = '- user_name_OR_service_principal_name: $$USERNAME'
|
|
|
|
[[Repls]]
|
|
Old = 'service_principal_name:'
|
|
New = '$$USER_NAME_KEY:'
|
|
|
|
[[Repls]]
|
|
Old = 'user_name:'
|
|
New = '$$USER_NAME_KEY:'
|
|
|
|
[[Repls]]
|
|
Old = '''
|
|
email_notifications:
|
|
on_failure:
|
|
- \$USERNAME
|
|
|
|
'''
|
|
New = ''
|