Skip to content

Commit

Permalink
Merge pull request #13 from AzureCosmosDB/auto-20241111130821
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 e39eb78 + b06fe51 commit 727b90f
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 @@ -28,7 +28,7 @@ public async Task RunAsync(Func<string, Task> writeOutputAync)
{
Product entity = new()
{
RowKey = "68719518391",
RowKey = "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb",
PartitionKey = "gear-surf-surfboards",
Name = "Yamba Surfboard",
Quantity = 10,
Expand All @@ -48,7 +48,7 @@ public async Task RunAsync(Func<string, Task> writeOutputAync)
{
Product entity = new()
{
RowKey = "68719518371",
RowKey = "bbbbbbbb-1111-2222-3333-cccccccccccc",
PartitionKey = "gear-surf-surfboards",
Name = "Kiama Classic Surfboard",
Quantity = 25,
Expand All @@ -67,7 +67,7 @@ public async Task RunAsync(Func<string, Task> writeOutputAync)

{
Response<Product> response = await client.GetEntityAsync<Product>(
rowKey: "68719518391",
rowKey: "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb",
partitionKey: "gear-surf-surfboards"
);

Expand Down

0 comments on commit 727b90f

Please sign in to comment.