-
Notifications
You must be signed in to change notification settings - Fork 229
Update release plan completion script to take package info file #11726
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
Update release plan completion script to take package info file #11726
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
The following pipelines have been queued for testing: |
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 <[email protected]>
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 <[email protected]>
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.