From f3a2d0ea7ec5903363d27d56448ebc640324f829 Mon Sep 17 00:00:00 2001 From: Kamil Sobol <61715331+kasobol-msft@users.noreply.github.com> Date: Wed, 1 Apr 2020 08:32:07 -0700 Subject: [PATCH] block can be now up to 4000MB --- .../Microsoft.BlobStorage/preview/2019-12-12/blob.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 4ed0358e2c7d..c30f63bbe26c 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 @@ -9090,7 +9090,8 @@ }, "Size": { "description": "The block size in bytes.", - "type": "integer" + "type": "integer", + "format": "int64" } } },