Skip to content

Commit a8bb264

Browse files
committed
Fixing tag name
1 parent b83e065 commit a8bb264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/how-to-migrate-from-bulk-executor-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Where the `OperationResponse` is declared as:
5454

5555
To track the scope of the entire list of Tasks, we use this helper class:
5656

57-
:::code language="csharp" source="~/samples-cosmosdb-dotnet-v3/Microsoft.Azure.Cosmos.Samples/Usage/BulkExecutorMigration/Program.cs" ID="Operation":::
57+
:::code language="csharp" source="~/samples-cosmosdb-dotnet-v3/Microsoft.Azure.Cosmos.Samples/Usage/BulkExecutorMigration/Program.cs" ID="BulkOperationsHelper":::
5858

5959
The `ExecuteAsync` method will wait until all operations are completed and you can use it like so:
6060

0 commit comments

Comments
 (0)