Sync eng/common directory with azure-sdk-tools for PR 13750#47838
Merged
praveenkuttappan merged 14 commits intomainfrom Feb 2, 2026
Merged
Sync eng/common directory with azure-sdk-tools for PR 13750#47838praveenkuttappan merged 14 commits intomainfrom
praveenkuttappan merged 14 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs the eng/common directory from azure-sdk-tools PR #13750, refactoring the release plan completion marking process to use the azsdk CLI tool instead of the previous DevOps-WorkItem-Helpers approach.
Changes:
- Replaces PowerShell DevOps workitem API calls with the
azsdkCLI tool for marking release plan completion - Adds a new template for installing the azsdk CLI tool in pipeline steps
- Simplifies the release marking logic by delegating workitem management to the
azsdktool
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| eng/common/scripts/Mark-ReleasePlanCompletion.ps1 | Refactored to accept azsdk executable path parameter, removed DevOps-WorkItem-Helpers dependency, simplified logic to use azsdk CLI for release status updates |
| eng/common/pipelines/templates/steps/mark-release-completion.yml | Updated to install azsdk CLI and pass its path to the PowerShell script |
| eng/common/pipelines/templates/steps/install-azsdk-cli.yml | New template that installs the Azure SDK Tools CLI using azure-sdk-mcp.ps1 |
eng/common/pipelines/templates/steps/mark-release-completion.yml
Outdated
Show resolved
Hide resolved
00eee22 to
ebe4c89
Compare
praveenkuttappan
approved these changes
Jan 29, 2026
ea830ca to
7bdc037
Compare
praveenkuttappan
approved these changes
Jan 30, 2026
46ab156 to
9df7c37
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
9df7c37 to
3f9b3ff
Compare
praveenkuttappan
approved these changes
Feb 2, 2026
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#13750 See eng/common workflow