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

Implemented features for STG 74 #15428

Merged
merged 38 commits into from
Oct 1, 2020
Merged

Implemented features for STG 74 #15428

merged 38 commits into from
Oct 1, 2020

Conversation

gapra-msft
Copy link
Member

@gapra-msft gapra-msft commented Sep 21, 2020

Note: Waiting to merge until after live tests are running and passing.

azure-storage-blob

  • Added support for the 2020-02-10 service version.
  • Added support to specify Arrow Output Serialization when querying a blob.
  • Added support to undelete a container.
  • Added BlobImmutableDueToPolicy to the BlobErrorCode enum.

azure-storage-file-datalake

  • Added support for the 2020-02-10 service version.
  • Added support for setting, modifying, and removing ACLs recursively.
  • Added support to schedule file expiration.
  • Added support to specify Arrow Output Serialization when querying a file.
  • Added support to generate directory SAS and added support to specify additional user ids and correlation ids for user delegation SAS.

azure-storage-file-share

  • Added support for the 2020-02-10 service version.
  • Added support to getFileRanges on a previous snapshot by adding the getFileRangesDiff API.
  • Added support to set whether or not smb multichannel is enabled.
  • Added support to lease shares and snapshot shares.
  • Added support to specify a lease id for share operations.
  • Fixed a bug where getProperties on a file client would throw a HttpResponseException instead of ShareStorageException.
  • Fixed a bug where snapshot would be appended to a share snapshot instead of sharesnapshot.

azure-storage-queue

  • Added support for the 2020-02-10 service version.

gapra-msft and others added 28 commits August 13, 2020 19:04
Co-authored-by: Gauri Prasad <gapra@microsoft.com>
Co-authored-by: Gauri Prasad <gapra@microsoft.com>
@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Sep 21, 2020
}
}

// set recursive acl error, with response
Copy link
Member Author

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,
Copy link
Member Author

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) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Add Rest docs

@gapra-msft gapra-msft merged commit a27047b into master Oct 1, 2020
@gapra-msft gapra-msft deleted the feature/storage/stg74 branch October 1, 2020 19:18
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request Aug 24, 2021
[Hub Generated] Review request for Microsoft.Devices to add version preview/2021-09-01-preview (Azure#15428)

* Adds base for updating Microsoft.Devices from version preview/2021-07-01-preview to version 2021-09-01-preview

* Updates readme

* Updates API version in new specs and examples

* Added creation time in the iothub description

* implemented system data property

* updating examples for iothub bv rg and subscription

* Committing unsaved changes

* removing creationTime

* reverting unformatted change

* Fixing josn pretty issue

* Adds suppression to readme

* Removing external reference to internal reference

* reverting the suppression
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request Aug 26, 2021
Revert "[Hub Generated] Review request for Microsoft.Devices to add version preview/2021-09-01-preview (Azure#15428)" (Azure#15797)

This reverts commit 21056051e0ceb137195559aeff9df03f56a5d9af.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants