Skip to content

[Storage] Replace DeleteSnapshotOption with bool includeSnapshots on Delete#7941

Closed
ShivangiReja wants to merge 2 commits into
Azure:masterfrom
ShivangiReja:ReplaceDeleteSnapshotOption
Closed

[Storage] Replace DeleteSnapshotOption with bool includeSnapshots on Delete#7941
ShivangiReja wants to merge 2 commits into
Azure:masterfrom
ShivangiReja:ReplaceDeleteSnapshotOption

Conversation

@ShivangiReja
Copy link
Copy Markdown
Member

As per API review remove DeleteSnapshotsOption and replace it with bool includeSnapshots = true in the BlobClient.Delete method.

@ShivangiReja ShivangiReja self-assigned this Oct 4, 2019
@ShivangiReja ShivangiReja added Client This issue is related to a non-management package Storage Storage Service (Queues, Blobs, Files) labels Oct 4, 2019
Comment thread sdk/storage/Azure.Storage.Blobs/src/BlobBaseClient.cs Outdated
Copy link
Copy Markdown
Member

@tg-msft tg-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to take another look at this before it's merged. I'm worried I was wrong about the semantics.

@tg-msft
Copy link
Copy Markdown
Member

tg-msft commented Oct 21, 2019

Looks like I was wrong when I said we could use a bool here. We need three states so I've addressed it with #8282 . Sorry about that!

@tg-msft tg-msft closed this Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Client This issue is related to a non-management package Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants