Skip to content

[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
calvinhzy merged 18 commits intoAzure:devfrom
calvinhzy:blob-snapshot-migration
May 19, 2022

Conversation

@calvinhzy
Copy link
Copy Markdown
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
Copy Markdown
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
Co-authored-by: Yishi Wang <yishiwang@microsoft.com>
calvinhzy and others added 4 commits May 19, 2022 09:44
@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