Azure-Samples / azure-sdk-for-go-samples

Examples of how to utilize Azure services from Go.
MIT License
297 stars 184 forks source link

Iterate over more than 25 secrets #293

Closed rodrigc closed 3 years ago

rodrigc commented 3 years ago

The example does not list more than 25 secrets. You need to use the NextWithContext() and NotDone() functions as part of the iteration to keep going.

I used gofmt, so some tabs/spaces changes were incorporated in this PR.