From 4bafbf3ab1532e390ad5757433679e9ebb5cbf38 Mon Sep 17 00:00:00 2001 From: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:41:18 -0500 Subject: [PATCH] Added x-ms-file-request-intent to File PutRangeFromUrl (#26221) --- .../Microsoft.FileStorage/preview/2023-08-03/file.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/storage/data-plane/Microsoft.FileStorage/preview/2023-08-03/file.json b/specification/storage/data-plane/Microsoft.FileStorage/preview/2023-08-03/file.json index 50e06505f08e..ca55cff18d0f 100644 --- a/specification/storage/data-plane/Microsoft.FileStorage/preview/2023-08-03/file.json +++ b/specification/storage/data-plane/Microsoft.FileStorage/preview/2023-08-03/file.json @@ -4863,6 +4863,9 @@ }, { "$ref": "#/parameters/SourceAllowTrailingDot" + }, + { + "$ref": "#/parameters/FileRequestIntent" } ], "responses": {