vincenttran-msft

Results 19 issues of vincenttran-msft

This PR aims to add an example of what the `x-ms-rename-source` header should look like if using a SAS.

Storage
CI-FixRequiredOnFailure
data-plane
BreakingChangeReviewRequired

(Updated 1/10) Remaining errors on: `_deserialize.py`: azure\storage\blob\_deserialize.py:159: error: Incompatible types in assignment (expression has type "Optional[BlobType]", variable has type "BlobType") [assignment] azure\storage\blob\_deserialize.py:169: error: Incompatible types in assignment (expression has type...

Storage

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...

Storage

Need some help on the `download` overloads 😝 azure\storage\blob\_blob_client.py:592: error: Overloaded function signatures 1 and 2 overlap with incompatible return types [misc] Also, LOTS of `#type: ignore` on return statements....

Storage

GREEN MYPY 🕺 ![image](https://github.com/Azure/azure-sdk-for-python/assets/101599632/acf7dd2d-4598-416e-91fb-2df2c2b664ce)

Storage

This PR contains the following changes: - Snapshot Management Support via Rest for NFS Shares - New header sorting (port of the C++ code: https://github.com/Azure/azure-sdk-for-cpp/blob/bc62649a3bbd65f3a7cfb83f01ef19f3cc7caace/sdk/storage/azure-storage-common/src/shared_key_policy.cpp) TODO: - Propagate header sorting...

Storage