Skip to content

Commit 539ba4f

Browse files
authored
Removed '&' from comment in 2019-12-12 blobs swagger (#8510)
1 parent 52f4a2b commit 539ba4f

File tree

1 file changed

+1
-1
lines changed
  • specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12

1 file changed

+1
-1
lines changed

specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8338,7 +8338,7 @@
83388338
"x-ms-client-name": "ContentCrc64",
83398339
"type": "string",
83408340
"format": "byte",
8341-
"description": "If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB. If both x-ms-range-get-content-crc64 & x-ms-range-get-content-md5 is specified in the same request, it will fail with 400(Bad Request)"
8341+
"description": "If the request is to read a specified range and the x-ms-range-get-content-crc64 is set to true, then the request returns a crc64 for the range, as long as the range size is less than or equal to 4 MB. If both x-ms-range-get-content-crc64 and x-ms-range-get-content-md5 is specified in the same request, it will fail with 400(Bad Request)"
83428342
},
83438343
"x-ms-copy-completion-time": {
83448344
"x-ms-client-name": "CopyCompletionTime",

0 commit comments

Comments
 (0)