-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
[azure-storage-blob] snapshot value is None although snapshot value is specified in get_blob_properties() #13287
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. |
Hi @Juliehzl, Thank you :) |
Hi @Juliehzl, so the response does not contain the snapshot string. Let me know. |
Hi @Juliehzl when you list blobs including snapshot like this the snapshot will be set. |
Hi @xiafu-msft , I can list with snapshot. But because in track1 SDK, get_blob_properties() will return snapshot value, which will cause breaking change for CLI side. So I have some concern here. |
@Juliehzl the PR resolving this issue has been merged and will be released tomorrow! Let us know if anything else comes up. |
Describe the bug
A clear and concise description of what the bug is.
get_blob_properties() with snapshot specified. There is no snapshot value in response.
Http call can be seen as follow:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: