From fd2dd69e3b8bbef6a9a3a2d9366299580c9b646f Mon Sep 17 00:00:00 2001 From: Sean McCullough Date: Mon, 19 Aug 2024 19:24:17 -0500 Subject: [PATCH] Added BlobAccessTierNotSupportedForAccountType to BlobErrorCode --- .../Microsoft.BlobStorage/stable/2025-01-05/blob.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/storage/data-plane/Microsoft.BlobStorage/stable/2025-01-05/blob.json b/specification/storage/data-plane/Microsoft.BlobStorage/stable/2025-01-05/blob.json index 23aeed3ec491..197914c44005 100644 --- a/specification/storage/data-plane/Microsoft.BlobStorage/stable/2025-01-05/blob.json +++ b/specification/storage/data-plane/Microsoft.BlobStorage/stable/2025-01-05/blob.json @@ -10608,7 +10608,8 @@ "AuthorizationProtocolMismatch", "AuthorizationPermissionMismatch", "AuthorizationServiceMismatch", - "AuthorizationResourceTypeMismatch" + "AuthorizationResourceTypeMismatch", + "BlobAccessTierNotSupportedForAccountType" ], "x-ms-enum": { "name": "StorageErrorCode",