fix datalake patch (#4799)

This commit is contained in:
microzchang 2023-07-18 14:17:56 +08:00 committed by GitHub
parent d1192ee072
commit 86612b57fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]) {