mirror of https://github.com/databricks/cli.git
introduce $USER_NAME_KEY replacement; previous version did not work
This commit is contained in:
parent
11017e841c
commit
9971970306
|
@ -1,6 +1,14 @@
|
|||
#[[Repls]]
|
||||
#Old = '- (user_name|service_principal_name): \$USERNAME'
|
||||
#New = '- user_name_OR_service_principal_name: $$USERNAME'
|
||||
|
||||
[[Repls]]
|
||||
Old = '- (user_name|service_principal_name): \$USERNAME'
|
||||
New = '- user_name_OR_service_principal_name: $$USERNAME'
|
||||
Old = 'service_principal_name:'
|
||||
New = '$$USER_NAME_KEY:'
|
||||
|
||||
[[Repls]]
|
||||
Old = 'user_name:'
|
||||
New = '$$USER_NAME_KEY:'
|
||||
|
||||
[[Repls]]
|
||||
Old = '''
|
||||
|
|
Loading…
Reference in New Issue