Sync eng/common directory with azure-sdk-tools for PR 13076#9474
Merged
Sync eng/common directory with azure-sdk-tools for PR 13076#9474
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs the eng/common directory with azure-sdk-tools repository (PR #13076), adding comprehensive support for GroupId parameters throughout the release tooling infrastructure. This enhancement improves package identification and work item tracking, particularly for Java packages where GroupId is a critical identifier alongside the artifact name.
Key Changes
- Added GroupId parameter support across multiple PowerShell scripts for package identification and work item management
- Introduced
Get-FullPackageNamehelper function to standardize package name formatting with optional colon separator - Enhanced work item queries and caching to include GroupId filtering for more precise package tracking
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| eng/common/scripts/Validate-All-Packages.ps1 | Added GroupId parameter threading through validation functions; introduced Get-FullPackageName for API review lookups; updated work item creation to include GroupId |
| eng/common/scripts/Update-ChangeLog.ps1 | Added GroupId parameter and passed it to Get-PkgProperties for accurate package filtering |
| eng/common/scripts/Prepare-Release.ps1 | Added GroupId parameter with Java-specific prompting; integrated GroupId in work item updates and API review checks; fixed typo in user prompt |
| eng/common/scripts/Package-Properties.ps1 | Enhanced Get-PkgProperties with GroupId filtering; added Get-FullPackageName helper function; improved error messages for GroupId scenarios |
| eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1 | Extended work item functions to support GroupId parameter; updated queries, caching, and field comparisons to include GroupId; fixed spacing in error message |
c58db5c to
0ccb590
Compare
raych1
approved these changes
Dec 10, 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#13076 See eng/common workflow