From 3625f4e79d1c86efb0ce8a90a02fcc0927551aec Mon Sep 17 00:00:00 2001 From: "portal-quickstart-synchronizer[bot]" <184439314+portal-quickstart-synchronizer[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:10:19 +0000 Subject: [PATCH] Automatically generated commit --- services/DemoService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/DemoService.cs b/services/DemoService.cs index b0e39c4..5542f64 100644 --- a/services/DemoService.cs +++ b/services/DemoService.cs @@ -31,7 +31,7 @@ public async Task RunAsync(Func writeOutputAync) { Product item = new( - id: "68719518391", + id: "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb", category: "gear-surf-surfboards", name: "Yamba Surfboard", quantity: 12, @@ -51,7 +51,7 @@ public async Task RunAsync(Func writeOutputAync) { Product item = new( - id: "68719518371", + id: "bbbbbbbb-1111-2222-3333-cccccccccccc", category: "gear-surf-surfboards", name: "Kiama Classic Surfboard", quantity: 25, @@ -70,7 +70,7 @@ public async Task RunAsync(Func writeOutputAync) { ItemResponse response = await container.ReadItemAsync( - id: "68719518391", + id: "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb", partitionKey: new PartitionKey("gear-surf-surfboards") );