-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Sync eng/common directory with azure-sdk-tools for PR 13750 #44900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR syncs the eng/common directory with azure-sdk-tools PR #13750, refactoring the release plan completion process to use the azsdk CLI tool instead of directly calling DevOps APIs.
Changes:
- Replaced DevOps API-based release plan marking with azsdk CLI tool invocation
- Added installation step for the azsdk CLI tool in the pipeline
- Removed dependency on DevOps-WorkItem-Helpers.ps1 in favor of the unified azsdk tool
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/common/scripts/Mark-ReleasePlanCompletion.ps1 | Refactored to accept azsdk executable path and use CLI tool for marking release completion instead of DevOps APIs |
| eng/common/pipelines/templates/steps/mark-release-completion.yml | Added azsdk CLI installation step and updated arguments to pass executable path |
| eng/common/pipelines/templates/steps/install-azsdk-cli.yml | New template to install the Azure SDK Tools CLI using the azure-sdk-mcp.ps1 script |
a2306fb to
ca05ed3
Compare
f737c0e to
c878c38
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>
c878c38 to
58aa5dc
Compare
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#13750 See eng/common workflow