From a1b26b226e5a6b4948028ab37ea0adeb0263bbeb Mon Sep 17 00:00:00 2001 From: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com> Date: Tue, 29 Jun 2021 10:34:32 -0700 Subject: [PATCH 1/2] docstring fixes for Upload() and UploadAsync() --- .../Azure.Storage.Blobs/src/BlobClient.cs | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/sdk/storage/Azure.Storage.Blobs/src/BlobClient.cs b/sdk/storage/Azure.Storage.Blobs/src/BlobClient.cs index 8aaa3c7e8265..a4d9f5645cf7 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 /// . /// From 16b90ed6494d09c6c0c6502b6ae1e2c72c79e9a4 Mon Sep 17 00:00:00 2001 From: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com> Date: Tue, 29 Jun 2021 11:03:20 -0700 Subject: [PATCH 2/2] fully qualified reference to BlockBlobClient --- .../Azure.Storage.Blobs/src/BlobClient.cs | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/sdk/storage/Azure.Storage.Blobs/src/BlobClient.cs b/sdk/storage/Azure.Storage.Blobs/src/BlobClient.cs index a4d9f5645cf7..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 /// . /// @@ -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 /// . ///