From d7cbda6e0507d6e6636bb4bedc90975b8df8e74b Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Wed, 2 Oct 2019 14:19:39 -0700 Subject: [PATCH] Remove delimiter from list blob flat segment response (#7376) Resolves #7350 --- .../Microsoft.BlobStorage/preview/2019-02-02/blob.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json index 59cb72b99fa3..596029a2e861 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/preview/2019-02-02/blob.json @@ -8254,9 +8254,6 @@ "MaxResults": { "type": "integer" }, - "Delimiter": { - "type": "string" - }, "Segment": { "$ref": "#/definitions/BlobFlatListSegment" },