Skip to content

Commit 43d6200

Browse files
seanmcc-msftFredericHeem
authored andcommitted
Fixed Storage File Copy Ignore Readonly (Azure#17867)
1 parent 1e5f998 commit 43d6200

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specification/storage/data-plane/Microsoft.FileStorage/preview/2020-10-02/file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6075,7 +6075,7 @@
60756075
"description": "Specifies the option to copy file security descriptor from source file or to set it using the value which is defined by the header value of x-ms-file-permission or x-ms-file-permission-key."
60766076
},
60776077
"FileCopyIgnoreReadOnly": {
6078-
"name": "x-ms-file-copy-ignore-read-only",
6078+
"name": "x-ms-file-copy-ignore-readonly",
60796079
"x-ms-client-name": "ignoreReadOnly",
60806080
"in": "header",
60816081
"required": false,

specification/storage/data-plane/Microsoft.FileStorage/preview/2021-02-12/file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6083,7 +6083,7 @@
60836083
"description": "Specifies the option to copy file security descriptor from source file or to set it using the value which is defined by the header value of x-ms-file-permission or x-ms-file-permission-key."
60846084
},
60856085
"FileCopyIgnoreReadOnly": {
6086-
"name": "x-ms-file-copy-ignore-read-only",
6086+
"name": "x-ms-file-copy-ignore-readonly",
60876087
"x-ms-client-name": "ignoreReadOnly",
60886088
"in": "header",
60896089
"required": false,

specification/storage/data-plane/Microsoft.FileStorage/preview/2021-04-10/file.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6404,7 +6404,7 @@
64046404
"description": "Specifies the option to copy file security descriptor from source file or to set it using the value which is defined by the header value of x-ms-file-permission or x-ms-file-permission-key."
64056405
},
64066406
"FileCopyIgnoreReadOnly": {
6407-
"name": "x-ms-file-copy-ignore-read-only",
6407+
"name": "x-ms-file-copy-ignore-readonly",
64086408
"x-ms-client-name": "ignoreReadOnly",
64096409
"in": "header",
64106410
"required": false,

0 commit comments

Comments
 (0)