File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -277,31 +277,31 @@ The following table provides an overview of our samples repository and the scena
277
277
278
278
:::row:::
279
279
:::column span="":::
280
- [ Create table] ( https://code.msdn.microsoft. com/Managing-Concurrency-using-56018114/sourcecode?fileId=123913&pathId=50196262 )
280
+ [ Create table] ( https://github. com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/Common.cs#L40 )
281
281
:::column-end:::
282
282
:::column span="":::
283
283
[ Delete entity/table] ( https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs )
284
284
:::column-end:::
285
285
:::row-end:::
286
286
:::row:::
287
287
:::column span="":::
288
- [ Insert/merge/replace entity] ( https://code.msdn.microsoft. com/Managing-Concurrency-using-56018114/sourcecode?fileId=123913&pathId=50196262 )
288
+ [ Insert/merge/replace entity] ( https://github. com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/SamplesUtils.cs#L41 )
289
289
:::column-end:::
290
290
:::column span="":::
291
- [ Query entities] ( https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples .cs )
291
+ [ Query entities] ( https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/AdvancedSamples .cs#L672 )
292
292
:::column-end:::
293
293
:::row-end:::
294
294
:::row:::
295
295
:::column span="":::
296
296
[ Query tables] ( https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs )
297
297
:::column-end:::
298
298
:::column span="":::
299
- [ Table ACL/properties] ( https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/AdvancedSamples.cs )
299
+ [ Table ACL/properties] ( https://github.com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/AdvancedSamples.cs#L224 )
300
300
:::column-end:::
301
301
:::row-end:::
302
302
:::row:::
303
303
:::column span="2":::
304
- [ Update entity] ( https://code.msdn.microsoft. com/Managing-Concurrency-using-56018114/sourcecode?fileId=123913&pathId=50196262 )
304
+ [ Update entity] ( https://github. com/Azure-Samples/storage-table-dotnet-getting-started/blob/master/TableStorage/BasicSamples.cs#L51 )
305
305
:::column-end:::
306
306
:::row-end:::
307
307
Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ The following tables provide an overview of our samples repository and the scena
537
537
[ Create table] ( https://github.com/Azure-Samples/storage-table-python-getting-started/blob/master/table_basic_samples.py#L46 )
538
538
:::column-end:::
539
539
:::column span="":::
540
- [ Delete entitytTable ] ( https://github.com/Azure-Samples/storage-table-python-getting-started/blob/master/table_basic_samples.py#L79 )
540
+ [ Delete entity/table ] ( https://github.com/Azure-Samples/storage-table-python-getting-started/blob/master/table_basic_samples.py#L79 )
541
541
:::column-end:::
542
542
:::row-end:::
543
543
:::row:::
You can’t perform that action at this time.
0 commit comments