bump azure.storage.blob and azure.identity versions#120868
Merged
EgorBo merged 2 commits intodotnet:mainfrom Oct 19, 2025
Merged
bump azure.storage.blob and azure.identity versions#120868EgorBo merged 2 commits intodotnet:mainfrom
EgorBo merged 2 commits intodotnet:mainfrom
Conversation
Member
Author
|
/azp run runtime-coreclr jitrollingbuild |
|
No pipelines are associated with this pull request. |
This was referenced Oct 18, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the versions of two Azure Python packages (azure.storage.blob and azure.identity) used in CI/CD pipeline scripts. The changes address issue #120867 by bumping azure.storage.blob from version 12.5.0 to 12.27.0 and azure.identity from version 1.16.1 to 1.25.1 across multiple pipeline configuration files.
Key Changes:
- Updated
azure.storage.blobfrom 12.5.0 to 12.27.0 - Updated
azure.identityfrom 1.16.1 to 1.25.1
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/libraries/superpmi-postprocess-step.yml | Updated Azure package versions in the superpmi postprocess pipeline step |
| eng/pipelines/coreclr/templates/upload-jits-steps.yml | Updated Azure package versions in the JIT upload template |
| eng/pipelines/coreclr/templates/run-superpmi-collect-job.yml | Updated Azure package versions in the superpmi collection job template |
| eng/pipelines/common/templates/runtimes/run-test-job.yml | Updated Azure package versions in the runtime test job template |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
#120867