-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Implemented features for STG 74 #15428
Conversation
Co-authored-by: Gauri Prasad <[email protected]>
Co-authored-by: Gauri Prasad <[email protected]>
} | ||
} | ||
|
||
// set recursive acl error, with response |
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.
@rickle-msft Is this still a TODO or can we delete this?
public Mono<BlobContainerAsyncClient> undeleteBlobContainer( | ||
String deletedContainerName, String deletedContainerVersion) { | ||
return this.undeleteBlobContainerWithResponse( | ||
new UndeleteBlobContainerOptions(deletedContainerName, deletedContainerVersion) | ||
return this.undeleteBlobContainerWithResponse(new UndeleteBlobContainerOptions(deletedContainerName, |
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.
Add REST Docs
* | ||
* @param options Schedule deletion parameters. | ||
*/ | ||
public void scheduleDeletion(FileScheduleDeletionOptions options) { |
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.
Add Rest docs
Note: Waiting to merge until after live tests are running and passing.
azure-storage-blob
azure-storage-file-datalake
azure-storage-file-share
azure-storage-queue