Skip to content

Commit e7f9ea3

Browse files
authored
[storage-file-share] Migrate to core-rest-pipeline (#26102)
### Packages impacted by this PR `@azure/storage-file-share` ### Issues associated with this PR #15813 ### Describe the problem that is addressed by this PR This PR migrates storage-file-share to the new core pipeline in the same way that storage-blob and storage-file-datalake were migrated. There are no changes to the public surface and existing recorded tests still pass. ### Provide a list of related PRs _(if any)_ #24141, #24835
1 parent ef3d627 commit e7f9ea3

69 files changed

Lines changed: 2588 additions & 3679 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

common/config/rush/pnpm-lock.yaml

Lines changed: 33 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"plugins": ["@azure/azure-sdk"],
3+
"extends": ["plugin:@azure/azure-sdk/azure-sdk-base"],
4+
"rules": {
5+
"@azure/azure-sdk/ts-package-json-module": "warn"
6+
}
7+
}

sdk/storage/storage-file-share/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Release History
22

3+
## 12.20.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
13+
- Migrated dependency on `@azure/core-http` to `@azure/core-rest-pipeline`.
14+
315
## 12.13.0 (Unreleased)
416

517
### Features Added

sdk/storage/storage-file-share/api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3-
"mainEntryPointFilePath": "types/latest/src/index.d.ts",
3+
"mainEntryPointFilePath": "types/latest/storage-file-share/src/index.d.ts",
44
"docModel": {
55
"enabled": true
66
},

0 commit comments

Comments
 (0)