diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/stable/2026-02-06/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/stable/2026-02-06/blob.json index d2c1ab395f03..ad0b15b2cf91 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/stable/2026-02-06/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/stable/2026-02-06/blob.json @@ -2316,6 +2316,9 @@ { "$ref": "#/parameters/ListBlobsInclude" }, + { + "$ref": "#/parameters/ListBlobsStartFrom" + }, { "$ref": "#/parameters/Timeout" }, @@ -2425,6 +2428,9 @@ { "$ref": "#/parameters/ListBlobsInclude" }, + { + "$ref": "#/parameters/ListBlobsStartFrom" + }, { "$ref": "#/parameters/Timeout" }, @@ -12141,6 +12147,14 @@ "x-ms-parameter-location": "method", "description": "Include this parameter to specify one or more datasets to include in the response." }, + "ListBlobsStartFrom": { + "name": "startFrom", + "in": "query", + "required": false, + "type": "string", + "x-ms-parameter-location": "method", + "description": "Specifies the relative path to list paths from. For non-recursive list, only one entity level is supported; For recursive list, multiple entity levels are supported. (Inclusive)" + }, "ListContainersInclude": { "name": "include", "in": "query",