From fc34abd74fcaa57f37ae78badbd0ea7c090d6c4f Mon Sep 17 00:00:00 2001 From: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com> Date: Fri, 26 Feb 2021 12:38:51 -0800 Subject: [PATCH] GetBlockList returns long block sizes --- .../Microsoft.BlobStorage/preview/2019-12-12/blob.json | 3 ++- .../Microsoft.BlobStorage/preview/2020-02-10/blob.json | 3 ++- .../Microsoft.BlobStorage/preview/2020-04-08/blob.json | 3 ++- .../Microsoft.BlobStorage/preview/2020-06-12/blob.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json index 299115f3272e..4ec4e2e6feaf 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-12-12/blob.json @@ -9885,7 +9885,8 @@ }, "Size": { "description": "The block size in bytes.", - "type": "integer" + "type": "integer", + "format": "int64" } } }, diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-02-10/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-02-10/blob.json index da3c87709516..ab435ac4199d 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-02-10/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-02-10/blob.json @@ -9908,7 +9908,8 @@ }, "Size": { "description": "The block size in bytes.", - "type": "integer" + "type": "integer", + "format": "int64" } } }, diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-04-08/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-04-08/blob.json index 640ddd6fb148..ee9da931eb8b 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-04-08/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-04-08/blob.json @@ -10290,7 +10290,8 @@ }, "Size": { "description": "The block size in bytes.", - "type": "integer" + "type": "integer", + "format": "int64" } } }, diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-06-12/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-06-12/blob.json index a65e7acfdeda..f7b8b7bdf5c9 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-06-12/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2020-06-12/blob.json @@ -10290,7 +10290,8 @@ }, "Size": { "description": "The block size in bytes.", - "type": "integer" + "type": "integer", + "format": "int64" } } },