diff --git a/sdk/storage/Azure.Storage.Blobs/src/BlobClient.cs b/sdk/storage/Azure.Storage.Blobs/src/BlobClient.cs
index 8aaa3c7e8265..3bb3179f1e1e 100644
--- a/sdk/storage/Azure.Storage.Blobs/src/BlobClient.cs
+++ b/sdk/storage/Azure.Storage.Blobs/src/BlobClient.cs
@@ -319,7 +319,7 @@ protected internal virtual BlobClient WithClientSideEncryptionOptionsCore(Client
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -346,7 +346,7 @@ public virtual Response Upload(Stream content) =>
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -373,7 +373,7 @@ public virtual Response Upload(BinaryData content) =>
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -401,7 +401,7 @@ public virtual Response Upload(string path) =>
/// existing block blob overwrites any existing metadata on the blob.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -429,7 +429,7 @@ public virtual async Task> UploadAsync(Stream content)
/// existing block blob overwrites any existing metadata on the blob.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -456,7 +456,7 @@ public virtual async Task> UploadAsync(BinaryData cont
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -483,7 +483,7 @@ public virtual async Task> UploadAsync(string path) =>
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -519,7 +519,7 @@ public virtual Response Upload(
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -555,7 +555,7 @@ public virtual Response Upload(
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -591,7 +591,7 @@ public virtual Response Upload(
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -627,7 +627,7 @@ public virtual Task> UploadAsync(
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -663,7 +663,7 @@ public virtual Task> UploadAsync(
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -700,7 +700,7 @@ await UploadAsync(
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -744,7 +744,7 @@ public virtual Response Upload(
/// overwrites any existing metadata on the blob.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -785,7 +785,7 @@ public virtual Response Upload(
/// creates a new block blob or throws if the blob already exists.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -829,7 +829,7 @@ public virtual Response Upload(
/// overwrites any existing metadata on the blob.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -873,7 +873,7 @@ public virtual Task> UploadAsync(
/// overwrites any existing metadata on the blob.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -917,7 +917,7 @@ public virtual Task> UploadAsync(
/// overwrites any existing metadata on the blob.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -965,7 +965,7 @@ await UploadAsync(
/// to avoid overwriting existing data.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -1013,7 +1013,7 @@ public virtual Response Upload(
/// to avoid overwriting existing data.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -1061,7 +1061,7 @@ public virtual Response Upload(
/// to avoid overwriting existing data.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -1143,7 +1143,7 @@ public virtual Response Upload(
/// to avoid overwriting existing data.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -1196,7 +1196,7 @@ public virtual Response Upload(
/// to avoid overwriting existing data.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -1273,7 +1273,7 @@ public virtual Response Upload(
}
///
- /// The
+ /// The
/// operation overwrites the contents of the blob, creating a new block
/// blob if none exists. Overwriting an existing block blob replaces
/// any existing metadata on the blob.
@@ -1283,7 +1283,7 @@ public virtual Response Upload(
/// to avoid overwriting existing data.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -1331,7 +1331,7 @@ await StagedUploadInternal(
/// to avoid overwriting existing data.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -1379,7 +1379,7 @@ await StagedUploadInternal(
/// to avoid overwriting existing data.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -1461,7 +1461,7 @@ public virtual Task> UploadAsync(
/// to avoid overwriting existing data.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///
@@ -1514,7 +1514,7 @@ public virtual async Task> UploadAsync(
/// to avoid overwriting existing data.
///
/// For partial block blob updates and other advanced features, please
- /// see . To create or modify page or
+ /// see . To create or modify page or
/// append blobs, please see or
/// .
///