From 86612b57fa78e2961aa731c06a221553c8f9d564 Mon Sep 17 00:00:00 2001 From: microzchang <110015819+microzchang@users.noreply.github.com> Date: Tue, 18 Jul 2023 14:17:56 +0800 Subject: [PATCH] fix datalake patch (#4799) --- sdk/storage/azure-storage-files-datalake/swagger/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/storage/azure-storage-files-datalake/swagger/README.md b/sdk/storage/azure-storage-files-datalake/swagger/README.md index 6a8db8ebd..f1247485b 100644 --- a/sdk/storage/azure-storage-files-datalake/swagger/README.md +++ b/sdk/storage/azure-storage-files-datalake/swagger/README.md @@ -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]) {