From 08953c85efa76983f4f598ee348f6904394d9b37 Mon Sep 17 00:00:00 2001 From: vincenttran-msft <101599632+vincenttran-msft@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:57:03 -0700 Subject: [PATCH 1/2] @Xml.name("ObjectReplicationMetadata") -> Xml.name("OrMetadata") --- specification/storage/Microsoft.BlobStorage/models.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/storage/Microsoft.BlobStorage/models.tsp b/specification/storage/Microsoft.BlobStorage/models.tsp index b2399353962f..90f263e8395d 100644 --- a/specification/storage/Microsoft.BlobStorage/models.tsp +++ b/specification/storage/Microsoft.BlobStorage/models.tsp @@ -548,7 +548,7 @@ model BlobItemInternal { /** The object replication metadata of the blob. */ #suppress "@azure-tools/typespec-autorest/unsupported-param-type" "Existing API" - @Xml.name("ObjectReplicationMetadata") + Xml.name("OrMetadata") objectReplicationMetadata?: ObjectReplicationMetadata; /** Whether the blog has versions only. */ From 4552e8507c42aeae2eea1daa81318393ed8a2ec5 Mon Sep 17 00:00:00 2001 From: vincenttran-msft <101599632+vincenttran-msft@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:00:42 -0700 Subject: [PATCH 2/2] Missing @ --- specification/storage/Microsoft.BlobStorage/models.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/storage/Microsoft.BlobStorage/models.tsp b/specification/storage/Microsoft.BlobStorage/models.tsp index 90f263e8395d..3afb3d1fffab 100644 --- a/specification/storage/Microsoft.BlobStorage/models.tsp +++ b/specification/storage/Microsoft.BlobStorage/models.tsp @@ -548,7 +548,7 @@ model BlobItemInternal { /** The object replication metadata of the blob. */ #suppress "@azure-tools/typespec-autorest/unsupported-param-type" "Existing API" - Xml.name("OrMetadata") + @Xml.name("OrMetadata") objectReplicationMetadata?: ObjectReplicationMetadata; /** Whether the blog has versions only. */