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 0da64ffc7abc..a8aa412cfb5e 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 @@ -2732,6 +2732,9 @@ { "$ref": "#/parameters/Snapshot" }, + { + "$ref": "#/parameters/VersionId" + }, { "$ref": "#/parameters/Timeout" }, @@ -3228,6 +3231,9 @@ { "$ref": "#/parameters/Snapshot" }, + { + "$ref": "#/parameters/VersionId" + }, { "$ref": "#/parameters/Timeout" }, @@ -3521,6 +3527,9 @@ { "$ref": "#/parameters/Snapshot" }, + { + "$ref": "#/parameters/VersionId" + }, { "$ref": "#/parameters/Timeout" }, @@ -4086,6 +4095,11 @@ "type": "string", "description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above." }, + "x-ms-version-id": { + "x-ms-client-name": "VersionId", + "type": "string", + "description": "A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob." + }, "Date": { "type": "string", "format": "date-time-rfc1123", @@ -4247,6 +4261,11 @@ "type": "string", "description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above." }, + "x-ms-version-id": { + "x-ms-client-name": "VersionId", + "type": "string", + "description": "A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob." + }, "Date": { "type": "string", "format": "date-time-rfc1123", @@ -4417,6 +4436,11 @@ "type": "string", "description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above." }, + "x-ms-version-id": { + "x-ms-client-name": "VersionId", + "type": "string", + "description": "A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob." + }, "Date": { "type": "string", "format": "date-time-rfc1123", @@ -4783,6 +4807,9 @@ "enum": [ "metadata" ] + }, + { + "$ref": "#/parameters/VersionId" } ] }, @@ -5449,6 +5476,11 @@ "type": "string", "description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above." }, + "x-ms-version-id": { + "x-ms-client-name": "VersionId", + "type": "string", + "description": "A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob." + }, "Date": { "type": "string", "format": "date-time-rfc1123", @@ -5573,6 +5605,11 @@ "type": "string", "description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above." }, + "x-ms-version-id": { + "x-ms-client-name": "VersionId", + "type": "string", + "description": "A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob." + }, "Date": { "type": "string", "format": "date-time-rfc1123", @@ -6436,6 +6473,11 @@ "type": "string", "description": "Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above." }, + "x-ms-version-id": { + "x-ms-client-name": "VersionId", + "type": "string", + "description": "A DateTime value returned by the service that uniquely identifies the blob. The value of this header indicates the blob version, and may be used in subsequent requests to access this version of the blob." + }, "Date": { "type": "string", "format": "date-time-rfc1123", @@ -8732,6 +8774,12 @@ "Snapshot": { "type": "string" }, + "VersionId": { + "type": "string" + }, + "IsCurrentVersion": { + "type": "boolean" + }, "Properties": { "$ref": "#/definitions/BlobProperties" }, @@ -10740,6 +10788,15 @@ "x-ms-parameter-location": "method", "description": "The snapshot parameter is an opaque DateTime value that, when present, specifies the blob snapshot to retrieve. For more information on working with blob snapshots, see Creating a Snapshot of a Blob." }, + "VersionId": { + "name": "versionid", + "x-ms-client-name": "versionId", + "in": "query", + "required": false, + "type": "string", + "x-ms-parameter-location": "method", + "description": "The version id parameter is an opaque DateTime value that, when present, specifies the version of the blob to delete. It for service version 2019_10_10 and newer." + }, "SourceContentMD5": { "name": "x-ms-source-content-md5", "x-ms-client-name": "sourceContentMD5",