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]]
|
[[Repls]]
|
||||||
Old = '- (user_name|service_principal_name): \$USERNAME'
|
Old = 'service_principal_name:'
|
||||||
New = '- user_name_OR_service_principal_name: $$USERNAME'
|
New = '$$USER_NAME_KEY:'
|
||||||
|
|
||||||
|
[[Repls]]
|
||||||
|
Old = 'user_name:'
|
||||||
|
New = '$$USER_NAME_KEY:'
|
||||||
|
|
||||||
[[Repls]]
|
[[Repls]]
|
||||||
Old = '''
|
Old = '''
|
||||||
|
|
Loading…
Reference in New Issue