-
Notifications
You must be signed in to change notification settings - Fork 5k
Delete Blob Conditional Tier 101 #53006
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
base: feature/storage/stg101base
Are you sure you want to change the base?
Delete Blob Conditional Tier 101 #53006
Conversation
sdk/storage/Azure.Storage.Blobs/src/Generated/Models/ModifiedAccessConditions.cs
Outdated
Show resolved
Hide resolved
sdk/storage/Azure.Storage.Blobs/tests/BlobsClientTestFixtureAttribute.cs
Outdated
Show resolved
Hide resolved
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
Todo: Export APIs |
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.
Look good!
{ | ||
public BlobRequestConditions() { } | ||
public System.DateTimeOffset? AccessTierIfModifiedSince { get { throw null; } set { } } | ||
public System.DateTimeOffset? AccessTierIfUnmodifiedSince { get { throw null; } set { } } |
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.
We should ask the Arch Board if we should group these parameters
No description provided.