diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/stable/2026-04-06/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/stable/2026-04-06/blob.json index 0cdcf8de50f5..3e6728d66751 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/stable/2026-04-06/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/stable/2026-04-06/blob.json @@ -3710,6 +3710,12 @@ }, { "$ref": "#/parameters/BlobDeleteType" + }, + { + "$ref": "#/parameters/AccessTierIfModifiedSince" + }, + { + "$ref": "#/parameters/AccessTierIfUnmodifiedSince" } ], "responses": { @@ -11311,6 +11317,26 @@ "in": "path", "x-ms-skip-url-encoding": true }, + "AccessTierIfModifiedSince": { + "name": "x-ms-access-tier-if-modified-since", + "x-ms-client-name": "accessTierIfModifiedSince", + "in": "header", + "required": false, + "type": "string", + "format": "date-time-rfc1123", + "x-ms-parameter-location": "method", + "description": "Specify this header value to operate only on a blob if the access-tier has been modified since the specified date/time." + }, + "AccessTierIfUnmodifiedSince": { + "name": "x-ms-access-tier-if-unmodified-since", + "x-ms-client-name": "accessTierIfUnmodifiedSince", + "in": "header", + "required": false, + "type": "string", + "format": "date-time-rfc1123", + "x-ms-parameter-location": "method", + "description": "Specify this header value to operate only on a blob if the access-tier has not been modified since the specified date/time." + }, "ApiVersionParameter": { "name": "x-ms-version", "x-ms-parameter-location": "client",