Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Delete Sample #22138

Merged
merged 1 commit into from
Jun 24, 2021
Merged

Update Delete Sample #22138

merged 1 commit into from
Jun 24, 2021

Conversation

annelo-msft
Copy link
Member

@annelo-msft annelo-msft commented Jun 24, 2021

We considered parallelizing the asynchronous Delete sample by adding functionality into Azure.Core. We learned, however, that .NET 6 will be providing an implementation of Parallel.ForEachAsync, and that IAsyncEnumerable.ForEachAsync is implemented in the System.Linq.Async package. Given this, it doesn't make sense to add this functionality to Core. Instead, we're noting the recommended path for parallelizing the sample and leaving it sequential.

Fixes #21675
Fixes #21820

@annelo-msft annelo-msft merged commit 8848724 into Azure:main Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ACR] Link to .NET 6 Parallelization from Delete Sample [ACR] Delete Sample: delete tags before manifests
2 participants