File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def runDemo(writeOutput):
3737 writeOutput (f"Get table:\t { table .table_name } " )
3838
3939 new_entity = {
40- "RowKey" : "70b63682-b93a-4c77-aad2-65501347265f " ,
40+ "RowKey" : "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb " ,
4141 "PartitionKey" : "gear-surf-surfboards" ,
4242 "Name" : "Yamba Surfboard" ,
4343 "Quantity" : 12 ,
@@ -48,7 +48,7 @@ def runDemo(writeOutput):
4848 writeOutput (f"Upserted entity:\t { created_entity } " )
4949
5050 new_entity = {
51- "RowKey" : "25a68543-b90c-439d-8332-7ef41e06a0e0 " ,
51+ "RowKey" : "bbbbbbbb-1111-2222-3333-cccccccccccc " ,
5252 "PartitionKey" : "gear-surf-surfboards" ,
5353 "Name" : "Kiama Classic Surfboard" ,
5454 "Quantity" : 4 ,
@@ -58,7 +58,7 @@ def runDemo(writeOutput):
5858 writeOutput (f"Upserted entity:\t { created_entity } " )
5959
6060 existing_entity = table .get_entity (
61- row_key = "70b63682-b93a-4c77-aad2-65501347265f " ,
61+ row_key = "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb " ,
6262 partition_key = "gear-surf-surfboards" ,
6363 )
6464
You can’t perform that action at this time.
0 commit comments