Update package release status completion to process multiple packages#11807
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the release plan completion script to handle multiple packages by processing either a single package info file or all JSON files in a directory. This enhancement supports batch release operations, particularly for Java release pipelines.
- Refactored the main logic into a
Process-Packagefunction to handle individual packages - Added support for processing multiple package info files from a directory
- Updated parameter documentation to reflect the new directory input option
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11807 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>
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11807 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#11807) * Update package release status completion to process multiple packages
This PR has changes to mark release status as completed when running batch release (applicable for Java release pipelines now)