Commit 576953d
Added blob exists method (#13221)
* added feature and unit tests
* fixed failing test issue
* added async method and more unit tests
* ffixed passed parameters
* fixed python 27 issue with kwargs
* reset commit
* Update _blob_client_async.py
removed unused import, fixed linter
* Update sdk/storage/azure-storage-blob/azure/storage/blob/aio/_blob_client_async.py
Co-authored-by: Xiaoxi Fu <[email protected]>
* Update sdk/storage/azure-storage-blob/azure/storage/blob/_blob_client.py
Co-authored-by: Xiaoxi Fu <[email protected]>
* fixed failing tests
* fixed linting/import order
Co-authored-by: Xiaoxi Fu <[email protected]>1 parent 23cd9f6 commit 576953d
File tree
6 files changed
+1329
-0
lines changed- sdk/storage/azure-storage-blob
- azure/storage/blob
- aio
- tests
- recordings
6 files changed
+1329
-0
lines changedLines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
929 | 930 | | |
930 | 931 | | |
931 | 932 | | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
932 | 958 | | |
933 | 959 | | |
934 | 960 | | |
| |||
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
459 | 461 | | |
460 | 462 | | |
461 | 463 | | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
462 | 489 | | |
463 | 490 | | |
464 | 491 | | |
| |||
0 commit comments