Sync eng/common directory with azure-sdk-tools for PR 12478#47026
Merged
Sync eng/common directory with azure-sdk-tools for PR 12478#47026
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR synchronizes the eng/common directory with changes from the azure-sdk-tools repository, specifically consolidating package validation functionality and improving the DevOps workflow integration.
Key Changes:
- Consolidates
Validate-Package.ps1functionality intoValidate-All-Packages.ps1to reduce script calls and improve efficiency - Converts script-based DevOps work item updates to function-based calls in
Prepare-Release.ps1 - Adds new helper functions and global state management for Azure DevOps authentication
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
eng/common/scripts/Validate-All-Packages.ps1 |
Major refactoring to incorporate package validation logic, add new parameters, and include multiple new functions for change log validation, API review verification, and work item management |
eng/common/scripts/Prepare-Release.ps1 |
Updates DevOps work item creation from script call to function call pattern |
eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1 |
Adds new helper functions for authentication, access checks, and work item updates, including global state management |
eng/common/pipelines/templates/steps/validate-all-packages.yml |
Adds new PackageInfoFiles parameter support and updates parameter definitions with proper typing |
7bdc3af to
325dcc3
Compare
raych1
approved these changes
Oct 17, 2025
325dcc3 to
b25d636
Compare
raych1
approved these changes
Oct 17, 2025
…pkg-template-12478
raych1
approved these changes
Oct 20, 2025
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