Skip to content

Commit dbaaa38

Browse files
committed
Finish azure file samples section.
1 parent fd9eae0 commit dbaaa38

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/storage/common/storage-samples-python.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -323,31 +323,31 @@ The following tables provide an overview of our samples repository and the scena
323323

324324
:::row:::
325325
:::column span="":::
326-
[Create share client from connection string](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L52)
326+
[Create share client from connection string](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L54)
327327
:::column-end:::
328328
:::column span="":::
329329
[Get share client](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_service.py#L96)
330330
:::column-end:::
331331
:::row-end:::
332332
:::row:::
333333
:::column span="":::
334-
[Create share using file share client](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L39)
334+
[Create share using file share client](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L40)
335335
:::column-end:::
336336
:::column span="":::
337-
[Create share snapshot](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L43)
337+
[Create share snapshot](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L45)
338338
:::column-end:::
339339
:::row-end:::
340340
:::row:::
341341
:::column span="":::
342-
[Delete share using file share client](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L47)
342+
[Delete share using file share client](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L49)
343343
:::column-end:::
344344
:::column span="":::
345-
[Set share quota](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L61)
345+
[Set share quota](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L63)
346346
:::column-end:::
347347
:::row-end:::
348348
:::row:::
349349
:::column span="":::
350-
[Set share metadata](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L66)
350+
[Set share metadata](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L68)
351351
:::column-end:::
352352
:::column span="":::
353353
[Get share properties](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_hello_world.py#L47)
@@ -390,7 +390,7 @@ The following tables provide an overview of our samples repository and the scena
390390
:::row-end:::
391391
:::row:::
392392
:::column span="2":::
393-
[List files in directory](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L87)
393+
[List files in directory](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-file-share/samples/file_samples_share.py#L127)
394394
:::column-end:::
395395
:::row-end:::
396396

0 commit comments

Comments
 (0)