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

[Storage] BREAKING CHANGE: Fix #22261 #22240: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk, az storage blob snapshot now only returns version info instead of all blob properties #22309

Merged
merged 18 commits into from
May 19, 2022

Conversation

calvinhzy
Copy link
Member

@calvinhzy calvinhzy commented May 9, 2022

Related command

Description

az storage blob snapshot
Fix #22261 Fix #22240
Migrate to track2 sdk, az storage blob snapshot now only returns version info instead of all blob properties

Testing Guide

az storage blob snapshot -c {container_name} -n {blob_name} --account-name {account-name}
az storage blob update -c {container_name} -n {blob_name} --content-type application/test-content
az storage blob exists -c {container_name} -n {blob_name}
az storage blob delete -c {container_name} -n {blob_name} --delete-snapshots only
az storage blob undelete -c {container_name} -n {blob_name}
az storage blob delete-batch -s {container_name} --pattern *

History Notes

[Storage] BREAKING CHANGE: az storage blob snapshot: Now only returns version info instead of all blob properties
[Storage] az storage blob delete-batch: No longer exits after individual delete failure


This checklist is used to make sure that common guidelines for a pull request are followed.

@calvinhzy calvinhzy requested a review from jsntcy as a code owner May 9, 2022 04:06
@calvinhzy calvinhzy self-assigned this May 9, 2022
@ghost ghost added the Auto-Assign Auto assign by bot label May 9, 2022
@ghost ghost requested a review from yonzhan May 9, 2022 04:06
@ghost ghost assigned evelyn-ys May 9, 2022
@ghost ghost added this to the May 2022 (2022-05-24) - For Build milestone May 9, 2022
@ghost ghost added the Storage az storage label May 9, 2022
@calvinhzy calvinhzy changed the title [Storage] BREAKING CHANGE az storage blob snapshot: Migrate to track2 sdk, result breaking change [Storage] BREAKING CHANGE: az storage blob snapshot: Migrate to track2 sdk, result breaking change May 9, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented May 9, 2022

Storage

@calvinhzy calvinhzy changed the title [Storage] BREAKING CHANGE: az storage blob snapshot: Migrate to track2 sdk, result breaking change [Storage] BREAKING CHANGE: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk May 17, 2022
@calvinhzy calvinhzy changed the title [Storage] BREAKING CHANGE: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk {Storage} BREAKING CHANGE: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk May 17, 2022
@calvinhzy calvinhzy changed the title {Storage} BREAKING CHANGE: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk [Storage] BREAKING CHANGE: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk May 17, 2022
@calvinhzy calvinhzy changed the title [Storage] BREAKING CHANGE: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk [Storage] BREAKING CHANGE: Fix #22261 #22240: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk May 18, 2022
@calvinhzy calvinhzy changed the title [Storage] BREAKING CHANGE: Fix #22261 #22240: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk [Storage] BREAKING CHANGE: Fix #22261 #22240: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk, az storage blob snapshot Return versionId instead of blob properties May 18, 2022
@calvinhzy calvinhzy changed the title [Storage] BREAKING CHANGE: Fix #22261 #22240: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk, az storage blob snapshot Return versionId instead of blob properties [Storage] BREAKING CHANGE: Fix #22261 #22240: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk, az storage blob snapshot now only returns version info instead of all blob properties May 18, 2022
@calvinhzy calvinhzy changed the title [Storage] BREAKING CHANGE: Fix #22261 #22240: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk, az storage blob snapshot now only returns version info instead of all blob properties [Storage] BREAKING CHANGE: Fix #22261 #22240: az storage blob snapshot/update/exists/delete/undelete/delete-batch: Migrate to track2 sdk, az storage blob snapshot now only returns version info instead of all blob properties May 19, 2022
@calvinhzy calvinhzy merged commit 2b67eeb into Azure:dev May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Storage az storage
Projects
None yet
3 participants