[STG93][AzFiles] Adding Rename Support to List Ranges API #23022
Merged
tanyasethi-msft merged 4 commits intoAzure:feat/storage/stg93from Jun 12, 2024
tanyasethi-msft:rename-ListRanges
Merged
[STG93][AzFiles] Adding Rename Support to List Ranges API #23022tanyasethi-msft merged 4 commits intoAzure:feat/storage/stg93from tanyasethi-msft:rename-ListRanges
tanyasethi-msft merged 4 commits intoAzure:feat/storage/stg93from
tanyasethi-msft:rename-ListRanges
Conversation
Member
Author
|
/check-enforcer evaluate |
Member
Author
|
/azp run go - azfile |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run go - azfile |
|
Azure Pipelines successfully started running 1 pipeline(s). |
souravgupta-msft
approved these changes
Jun 12, 2024
tanyasethi-msft
added a commit
that referenced
this pull request
Jun 13, 2024
* azfile swagger update * service version update * service version upgrade (#22772) * test for clientName in listHandles (#22997) * [STG93][AzFiles] Adding Rename Support to List Ranges API (#23022) * support rename operation in list ranges * test recording * fix lint error * changelog updates * [azdatalake] Added ACL response headers (#23059) * Added ACL response headers and removed few linting errors * changelog updates, linter updates, recording * new test and recordings * lint warnings solve * azblob - linter errors solve + dependancy updates * changelog for dependency updates and few linter errors * pipeline falures fix * changelog release version change to preview * version.go updates in all 3 modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
x-ms-file-support-rename: { Boolean }Supported in version 2024-05-04 and above. This header is allowed only when prevsharesnapshot query parameter is present. The Boolean value determines whether the changed ranges for a file should be listed when the file's location in the previous snapshot is different from the location in the Request URI, as a result of rename or move operations. If the value is true, the valid changed ranges for the file will be returned. If the value is false, the operation will result in a failure with 409 (Conflict) response. The default value is false.