Update release plan completion script to take package info file#11726
Merged
praveenkuttappan merged 2 commits intoAzure:mainfrom Aug 19, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the release plan completion script to accept package information from a configuration file instead of directly accepting package name and version as parameters. The script now takes a package artifact name and package config path, then reads the package name and version from a JSON file, making it consistent with other scripts in the release stage.
Key changes:
- Replaced package name and version parameters with package artifact name and config path parameters
- Added logic to read package information from a JSON configuration file
- Removed the MaxCount parameter that was previously optional
Collaborator
|
The following pipelines have been queued for testing: |
weshaggard
approved these changes
Aug 19, 2025
This was referenced Aug 19, 2025
azure-sdk
added a commit
to Azure/azure-sdk-for-js
that referenced
this pull request
Aug 19, 2025
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11726 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
azure-sdk
added a commit
to Azure/azure-sdk-for-rust
that referenced
this pull request
Aug 19, 2025
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11726 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
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.
Pipeline will pass path to package info file and artifact name similar to other scripts in the release stage and package name and version will be retrieved from package info file.