azure-docs-sdk-node
azure-docs-sdk-node copied to clipboard
typo: blobServiceClient.findBlobsByTags js example invaild ref 'container'
blobServiceClient.findBlobsByTags()
let i = 1;
for await (const blob of blobServiceClient.findBlobsByTags("tagkey='tagvalue'")) {
console.log(`Blob ${i++}: ${container.name}`);
}
should be ${blob.name}
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:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel