From 5f5ae5fb0af131f67c93626c71a7f9dfcca79739 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Mon, 10 Aug 2026 14:24:23 -0700 Subject: [PATCH 1/8] [storage-blob] JS rename of contentCrc64 => xMsContentCrc64 --- specification/storage/data-plane/BlobStorage/client.tsp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/specification/storage/data-plane/BlobStorage/client.tsp b/specification/storage/data-plane/BlobStorage/client.tsp index c17a2b2b2b65..ff03b2f8aa9b 100644 --- a/specification/storage/data-plane/BlobStorage/client.tsp +++ b/specification/storage/data-plane/BlobStorage/client.tsp @@ -356,6 +356,11 @@ interface PageBlobClient extends Storage.Blob.PageBlob {} ); @@clientName(ContentMd5ResponseHeader.contentMd5, "contentMD5", "javascript"); +@@clientName( + ContentCrc64ResponseHeader.contentCrc64, + "xMsContentCrc64", + "javascript" +); @@alternateType(BlobProperties.contentLength, uint64, "rust"); @@alternateType(BlobContentLengthRequired.size, uint64, "rust"); From e170e025c2a66fce9214e681f4bafe37f3950311 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Mon, 10 Aug 2026 14:54:48 -0700 Subject: [PATCH 2/8] rename accessTierChangeTime => accessTierChangedOn --- .../data-plane/BlobStorage/Common/models.tsp | 9 +++++++++ .../data-plane/BlobStorage/Common/routes.tsp | 20 +++---------------- .../storage/data-plane/BlobStorage/client.tsp | 5 +++++ 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/specification/storage/data-plane/BlobStorage/Common/models.tsp b/specification/storage/data-plane/BlobStorage/Common/models.tsp index 3d14b13ec0c0..67e99e1311b0 100644 --- a/specification/storage/data-plane/BlobStorage/Common/models.tsp +++ b/specification/storage/data-plane/BlobStorage/Common/models.tsp @@ -1640,6 +1640,15 @@ alias LastAccessedResponseHeader = { lastAccessed?: utcDateTime; }; +/** The access tier change time response header */ +alias AccessTierChangeTimeResponseHeader = { + /** The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set. */ + #suppress "@azure-tools/typespec-azure-core/known-encoding" "Existing API" + @encode("rfc7231") + @header("x-ms-access-tier-change-time") + accessTierChangeTime?: utcDateTime; +}; + /** The is sealed response header. */ alias IsSealedResponseHeader = { /** Whether the blob is sealed. */ diff --git a/specification/storage/data-plane/BlobStorage/Common/routes.tsp b/specification/storage/data-plane/BlobStorage/Common/routes.tsp index 55735166e923..44ac76845d08 100644 --- a/specification/storage/data-plane/BlobStorage/Common/routes.tsp +++ b/specification/storage/data-plane/BlobStorage/Common/routes.tsp @@ -844,12 +844,7 @@ interface Blob { @header("x-ms-access-tier-inferred") accessTierInferred?: boolean; - /** The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set. */ - #suppress "@azure-tools/typespec-azure-core/known-encoding" "Existing API" - @added(Versions.v2026_10_06) - @encode("rfc7231") - @header("x-ms-access-tier-change-time") - accessTierChangeTime?: utcDateTime; + ...AccessTierChangeTimeResponseHeader; /** The underlying tier of a smart tier blob. Only returned if the blob is in Smart tier. */ @added(Versions.v2026_10_06) @@ -921,12 +916,7 @@ interface Blob { @header("x-ms-access-tier-inferred") accessTierInferred?: boolean; - /** The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set. */ - #suppress "@azure-tools/typespec-azure-core/known-encoding" "Existing API" - @added(Versions.v2026_10_06) - @encode("rfc7231") - @header("x-ms-access-tier-change-time") - accessTierChangeTime?: utcDateTime; + ...AccessTierChangeTimeResponseHeader; /** The underlying tier of a smart tier blob. Only returned if the blob is in Smart tier. */ @added(Versions.v2026_10_06) @@ -1013,11 +1003,7 @@ interface Blob { @alternateType(string, "go") archiveStatus?: ArchiveStatus; - /** The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set. */ - #suppress "@azure-tools/typespec-azure-core/known-encoding" "Existing API" - @encode("rfc7231") - @header("x-ms-access-tier-change-time") - accessTierChangeTime?: utcDateTime; + ...AccessTierChangeTimeResponseHeader; /** The underlying tier of a smart tier blob. Only returned if the blob is in Smart tier. */ @added(Versions.v2026_06_06) diff --git a/specification/storage/data-plane/BlobStorage/client.tsp b/specification/storage/data-plane/BlobStorage/client.tsp index ff03b2f8aa9b..c5836875f81e 100644 --- a/specification/storage/data-plane/BlobStorage/client.tsp +++ b/specification/storage/data-plane/BlobStorage/client.tsp @@ -268,6 +268,11 @@ interface PageBlobClient extends Storage.Blob.PageBlob {} "accessTierChangedOn", "javascript" ); +@@clientName( + AccessTierChangeTimeResponseHeader.accessTierChangeTime, + "accessTierChangedOn", + "javascript" +); @@clientName(BlobProperties.creationTime, "createdOn", "javascript"); @@clientName( CreationTimeResponseHeader.creationTime, From f6eeb30204fb8d1f66fc1ce74ef6bf7e212505ee Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Mon, 10 Aug 2026 16:39:22 -0700 Subject: [PATCH 3/8] more contentCrc64 => xMsContentCrc64 renames --- .../storage/data-plane/BlobStorage/Common/models.tsp | 8 ++++++++ .../storage/data-plane/BlobStorage/Common/routes.tsp | 5 +---- specification/storage/data-plane/BlobStorage/client.tsp | 5 +++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/specification/storage/data-plane/BlobStorage/Common/models.tsp b/specification/storage/data-plane/BlobStorage/Common/models.tsp index 67e99e1311b0..7a65c474f0e0 100644 --- a/specification/storage/data-plane/BlobStorage/Common/models.tsp +++ b/specification/storage/data-plane/BlobStorage/Common/models.tsp @@ -1841,6 +1841,14 @@ alias ContentCrc64ResponseHeader = { contentCrc64?: bytes; }; +/** The content CRC64 response header. */ +alias ContentCrc64ResponseHeaderV20261006 = { + /** The CRC64 hash of the content. */ + @added(Versions.v2026_10_06) + @header("x-ms-content-crc64") + contentCrc64?: bytes; +}; + /** The copy status response header. */ alias CopyStatusResponseHeader = { /** Status of the copy operation. */ diff --git a/specification/storage/data-plane/BlobStorage/Common/routes.tsp b/specification/storage/data-plane/BlobStorage/Common/routes.tsp index 44ac76845d08..577c751f1508 100644 --- a/specification/storage/data-plane/BlobStorage/Common/routes.tsp +++ b/specification/storage/data-plane/BlobStorage/Common/routes.tsp @@ -2225,10 +2225,7 @@ interface BlockBlob { ...LastModifiedResponseHeader; ...ContentMd5ResponseHeader; - /** The CRC64 hash of the content. */ - @added(Versions.v2026_10_06) - @header("x-ms-content-crc64") - contentCrc64?: bytes; + ...ContentCrc64ResponseHeaderV20261006; ...VersionIdResponseHeader; ...RequestServerEncryptedResponseHeader; diff --git a/specification/storage/data-plane/BlobStorage/client.tsp b/specification/storage/data-plane/BlobStorage/client.tsp index c5836875f81e..60cba5e7d4b0 100644 --- a/specification/storage/data-plane/BlobStorage/client.tsp +++ b/specification/storage/data-plane/BlobStorage/client.tsp @@ -366,6 +366,11 @@ interface PageBlobClient extends Storage.Blob.PageBlob {} "xMsContentCrc64", "javascript" ); +@@clientName( + ContentCrc64ResponseHeaderV20261006.contentCrc64, + "xMsContentCrc64", + "javascript" +); @@alternateType(BlobProperties.contentLength, uint64, "rust"); @@alternateType(BlobContentLengthRequired.size, uint64, "rust"); From bbdf2c6fb63a266b311259a098b0a31daf4868b7 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Tue, 11 Aug 2026 12:35:21 -0700 Subject: [PATCH 4/8] tsp compile . --- .../BlobStorage/stable/2025-11-05/generated_blob.json | 10 ++++++++++ .../BlobStorage/stable/2026-02-06/generated_blob.json | 10 ++++++++++ .../BlobStorage/stable/2026-04-06/generated_blob.json | 10 ++++++++++ .../BlobStorage/stable/2026-06-06/generated_blob.json | 10 ++++++++++ 4 files changed, 40 insertions(+) diff --git a/specification/storage/data-plane/BlobStorage/stable/2025-11-05/generated_blob.json b/specification/storage/data-plane/BlobStorage/stable/2025-11-05/generated_blob.json index 19cfd66e50fb..c0f0fa5d4da0 100644 --- a/specification/storage/data-plane/BlobStorage/stable/2025-11-05/generated_blob.json +++ b/specification/storage/data-plane/BlobStorage/stable/2025-11-05/generated_blob.json @@ -278,6 +278,11 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, + "x-ms-access-tier-change-time": { + "type": "string", + "format": "date-time-rfc7231", + "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." + }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", @@ -639,6 +644,11 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, + "x-ms-access-tier-change-time": { + "type": "string", + "format": "date-time-rfc7231", + "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." + }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", diff --git a/specification/storage/data-plane/BlobStorage/stable/2026-02-06/generated_blob.json b/specification/storage/data-plane/BlobStorage/stable/2026-02-06/generated_blob.json index 660c697d3032..0e01b1b13c52 100644 --- a/specification/storage/data-plane/BlobStorage/stable/2026-02-06/generated_blob.json +++ b/specification/storage/data-plane/BlobStorage/stable/2026-02-06/generated_blob.json @@ -278,6 +278,11 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, + "x-ms-access-tier-change-time": { + "type": "string", + "format": "date-time-rfc7231", + "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." + }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", @@ -639,6 +644,11 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, + "x-ms-access-tier-change-time": { + "type": "string", + "format": "date-time-rfc7231", + "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." + }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", diff --git a/specification/storage/data-plane/BlobStorage/stable/2026-04-06/generated_blob.json b/specification/storage/data-plane/BlobStorage/stable/2026-04-06/generated_blob.json index 7ec3813082e7..d0d839fb2b55 100644 --- a/specification/storage/data-plane/BlobStorage/stable/2026-04-06/generated_blob.json +++ b/specification/storage/data-plane/BlobStorage/stable/2026-04-06/generated_blob.json @@ -278,6 +278,11 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, + "x-ms-access-tier-change-time": { + "type": "string", + "format": "date-time-rfc7231", + "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." + }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", @@ -639,6 +644,11 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, + "x-ms-access-tier-change-time": { + "type": "string", + "format": "date-time-rfc7231", + "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." + }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", diff --git a/specification/storage/data-plane/BlobStorage/stable/2026-06-06/generated_blob.json b/specification/storage/data-plane/BlobStorage/stable/2026-06-06/generated_blob.json index 384022775396..5b9ec797cf90 100644 --- a/specification/storage/data-plane/BlobStorage/stable/2026-06-06/generated_blob.json +++ b/specification/storage/data-plane/BlobStorage/stable/2026-06-06/generated_blob.json @@ -278,6 +278,11 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, + "x-ms-access-tier-change-time": { + "type": "string", + "format": "date-time-rfc7231", + "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." + }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", @@ -639,6 +644,11 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, + "x-ms-access-tier-change-time": { + "type": "string", + "format": "date-time-rfc7231", + "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." + }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", From 5db28e9888662d02fd4b18f16dd7b5e2fdb3460d Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Tue, 11 Aug 2026 12:37:31 -0700 Subject: [PATCH 5/8] format --- specification/storage/data-plane/BlobStorage/Common/routes.tsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/specification/storage/data-plane/BlobStorage/Common/routes.tsp b/specification/storage/data-plane/BlobStorage/Common/routes.tsp index 577c751f1508..8d655ab70d4a 100644 --- a/specification/storage/data-plane/BlobStorage/Common/routes.tsp +++ b/specification/storage/data-plane/BlobStorage/Common/routes.tsp @@ -2224,9 +2224,7 @@ interface BlockBlob { ...EtagResponseHeader; ...LastModifiedResponseHeader; ...ContentMd5ResponseHeader; - ...ContentCrc64ResponseHeaderV20261006; - ...VersionIdResponseHeader; ...RequestServerEncryptedResponseHeader; ...EncryptionKeySha256ResponseHeader; From b4c5090662adf90ada7b498274646ac29d440860 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Wed, 12 Aug 2026 13:28:47 -0700 Subject: [PATCH 6/8] duplicate another version for accessTierChangeTime --- .../storage/data-plane/BlobStorage/Common/models.tsp | 9 +++++++++ .../storage/data-plane/BlobStorage/Common/routes.tsp | 4 ++-- specification/storage/data-plane/BlobStorage/client.tsp | 5 +++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/specification/storage/data-plane/BlobStorage/Common/models.tsp b/specification/storage/data-plane/BlobStorage/Common/models.tsp index 7a65c474f0e0..83a30329923e 100644 --- a/specification/storage/data-plane/BlobStorage/Common/models.tsp +++ b/specification/storage/data-plane/BlobStorage/Common/models.tsp @@ -1649,6 +1649,15 @@ alias AccessTierChangeTimeResponseHeader = { accessTierChangeTime?: utcDateTime; }; +/** The access tier change time response header */ +alias AccessTierChangeTimeResponseHeaderV2026_10_06 = { + /** The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set. */ + #suppress "@azure-tools/typespec-azure-core/known-encoding" "Existing API" + @encode("rfc7231") + @header("x-ms-access-tier-change-time") + accessTierChangeTime?: utcDateTime; +}; + /** The is sealed response header. */ alias IsSealedResponseHeader = { /** Whether the blob is sealed. */ diff --git a/specification/storage/data-plane/BlobStorage/Common/routes.tsp b/specification/storage/data-plane/BlobStorage/Common/routes.tsp index 8d655ab70d4a..f31ebd76285b 100644 --- a/specification/storage/data-plane/BlobStorage/Common/routes.tsp +++ b/specification/storage/data-plane/BlobStorage/Common/routes.tsp @@ -844,7 +844,7 @@ interface Blob { @header("x-ms-access-tier-inferred") accessTierInferred?: boolean; - ...AccessTierChangeTimeResponseHeader; + ...AccessTierChangeTimeResponseHeaderV2026_10_06; /** The underlying tier of a smart tier blob. Only returned if the blob is in Smart tier. */ @added(Versions.v2026_10_06) @@ -916,7 +916,7 @@ interface Blob { @header("x-ms-access-tier-inferred") accessTierInferred?: boolean; - ...AccessTierChangeTimeResponseHeader; + ...AccessTierChangeTimeResponseHeaderV2026_10_06; /** The underlying tier of a smart tier blob. Only returned if the blob is in Smart tier. */ @added(Versions.v2026_10_06) diff --git a/specification/storage/data-plane/BlobStorage/client.tsp b/specification/storage/data-plane/BlobStorage/client.tsp index 60cba5e7d4b0..a587716a16e1 100644 --- a/specification/storage/data-plane/BlobStorage/client.tsp +++ b/specification/storage/data-plane/BlobStorage/client.tsp @@ -273,6 +273,11 @@ interface PageBlobClient extends Storage.Blob.PageBlob {} "accessTierChangedOn", "javascript" ); +@@clientName( + AccessTierChangeTimeResponseHeaderV2026_10_06.accessTierChangeTime, + "accessTierChangedOn", + "javascript" +); @@clientName(BlobProperties.creationTime, "createdOn", "javascript"); @@clientName( CreationTimeResponseHeader.creationTime, From c614e4316594a61653ec7745d2da4c28212e5c66 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Wed, 12 Aug 2026 14:48:15 -0700 Subject: [PATCH 7/8] rename for consistency --- specification/storage/data-plane/BlobStorage/Common/models.tsp | 2 +- specification/storage/data-plane/BlobStorage/Common/routes.tsp | 2 +- specification/storage/data-plane/BlobStorage/client.tsp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/storage/data-plane/BlobStorage/Common/models.tsp b/specification/storage/data-plane/BlobStorage/Common/models.tsp index 83a30329923e..68683596bb12 100644 --- a/specification/storage/data-plane/BlobStorage/Common/models.tsp +++ b/specification/storage/data-plane/BlobStorage/Common/models.tsp @@ -1851,7 +1851,7 @@ alias ContentCrc64ResponseHeader = { }; /** The content CRC64 response header. */ -alias ContentCrc64ResponseHeaderV20261006 = { +alias ContentCrc64ResponseHeaderV2026_10_06 = { /** The CRC64 hash of the content. */ @added(Versions.v2026_10_06) @header("x-ms-content-crc64") diff --git a/specification/storage/data-plane/BlobStorage/Common/routes.tsp b/specification/storage/data-plane/BlobStorage/Common/routes.tsp index f31ebd76285b..161d2b035414 100644 --- a/specification/storage/data-plane/BlobStorage/Common/routes.tsp +++ b/specification/storage/data-plane/BlobStorage/Common/routes.tsp @@ -2224,7 +2224,7 @@ interface BlockBlob { ...EtagResponseHeader; ...LastModifiedResponseHeader; ...ContentMd5ResponseHeader; - ...ContentCrc64ResponseHeaderV20261006; + ...ContentCrc64ResponseHeaderV2026_10_06; ...VersionIdResponseHeader; ...RequestServerEncryptedResponseHeader; ...EncryptionKeySha256ResponseHeader; diff --git a/specification/storage/data-plane/BlobStorage/client.tsp b/specification/storage/data-plane/BlobStorage/client.tsp index a587716a16e1..370245e6ccbc 100644 --- a/specification/storage/data-plane/BlobStorage/client.tsp +++ b/specification/storage/data-plane/BlobStorage/client.tsp @@ -372,7 +372,7 @@ interface PageBlobClient extends Storage.Blob.PageBlob {} "javascript" ); @@clientName( - ContentCrc64ResponseHeaderV20261006.contentCrc64, + ContentCrc64ResponseHeaderV2026_10_06.contentCrc64, "xMsContentCrc64", "javascript" ); From d7772a49317f0a9c2a154040cf180212e85722e4 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Wed, 12 Aug 2026 15:18:40 -0700 Subject: [PATCH 8/8] add `@added` for real --- .../storage/data-plane/BlobStorage/Common/models.tsp | 1 + .../BlobStorage/stable/2025-11-05/generated_blob.json | 10 ---------- .../BlobStorage/stable/2026-02-06/generated_blob.json | 10 ---------- .../BlobStorage/stable/2026-04-06/generated_blob.json | 10 ---------- .../BlobStorage/stable/2026-06-06/generated_blob.json | 10 ---------- 5 files changed, 1 insertion(+), 40 deletions(-) diff --git a/specification/storage/data-plane/BlobStorage/Common/models.tsp b/specification/storage/data-plane/BlobStorage/Common/models.tsp index 68683596bb12..7f0cb77bf852 100644 --- a/specification/storage/data-plane/BlobStorage/Common/models.tsp +++ b/specification/storage/data-plane/BlobStorage/Common/models.tsp @@ -1653,6 +1653,7 @@ alias AccessTierChangeTimeResponseHeader = { alias AccessTierChangeTimeResponseHeaderV2026_10_06 = { /** The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set. */ #suppress "@azure-tools/typespec-azure-core/known-encoding" "Existing API" + @added(Versions.v2026_10_06) @encode("rfc7231") @header("x-ms-access-tier-change-time") accessTierChangeTime?: utcDateTime; diff --git a/specification/storage/data-plane/BlobStorage/stable/2025-11-05/generated_blob.json b/specification/storage/data-plane/BlobStorage/stable/2025-11-05/generated_blob.json index c0f0fa5d4da0..19cfd66e50fb 100644 --- a/specification/storage/data-plane/BlobStorage/stable/2025-11-05/generated_blob.json +++ b/specification/storage/data-plane/BlobStorage/stable/2025-11-05/generated_blob.json @@ -278,11 +278,6 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, - "x-ms-access-tier-change-time": { - "type": "string", - "format": "date-time-rfc7231", - "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." - }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", @@ -644,11 +639,6 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, - "x-ms-access-tier-change-time": { - "type": "string", - "format": "date-time-rfc7231", - "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." - }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", diff --git a/specification/storage/data-plane/BlobStorage/stable/2026-02-06/generated_blob.json b/specification/storage/data-plane/BlobStorage/stable/2026-02-06/generated_blob.json index 0e01b1b13c52..660c697d3032 100644 --- a/specification/storage/data-plane/BlobStorage/stable/2026-02-06/generated_blob.json +++ b/specification/storage/data-plane/BlobStorage/stable/2026-02-06/generated_blob.json @@ -278,11 +278,6 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, - "x-ms-access-tier-change-time": { - "type": "string", - "format": "date-time-rfc7231", - "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." - }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", @@ -644,11 +639,6 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, - "x-ms-access-tier-change-time": { - "type": "string", - "format": "date-time-rfc7231", - "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." - }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", diff --git a/specification/storage/data-plane/BlobStorage/stable/2026-04-06/generated_blob.json b/specification/storage/data-plane/BlobStorage/stable/2026-04-06/generated_blob.json index d0d839fb2b55..7ec3813082e7 100644 --- a/specification/storage/data-plane/BlobStorage/stable/2026-04-06/generated_blob.json +++ b/specification/storage/data-plane/BlobStorage/stable/2026-04-06/generated_blob.json @@ -278,11 +278,6 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, - "x-ms-access-tier-change-time": { - "type": "string", - "format": "date-time-rfc7231", - "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." - }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", @@ -644,11 +639,6 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, - "x-ms-access-tier-change-time": { - "type": "string", - "format": "date-time-rfc7231", - "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." - }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", diff --git a/specification/storage/data-plane/BlobStorage/stable/2026-06-06/generated_blob.json b/specification/storage/data-plane/BlobStorage/stable/2026-06-06/generated_blob.json index 5b9ec797cf90..384022775396 100644 --- a/specification/storage/data-plane/BlobStorage/stable/2026-06-06/generated_blob.json +++ b/specification/storage/data-plane/BlobStorage/stable/2026-06-06/generated_blob.json @@ -278,11 +278,6 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, - "x-ms-access-tier-change-time": { - "type": "string", - "format": "date-time-rfc7231", - "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." - }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32", @@ -644,11 +639,6 @@ "format": "date-time-rfc7231", "description": "The date-time that the resource was last modified." }, - "x-ms-access-tier-change-time": { - "type": "string", - "format": "date-time-rfc7231", - "description": "The time the tier was changed on the blob. This is only returned if the tier on the blob was ever set." - }, "x-ms-blob-committed-block-count": { "type": "integer", "format": "int32",