-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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][ADLS] API updates #10170
[Storage][ADLS] API updates #10170
Conversation
Can one of the admins verify this patch? |
b122833
to
280ca3e
Compare
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_download.py
Show resolved
Hide resolved
Thanks so much for helping add this wrapper! It looks great! |
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_data_lake_file_client.py
Show resolved
Hide resolved
/azp run python - storage - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_download.py
Show resolved
Hide resolved
@@ -502,22 +503,18 @@ def flush_data(self, offset, # type: int | |||
except StorageErrorException as error: | |||
process_storage_error(error) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also update any samples @xiafu-msft added recently?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xiafu-msft I think the upload/download sample I updated is the only one?
…into web_regeneration * 'master' of https://github.com/Azure/azure-sdk-for-python: (36 commits) [Storage][ADLS] API updates (Azure#10170) [ADLS]Update AccessPolicy and ChangeLog (Azure#10208) Search docs updates (Azure#10207) Azure-mgmt-core (Azure#5399) [Storage][Blob]Regenerate Swagger Code (Azure#10203) [Event Hubs] Fix typing.Deque problem for Python 3.5.3 (Azure#10206) Simplify AzureCliCredential working directory (Azure#10185) [ADLS]API Review Comments (Azure#10194) Ignore ARM pipeline clients too (Azure#10204) Fix async AzureCliCredential tests on Windows (Azure#10177) update search user agent (Azure#10201) [Event Hubs] Correct a doc link (Azure#10196) Add facet results to search page iterator (Azure#10182) [ADLS][Samples]Add Samples for sync and async (Azure#10123) overload tracing decorator to preserve type info (Azure#9994) Fix to handle regression test when package is missing on PyPI (Azure#10180) [Synapse DataPlane]Update sample (Azure#9948) [Event Hubs] Update README link (Azure#10184) [textanalytics] Refactor exceptions to use azure-core ODataV4Format (Azure#9934) README links update in open telemetry (Azure#10176) ...
Some tweaks based on feedback from API review: #9987