You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/storage/data-plane/Microsoft.FileStorage/preview/2019-07-07/file.json
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -568,7 +568,7 @@
568
568
"type": "string",
569
569
"format": "date-time-rfc1123",
570
570
"description": "A UTC date/time value generated by the service that indicates the time at which the response was initiated."
571
-
},
571
+
},
572
572
"x-ms-file-permission-key": {
573
573
"x-ms-client-name": "FilePermissionKey",
574
574
"type": "string",
@@ -4662,7 +4662,10 @@
4662
4662
"in": "header",
4663
4663
"description": "Specifies the version of the operation to use for this request.",
4664
4664
"required": true,
4665
-
"type": "string"
4665
+
"type": "string",
4666
+
"enum": [
4667
+
"2019-07-07"
4668
+
]
4666
4669
},
4667
4670
"ClientRequestId": {
4668
4671
"name": "x-ms-client-request-id",
@@ -4801,7 +4804,7 @@
4801
4804
"name": "copy-file-smb-info"
4802
4805
},
4803
4806
"description": "Specifies the option to set archive attribute on a target file. True means archive attribute will be set on a target file despite attribute overrides or a source file state."
0 commit comments