Skip to content

Commit 1b4a18f

Browse files
nschonnimmyyrroonn
authored andcommitted
fix: datalake-store model validation errors (#6783)
- Add "body" for RESPONSE_BODY_NOT_IN_EXAMPLE error - "AclStatus" -> "aclStatus"
1 parent 14bbf95 commit 1b4a18f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

specification/datalake-store/data-plane/Microsoft.DataLakeStore/stable/2016-11-01/examples/FileSystem_GetAclStatus.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@
99
},
1010
"responses": {
1111
"200": {
12-
"AclStatus": {
13-
"entries": [
14-
"test_entry_1",
15-
"test_entry_2"
16-
],
17-
"group": "test_group",
18-
"owner": "test_owner",
19-
"permission": "1",
20-
"stickyBit": false
12+
"body": {
13+
"aclStatus": {
14+
"entries": [
15+
"test_entry_1",
16+
"test_entry_2"
17+
],
18+
"group": "test_group",
19+
"owner": "test_owner",
20+
"permission": "1",
21+
"stickyBit": false
22+
}
2123
}
2224
}
2325
}

0 commit comments

Comments
 (0)