Skip to content

Commit 9efdeb9

Browse files
committed
update out
1 parent e5a3889 commit 9efdeb9

File tree

18 files changed

+79
-7
lines changed

18 files changed

+79
-7
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"id":"[USERID]",
3+
"name": {
4+
"familyName":"[USERNAME]",
5+
"givenName":"[USERNAME]"
6+
},
37
"userName":"[USERNAME]"
48
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"id":"[USERID]",
3+
"name": {
4+
"familyName":"[USERNAME]",
5+
"givenName":"[USERNAME]"
6+
},
37
"userName":"[USERNAME]"
48
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"id":"[USERID]",
3+
"name": {
4+
"familyName":"[USERNAME]",
5+
"givenName":"[USERNAME]"
6+
},
37
"userName":"[USERNAME]"
48
}

acceptance/auth/credentials/unified-host/output.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
=== With workspace_id
33
{
44
"id":"[USERID]",
5+
"name": {
6+
"familyName":"[USERNAME]",
7+
"givenName":"[USERNAME]"
8+
},
59
"userName":"[USERNAME]"
610
}
711

acceptance/bundle/deployment/bind/pipelines/update/out.summary.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"current_user": {
4141
"domain_friendly_name": "[USERNAME]",
4242
"id": "[USERID]",
43+
"name": {
44+
"familyName": "[USERNAME]",
45+
"givenName": "[USERNAME]"
46+
},
4347
"short_name": "[USERNAME]",
4448
"userName": "[USERNAME]"
4549
},

acceptance/bundle/python/experimental-compatibility-both-equal/output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
[
5858
0,
5959
1,
60-
880
60+
942
6161
]
6262
],
6363
"resources.jobs": [
6464
[
6565
0,
6666
1,
67-
889
67+
951
6868
]
6969
],
7070
"resources.jobs.my_job": [

acceptance/bundle/python/experimental-compatibility/output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
[
5151
0,
5252
1,
53-
825
53+
887
5454
]
5555
],
5656
"resources.jobs": [
5757
[
5858
0,
5959
1,
60-
834
60+
896
6161
]
6262
],
6363
"resources.jobs.my_job": [

acceptance/bundle/run/inline-script/databricks-cli/profile-is-passed/from_flag/output.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
>>> [CLI] bundle run --profile myprofile -- [CLI] current-user me
33
{
44
"id":"[USERID]",
5+
"name": {
6+
"familyName":"[USERNAME]",
7+
"givenName":"[USERNAME]"
8+
},
59
"userName":"[USERNAME]"
610
}

acceptance/bundle/run/scripts/basic/output.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ hello
55
>>> [CLI] bundle run me
66
{
77
"id":"[USERID]",
8+
"name": {
9+
"familyName":"[USERNAME]",
10+
"givenName":"[USERNAME]"
11+
},
812
"userName":"[USERNAME]"
913
}
1014

acceptance/bundle/run/scripts/databricks-cli/profile-is-passed/from_flag/output.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
>>> [CLI] bundle run me --profile myprofile
33
{
44
"id":"[USERID]",
5+
"name": {
6+
"familyName":"[USERNAME]",
7+
"givenName":"[USERNAME]"
8+
},
59
"userName":"[USERNAME]"
610
}

0 commit comments

Comments
 (0)