Update package version for stg101#38623
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR promotes several Azure Storage JS packages from beta to stable by updating their versions and aligning related metadata (AutoRest config, SDK constants, generated user-agent strings, and changelogs), along with updating dependency ranges to stable releases.
Changes:
- Bumped package versions from
*-beta.*to stable forstorage-queue,storage-blob,storage-file-share,storage-file-datalake, andstorage-common, and updated dependent package references (e.g.,@azure/storage-common). - Updated SDK version constants and generated protocol-layer
packageDetailsuser-agent strings to the stable versions. - Updated changelogs and AutoRest
package-versionentries; lockfile updated accordingly.
Reviewed changes
Copilot reviewed 18 out of 23 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/storage/storage-queue/swagger/README.md | Update AutoRest package-version to 12.30.0. |
| sdk/storage/storage-queue/src/utils/constants.ts | Update SDK_VERSION to 12.30.0. |
| sdk/storage/storage-queue/src/generated/src/storageClient.ts | Update generated packageDetails user-agent version to 12.30.0. |
| sdk/storage/storage-queue/package.json | Promote package version to 12.30.0 and update @azure/storage-common dependency to ^12.4.0. |
| sdk/storage/storage-queue/CHANGELOG.md | Add 12.30.0 release entry. |
| sdk/storage/storage-file-share/swagger/README.md | Update AutoRest package-version to 12.31.0. |
| sdk/storage/storage-file-share/src/utils/constants.ts | Update SDK_VERSION to 12.31.0. |
| sdk/storage/storage-file-share/src/generated/src/storageClient.ts | Update generated packageDetails user-agent version to 12.31.0. |
| sdk/storage/storage-file-share/package.json | Promote package version to 12.31.0 and update @azure/storage-common dependency to ^12.4.0. |
| sdk/storage/storage-file-share/CHANGELOG.md | Add 12.31.0 release entry (note: contains an incorrect referenced beta version). |
| sdk/storage/storage-file-datalake/swagger/README.md | Update AutoRest package-version to 12.30.0. |
| sdk/storage/storage-file-datalake/src/utils/constants.ts | Update SDK_VERSION to 12.30.0. |
| sdk/storage/storage-file-datalake/src/generated/src/storageClient.ts | Update generated packageDetails user-agent version to 12.30.0. |
| sdk/storage/storage-file-datalake/package.json | Promote package version to 12.30.0; update deps to stable @azure/storage-blob and @azure/storage-common. |
| sdk/storage/storage-file-datalake/CHANGELOG.md | Add 12.30.0 release entry. |
| sdk/storage/storage-common/package.json | Promote package version to 12.4.0 (note: SDK_VERSION constant appears not updated). |
| sdk/storage/storage-common/CHANGELOG.md | Add 12.4.0 release entry. |
| sdk/storage/storage-blob/swagger/README.md | Update AutoRest package-version to 12.32.0. |
| sdk/storage/storage-blob/src/utils/constants.ts | Update SDK_VERSION to 12.32.0. |
| sdk/storage/storage-blob/src/generated/src/storageClient.ts | Update generated packageDetails user-agent version to 12.32.0. |
| sdk/storage/storage-blob/package.json | Promote package version to 12.32.0 and update @azure/storage-common dependency to ^12.4.0. |
| sdk/storage/storage-blob/CHANGELOG.md | Add 12.32.0 release entry. |
| pnpm-lock.yaml | Update importers to stable specifiers; includes broader integrity churn beyond just storage packages. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
a8f6f59 to
16dc8a8
Compare
jeremymeng
approved these changes
May 21, 2026
blueww
approved these changes
May 22, 2026
16dc8a8 to
93d924e
Compare
Member
Author
|
@jeremymeng , could you help to review this PR again? Thanks a lot! |
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.
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