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

Storage/file share error code #15007

Merged

Conversation

gapra-msft
Copy link
Member

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

Resolves #8481

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Sep 10, 2020
@gapra-msft gapra-msft marked this pull request as ready for review September 10, 2020 00:32
@@ -94,6 +94,7 @@ public FilesImpl(AzureFileStorageImpl client) {

@Head("{shareName}/{filePath}")
@ExpectedResponses({200})
@UnexpectedResponseExceptionType(ShareStorageException.class)
Copy link
Member

Choose a reason for hiding this comment

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

This is a safe change as this new type is a subclass of the previous exception that would be thrown.

@@ -4,6 +4,8 @@
- Added support for the 2019-02-10 service version.
- Added support to specify Arrow Output Serialization when querying a blob.

- Added BlobImmutableDueToPolicy to the BlobErrorCode enum.
Copy link
Member Author

Choose a reason for hiding this comment

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

This is from another change I forgot to add Changelog for

@gapra-msft gapra-msft merged commit e700c2b into Azure:feature/storage/stg74 Sep 15, 2020
@gapra-msft gapra-msft deleted the storage/fileShareErrorCode branch September 15, 2020 18:33
gapra-msft added a commit that referenced this pull request Oct 1, 2020
* Updated all service versions to STG74 (#14079)

* Added code for get file range diff (#14140)

* Added code for smb multi channel (#14180)

* Added code to allow scheduling file expiry (#14319)

* Added support for arrow output serialization (#14431)

* Added support to read last access time  (#14342)

* Added support to lease shares (#14287)

* Updated file ranges to getFileRangesDiff (#14839)

* Added support for directory and delegation SAS (#14531)

* Recursive acl (#14669)

* Added missing error code (#14986)

* Added tests to ensure support for 4TB file (#15179)

Co-authored-by: Gauri Prasad <gapra@microsoft.com>

* Storage/file share error code (#15007)

* Fixed simple renames and doc issues from 74 (#15297)

Co-authored-by: Gauri Prasad <gapra@microsoft.com>

* Added back support for container undelete. (#15344)

* Regenerated code to address APIView comments (#15341)

* Minor changelog formatting issues

* Formatting - new lines and unused imports

* Fixed public API for file get range diff (#15562)

* Modified recursive acl tests to be able to play in live mode (#15815)

* Added support for live tests in the STG 74 branch (#15724)

* Added code to return batch failures in results for recursive ACL (#15842)

* Wrapped continuation token with Exception when recursive acl call is … (#15839)

Co-authored-by: Gauri Prasad <gapra@microsoft.com>
Co-authored-by: Rick Ley <frley@microsoft.com>
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request Jun 29, 2021
[python]track2 config for some services (Azure#15007)

* consumption

* delete track1 config
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request Jun 29, 2021
[python]track2 config for some services (Azure#15007)

* consumption

* delete track1 config
openapi-sdkautomation bot pushed a commit to AzureSDKAutomation/azure-sdk-for-java that referenced this pull request Jun 29, 2021
[python]track2 config for some services (Azure#15007)

* consumption

* delete track1 config
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.

3 participants