@azure/storage-queue 12.12.0-alpha.20230306.3 → 12.12.0-alpha.20230328.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -5563,7 +5563,7 @@ class QueueServiceClient extends StorageClient {
|
|
|
5563
5563
|
* let iterator = queueServiceClient.listQueues();
|
|
5564
5564
|
* let item = await iterator.next();
|
|
5565
5565
|
* while (!item.done) {
|
|
5566
|
-
* console.log(`Queue${i}: ${
|
|
5566
|
+
* console.log(`Queue${i}: ${item.value.name}`);
|
|
5567
5567
|
* i++;
|
|
5568
5568
|
* item = await iterator.next();
|
|
5569
5569
|
* }
|