diff --git a/specification/storage/Microsoft.BlobStorage/client.tsp b/specification/storage/Microsoft.BlobStorage/client.tsp index 1f9b0bbbed15..5b9ae78d1d53 100644 --- a/specification/storage/Microsoft.BlobStorage/client.tsp +++ b/specification/storage/Microsoft.BlobStorage/client.tsp @@ -26,6 +26,7 @@ model BlobServiceClientParameters { @@clientName(Storage.Blob.Container.Blob.AppendBlob, "AppendBlobClient", "rust"); @@clientName(Storage.Blob.Container.Blob.BlockBlob, "BlockBlobClient", "rust"); @@clientName(Storage.Blob.Container.Blob.PageBlob, "PageBlobClient", "rust"); +@@clientName(Storage.Blob.Container.Blob.setHttpHeaders, "SetProperties", "rust"); @@clientInitialization(Storage.Blob.Container, { diff --git a/specification/storage/Microsoft.BlobStorage/routes.tsp b/specification/storage/Microsoft.BlobStorage/routes.tsp index 6fb5d8ad08ee..8d674b7afff8 100644 --- a/specification/storage/Microsoft.BlobStorage/routes.tsp +++ b/specification/storage/Microsoft.BlobStorage/routes.tsp @@ -876,10 +876,6 @@ namespace Storage.Blob { ...IfTagsParameter; }, { - ...EtagResponseHeader; - ...LastModifiedResponseHeader; - ...BlobSequenceNumberResponseHeader; - ...DateResponseHeader; } >;