azure-sdk-for-python
azure-sdk-for-python copied to clipboard
[Storage] [Typing] [Blob] `_upload_helpers.py` and `_quick_query_helper.py` and `_shared_access_signature.py` and `_list_blob_helpers.py`
For some reason MyPy keeps flagging this: azure\storage\blob_shared_access_signature.py:390: error: Returning Any from function declared to return "str" [no-any-return]
Which is this line:
return sas.generate_account(
services=Services(blob=True),
resource_types=resource_types,
But even Intellisense infers the return-type correctly??
API change check
APIView has identified API level changes in this PR and created following API reviews.