Commit 5f656ad
fix: allow source to be string and enum (#256)
* allowing both BlobSource and string source values
* add test
* using isinstance, removed extra if check
* mypy fix
---------
Co-authored-by: Victoria Hall <[email protected]>1 parent c0e1748 commit 5f656ad
File tree
2 files changed
+5
-2
lines changed- azure/functions/decorators
- tests/decorators
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments