azure-docs-sdk-node icon indicating copy to clipboard operation
azure-docs-sdk-node copied to clipboard

typo: blobServiceClient.findBlobsByTags js example invaild ref 'container'

Open 2743d2 opened this issue 2 years ago • 1 comments

blobServiceClient.findBlobsByTags()

let i = 1;
for await (const blob of blobServiceClient.findBlobsByTags("tagkey='tagvalue'")) {
  console.log(`Blob ${i++}: ${container.name}`);
}

should be ${blob.name}

2743d2 avatar Apr 11 '23 09:04 2743d2

Learn Build status updates of commit ccb2e9c:

:white_check_mark: Validation status: passed

File Status Preview URL Details
docs-ref-autogen/@azure/storage-blob/BlobServiceClient.yml :white_check_mark:Succeeded View (azure-node-latest)

For more details, please refer to the build report.

For any questions, please: