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]Add support for file oauth and allowing trailing dots #25005

Merged
merged 2 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions common/config/rush/pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions sdk/storage/storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

### Features Added

- Added support for service version 2022-11-02.
- Added support OAuth.
- Added support for Trailing Dot.

### Breaking Changes

### Bugs Fixed
Expand All @@ -13,6 +17,7 @@
## 12.13.0 (2023-02-23)

### Features Added

- Includes all features released in 12.13.0-beta.1.

### Bugs Fixed
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/storage-file-share/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module.exports = function (config) {
envPreprocessor: [
"ACCOUNT_NAME",
"ACCOUNT_SAS",
"ACCOUNT_TOKEN",
"SOFT_DELETE_ACCOUNT_NAME",
"SOFT_DELETE_ACCOUNT_SAS",
"PREMIUM_FILE_ACCOUNT_NAME",
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/storage-file-share/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
"@azure/storage-blob": "^12.13.0",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^2.0.1",
"@azure/test-utils": "^1.0.0",
"@azure-tools/test-recorder": "^1.0.0",
"@azure/test-utils-perf": "^1.0.0",
Expand Down

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

Loading