Skip to content

Commit b9b6abd

Browse files
Fixed broken docs link, (Azure#17593)
Points developers to the overload we want them to use, rather than the hidden one we "retired." Likely solves an MS Docs rendering bug, where it can't link to the method properly because methods we hide from intellisense also aren't rendered to MS Docs at all, so there's nothing to link to. Co-authored-by: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com>
1 parent 60753e7 commit b9b6abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/Azure.Storage.Blobs/src/BlockBlobClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Azure.Storage.Blobs.Specialized
3636
/// The maximum size of a block blob is therefore approximately 190.73 TiB
3737
/// (4,000 MB X 50,000 blocks). If you are writing a block blob that is
3838
/// no more than 5,000 MB in size, you can upload it in its entirety with a
39-
/// single write operation; see <see cref="BlockBlobClient.UploadAsync(Stream, BlobHttpHeaders, Metadata, BlobRequestConditions, AccessTier?, IProgress{long}, CancellationToken)"/>.
39+
/// single write operation; see <see cref="UploadAsync(Stream, BlobUploadOptions, CancellationToken)"/>.
4040
///
4141
/// When you upload a block to a blob in your storage account, it is
4242
/// associated with the specified block blob, but it does not become part

0 commit comments

Comments
 (0)