-
Notifications
You must be signed in to change notification settings - Fork 288
[Feature] Add support for setting blob properties #869
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
Conversation
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.
👍Thanks!
Thanks for the contribution! It looks like you're hitting conflict from a change that landed just a few minutes ago. #860. Can you update this PR use the new HTTP types? |
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.
Needs updated types from #860, which just landed.
👍 Thanks for the update |
After changing the HTTP Verb to match the updated types, LGTM. Again, thanks for the contributions! |
Adds an operation for set_properties
Set properties defined here: https://docs.microsoft.com/en-us/rest/api/storageservices/set-blob-properties
Related to #868