Skip to content

Commit

Permalink
[storage] clientName in listHandles, getRangeListDiff with rename (#2…
Browse files Browse the repository at this point in the history
…9198)

Added ability to call ShareFileClient.getRangeListDiff() on a file that
has been renamed.

Added support OAuth for interface ShareFileClient.uploadRangeFromURL().
Added support to return clientName property in file/directory handle
properties in ShareFileClient.listHandles() and
ShareDirectoryClient.listHandles().


### Packages impacted by this PR


### Issues associated with this PR


### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
EmmaZhu authored Apr 17, 2024
1 parent f7fca7e commit e345acb
Show file tree
Hide file tree
Showing 29 changed files with 2,256 additions and 341 deletions.
11 changes: 5 additions & 6 deletions sdk/storage/storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release History

## 12.17.1 (Unreleased)
## 12.17.1-beta.1 (2024-04-18)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Added support for service version 2024-05-04.
- Added ability to call ShareFileClient.getRangeListDiff() on a file that has been renamed.
- Added support OAuth for interface ShareFileClient.uploadRangeFromURL().
- Added support to return clientName property in file/directory handle properties in ShareFileClient.listHandles() and ShareDirectoryClient.listHandles().

## 12.17.0 (2023-11-09)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/storage-file-share/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/storage-file-share",
"sdk-type": "client",
"version": "12.17.1",
"version": "12.17.1-beta.1",
"description": "Microsoft Azure Storage SDK for JavaScript - File",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e345acb

Please sign in to comment.