[BUG] Incorrect documentation for BlockBlobClient.StageBlockAsync #43413
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
Library name and version
Azure.Storage.Blobs 12.16.0
Describe the bug
The documentation for
BlockBlobClient.StageBlockAsync
is wrong.Expected behavior
It should not tell you to URL encode the
base64BlockId
parameter.Actual behavior
It currently says to "Note that the Base64 string must be URL-encoded." This is erroneous as the library itself URL encodes this parameter, and the request will fail if the consuming code tries to do so itself.
Reproduction Steps
Read the documentation and observe that it is wrong.
Environment
No response
The text was updated successfully, but these errors were encountered: