Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage] Fixed parsing of path_name and file_system_name in async clients #23854

Merged

Conversation

vincenttran-msft
Copy link
Member

A customer raised issue #23804 in where they were having inconsistent behavior with DataLakeFileClient where the operation is was working on sync clients but not on async clients.

Upon further investigation, we found the source of their issue being how the sync and async client handle the parsing of path_name and file_system_name, and this PR aims to make async client behavior consistent with sync client behavior (and thus, working).

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Apr 6, 2022
@vincenttran-msft vincenttran-msft merged commit 6580b27 into Azure:main Apr 7, 2022
rakshith91 pushed a commit to rakshith91/azure-sdk-for-python that referenced this pull request Apr 10, 2022
@vincenttran-msft vincenttran-msft deleted the vincenttran/backslash_parser branch April 27, 2022 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataLake async file client cannot download using SAS tokens restricted to specific folders
2 participants