Skip to content

Commit

Permalink
Merge pull request #18 from AzureCosmosDB/auto-20241111131019
Browse files Browse the repository at this point in the history
[AUTO] 2024-11-11 | Merge latest from source repo
  • Loading branch information
2 parents 7470770 + 3625f4e commit bf54f87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/DemoService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public async Task RunAsync(Func<string, Task> writeOutputAync)

{
Product item = new(
id: "68719518391",
id: "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb",
category: "gear-surf-surfboards",
name: "Yamba Surfboard",
quantity: 12,
Expand All @@ -51,7 +51,7 @@ public async Task RunAsync(Func<string, Task> writeOutputAync)

{
Product item = new(
id: "68719518371",
id: "bbbbbbbb-1111-2222-3333-cccccccccccc",
category: "gear-surf-surfboards",
name: "Kiama Classic Surfboard",
quantity: 25,
Expand All @@ -70,7 +70,7 @@ public async Task RunAsync(Func<string, Task> writeOutputAync)

{
ItemResponse<Product> response = await container.ReadItemAsync<Product>(
id: "68719518391",
id: "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb",
partitionKey: new PartitionKey("gear-surf-surfboards")
);

Expand Down

0 comments on commit bf54f87

Please sign in to comment.