Skip to content

Commit d72c360

Browse files
committed
correct ids
1 parent f9b15e9 commit d72c360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article describes the required steps to migrate an existing application's c
1616

1717
Enable bulk support on the `CosmosClient` instance through the [AllowBulkExecution](https://docs.microsoft.com/dotnet/api/microsoft.azure.cosmos.cosmosclientoptions.allowbulkexecution) configuration:
1818

19-
:::code language="csharp" source="~/samples-cosmosdb-dotnet-v3/Microsoft.Azure.Cosmos.Samples/Usage/BulkExecutorMigration/Program.cs" ID="CreateClient":::
19+
:::code language="csharp" source="~/samples-cosmosdb-dotnet-v3/Microsoft.Azure.Cosmos.Samples/Usage/BulkExecutorMigration/Program.cs" ID="Initialization":::
2020

2121
## Create Tasks for each operation
2222

@@ -48,7 +48,7 @@ In the previous code examples, we are creating a concurrent list of Tasks, and o
4848

4949
Where the `OperationResponse` is declared as:
5050

51-
:::code language="csharp" source="~/samples-cosmosdb-dotnet-v3/Microsoft.Azure.Cosmos.Samples/Usage/BulkExecutorMigration/Program.cs" ID="OperationResponse":::
51+
:::code language="csharp" source="~/samples-cosmosdb-dotnet-v3/Microsoft.Azure.Cosmos.Samples/Usage/BulkExecutorMigration/Program.cs" ID="OperationResult":::
5252

5353
## Execute operations concurrently
5454

0 commit comments

Comments
 (0)