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

Fixed issue where customers could not capture response of directory and file GetProperties calls #21407

Merged
merged 4 commits into from
Aug 23, 2023

Conversation

gapra-msft
Copy link
Member

@gapra-msft gapra-msft commented Aug 21, 2023

This is duplication of the azcore includeResponsePolicy, this is necessary for some APIs like directory/file
GetProperties. Under the hood, these APIs grab the raw response to construct the datalake properties
(owner, group, permission) in addition to the blob properties. If we use the includeResponsePolicy, this can
result in the customer not being able to retrieve the response themselves.

  • The purpose of this PR is explained in this or a referenced issue.
  • The PR does not update generated files.
  • Tests are included and/or updated for code changes.
  • Updates to CHANGELOG.md are included.
  • MIT license headers are included in each file.

@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Aug 21, 2023
@gapra-msft gapra-msft marked this pull request as ready for review August 21, 2023 18:46
@gapra-msft gapra-msft merged commit c9d65f0 into Azure:main Aug 23, 2023
@gapra-msft gapra-msft deleted the gapra/datalakeResponseCapture branch August 23, 2023 18:41
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.

4 participants