fix datalake patch (#4799)
This commit is contained in:
parent
d1192ee072
commit
86612b57fa
@ -124,9 +124,9 @@ directive:
|
||||
where: $
|
||||
transform: >
|
||||
const operationReturnTypeNames = new Map(Object.entries({
|
||||
"Path_SetAccessControl": "SetPathAccessControlListResult",
|
||||
"Path_AppendData": "AppendFileResult",
|
||||
"Path_FlushData": "FlushFileResult",
|
||||
"Path_SetAccessControlList": "SetPathAccessControlListResult",
|
||||
"File_Append": "AppendFileResult",
|
||||
"File_Flush": "FlushFileResult",
|
||||
}));
|
||||
for (const url in $["x-ms-paths"]) {
|
||||
for (const verb in $["x-ms-paths"][url]) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user