-
Notifications
You must be signed in to change notification settings - Fork 850
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
base: main
Are you sure you want to change the base?
Conversation
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. |
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.
Add this change in the next release. (1.5.1 - Unreleased)
where: $.definitions | ||
transform: > | ||
$.BlobPrefix.properties["Properties"] = { | ||
"type" : "object", |
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.
can you re-check this indentation?
/azp run go - azblob |
Azure Pipelines successfully started running 1 pipeline(s). |
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.