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

Added BlobProperties field to BlobPrefix in listblob response #23801

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

ashruti-msft
Copy link
Contributor

Added the BlobProperties field to BlobPrefix in the listblob response. Although the properties were received in the response, they were not read by the SDK as this parameter was not previously exposed in BlobPrefix.

  • 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 module CHANGELOG.md are included.
  • MIT license headers are included in each file.

@github-actions github-actions bot added Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. Storage Storage Service (Queues, Blobs, Files) labels Nov 26, 2024
Copy link

Thank you for your contribution @ashruti-msft! We will review the pull request and get back to you soon.

@@ -15,6 +15,7 @@
### Features Added
* Fix compareHeaders custom sorting algorithm for String To Sign.
* Added permissions & resourcetype parameters in listblob response.
* Added BlobProperties field in BlobPrefix definition in listblob response.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this change in the next release. (1.5.1 - Unreleased)

where: $.definitions
transform: >
$.BlobPrefix.properties["Properties"] = {
"type" : "object",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you re-check this indentation?

@tanyasethi-msft
Copy link
Member

/azp run go - azblob

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Contribution Community members are working on the issue customer-reported Issues that are reported by GitHub users external to the Azure organization. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants