Sync eng/common directory with azure-sdk-tools for PR 14661#37784
Merged
azure-sdk merged 5 commits intoMar 24, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs eng/common with updates from azure-sdk-tools PR 14661 by adding a pipeline check that prevents protected .github/CODEOWNERS sections from being modified in normal PRs.
Changes:
- Added a PowerShell script to export and compare named CODEOWNERS sections using the
azsdkCLI. - Added a pipeline step template to detect CODEOWNERS changes in PRs and run the protected-section comparison.
- Extended the
install-azsdk-cli.ymlstep template to accept a caller-providedcondition.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| eng/common/scripts/Test-CodeownersSections.ps1 | New script that exports and diffs specified CODEOWNERS sections via azsdk config codeowners export-section. |
| eng/common/pipelines/templates/steps/verify-codeowners-sections.yml | New PR-only pipeline step template that prepares before/after CODEOWNERS files and runs the section comparison. |
| eng/common/pipelines/templates/steps/install-azsdk-cli.yml | Adds a Condition parameter so callers can control when the azsdk CLI install runs. |
51b32f6 to
e9bc547
Compare
e9bc547 to
6d333a0
Compare
6d333a0 to
3b42ae4
Compare
danieljurek
approved these changes
Mar 24, 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#14661 See eng/common workflow