vincenttran-msft

Results 19 issues of vincenttran-msft

This PR migrates `test_get_blob.py` and `test_get_blob_async.py` to test proxy migration 😄

Storage

During test proxy migration, we have run into an issue with having difficulties sanitizing batch operations. This issue serves to maintain a list of what tests should be recorded once...

Storage

This PR adds in support for invalid XML characters `\uFFFF` and `\uFFFE`.

Storage

This draft PR is to test whether adding a optional `decimal` kwarg to `serialize_iso()` has no intended side effects and can be a plausible fix (which will ultimately be a...

This PR aims to solve the differences between how Python's built-in sort algorithm sorts the headers compared to the service. Although this is usually not problematic as headers are quite...

Storage

This PR seperates the service client's made in `test_create_service_with_token` to better understand where we are running into the pipeline errors

This PR is a general improvement to the Python SDK to remove the use of `six` (which was mostly for Python 2 types compatibility) library.

Storage

This PR migrates all FileIO operations (that can be migrated) to use the `tempfile` built-in library.

Storage

This PR aims to unify all the contents of the `_shared` folders for the blob, datalake, queue, and file-share packages. In general, my process was to use blob's `_shared` folder...

Storage

This PR is for a change to how `PublicAccessNotPermitted` is raised. Currently, from generated it is a `ResourceExistsError`, and so it will surface that (and `PublicAccessNotPermitted` is only known from...

Storage