Skip to content

Commit 53233d3

Browse files
committed
Restore original golden file
Just dropping the empty field denyAssignmentId
1 parent d8cd39a commit 53233d3

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

extension/encoding/azureencodingextension/internal/unmarshaler/logs/testdata/storage/storage-read-log_expected.yaml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ resourceLogs:
3838
value:
3939
kvlistValue:
4040
values:
41+
- key: requester
42+
value:
43+
kvlistValue:
44+
values:
45+
- key: tenantId
46+
value:
47+
stringValue: 12345678-90ab-cdef-1234-567890abcdef
48+
- key: objectId
49+
value:
50+
stringValue: abcdef12-3456-7890-abcd-ef1234567890
4151
- key: type
4252
value:
4353
stringValue: DelegationSAS
@@ -50,15 +60,18 @@ resourceLogs:
5060
values:
5161
- kvlistValue:
5262
values:
53-
- key: action
54-
value:
55-
stringValue: Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read
56-
- key: roleAssignmentId
57-
value:
58-
stringValue: abcdef12-3456-7890-abcd-ef1234567890
59-
- key: roleDefinitionId
63+
- key: principals
6064
value:
61-
stringValue: 12345678-90ab-cdef-1234-567890abcdef
65+
arrayValue:
66+
values:
67+
- kvlistValue:
68+
values:
69+
- key: type
70+
value:
71+
stringValue: User
72+
- key: id
73+
value:
74+
stringValue: 7890abcd-ef12-3456-7890-abcd12345678
6275
- key: type
6376
value:
6477
stringValue: RBAC
@@ -68,28 +81,15 @@ resourceLogs:
6881
- key: reason
6982
value:
7083
stringValue: NoPolicy
71-
- key: principals
84+
- key: action
7285
value:
73-
arrayValue:
74-
values:
75-
- kvlistValue:
76-
values:
77-
- key: id
78-
value:
79-
stringValue: 7890abcd-ef12-3456-7890-abcd12345678
80-
- key: type
81-
value:
82-
stringValue: User
83-
- key: requester
84-
value:
85-
kvlistValue:
86-
values:
87-
- key: objectId
88-
value:
89-
stringValue: abcdef12-3456-7890-abcd-ef1234567890
90-
- key: tenantId
91-
value:
92-
stringValue: 12345678-90ab-cdef-1234-567890abcdef
86+
stringValue: Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read
87+
- key: roleAssignmentId
88+
value:
89+
stringValue: abcdef12-3456-7890-abcd-ef1234567890
90+
- key: roleDefinitionId
91+
value:
92+
stringValue: 12345678-90ab-cdef-1234-567890abcdef
9393
- key: http.response.status_code
9494
value:
9595
intValue: "500"

0 commit comments

Comments
 (0)