Sync eng/common directory with azure-sdk-tools for PR 12478#9303
Merged
Sync eng/common directory with azure-sdk-tools for PR 12478#9303
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR synchronizes the eng/common directory with azure-sdk-tools to refactor package validation and work item management functionality.
- Consolidates
Validate-Package.ps1functionality intoValidate-All-Packages.ps1to reduce script calls and improve efficiency - Converts
Update-DevOps-Release-WorkItem.ps1from a standalone script to a reusable function in the helpers module - Adds support for processing packages via
PackageInfoFilesparameter in addition to the existingArtifactListapproach
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/common/scripts/Validate-All-Packages.ps1 | Major refactor incorporating validation logic previously in separate scripts, adding new parameter support |
| eng/common/scripts/Prepare-Release.ps1 | Updated to call work item function instead of external script |
| eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1 | Added new functions for authentication checks and work item management |
| eng/common/pipelines/templates/steps/validate-all-packages.yml | Added PackageInfoFiles parameter support to pipeline template |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
63f9b5d to
e3f6c91
Compare
raych1
approved these changes
Oct 16, 2025
f138b96 to
6f9c39b
Compare
raych1
approved these changes
Oct 17, 2025
6f9c39b to
dbe519a
Compare
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.
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12478 See eng/common workflow