Skip to content

Azure App Configuration client library samples for JavaScript

Choose a tag to compare

released this 22 Jun 22:40
12e443e
Remove unneeded awaits for PagedAsyncIterableIterators (#9065)

* [storage-blob] clean up container iteration readme

The async iterator is returned synchronously, so no need for the `await`.

* Fix other storage readmes

* Fix a bunch of needless awaits

* Fix overzealous deawaiting

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>