{Misc} Modify CODEOWNERS for azure-cli project#33654
Open
isra-fel wants to merge 1 commit into
Open
Conversation
Updated code owners for various directories and files in the azure-cli project to include the Azure act-identity-squad team.
️✔️AzureCLI-FullTest
|
|
Hi @isra-fel, |
️✔️AzureCLI-BreakingChangeTest
|
Collaborator
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
necusjz
approved these changes
Jun 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s CODEOWNERS configuration to route reviews for identity-related areas to the @Azure/act-identity-squad team.
Changes:
- Adjusts ownership entries under
src/azure-cli-coreand selected core files to add the@Azure/act-identity-squadteam. - Updates CODEOWNERS for several command modules (cloud, identity, keyvault, policyinsights, profile, resource, role) to include the new team.
- Updates owners for packaging-related files (
setup.py,requirements.*.txt) to include the new team.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+16
to
+19
| /src/azure-cli-core/ @necusjz @DanielMicrosoft @yonzhan @Azure/act-identity-squad @jsntcy @YangAn-microsoft @VeryEarly @Pan-Qi | ||
| /src/azure-cli-core/azure/cli/core/_profile.py @Azure/act-identity-squad | ||
| /src/azure-cli-core/azure/cli/core/auth/ @Azure/act-identity-squad | ||
| /src/azure-cli-core/azure/cli/core/cloud.py @Azure/act-identity-squad |
Comment on lines
+26
to
+28
| /src/azure-cli-core/setup.py @necusjz @DanielMicrosoft @yonzhan @Azure/act-identity-squad @jsntcy @YangAn-microsoft @VeryEarly @Pan-Qi | ||
| /src/azure-cli/setup.py @Azure/act-identity-squad @jsntcy @YangAn-microsoft @VeryEarly @Pan-Qi | ||
| /src/azure-cli/requirements.*.txt @necusjz @DanielMicrosoft @yonzhan @Azure/act-identity-squad @jsntcy @YangAn-microsoft @VeryEarly @Pan-Qi |
| /src/azure-cli/azure/cli/command_modules/botservice/ @jsntcy @jiaxuwu2021 @luhan2017 @wangzelin007 @a0x1ab @coopercox-ms | ||
| /src/azure-cli/azure/cli/command_modules/cdn/ @necusjz @DanielMicrosoft @yonzhan @t-bzhan | ||
| /src/azure-cli/azure/cli/command_modules/cloud/ @isra-fel @MaddyMicrosoft @notyashhh @xuming-ms @teresaritorto | ||
| /src/azure-cli/azure/cli/command_modules/cloud/ @Azure/act-identity-squad |
| /src/azure-cli/azure/cli/command_modules/feedback/ @VeryEarly @Pan-Qi @jsntcy | ||
| /src/azure-cli/azure/cli/command_modules/hdinsight/ @VeryEarly @Pan-Qi @jsntcy @aim-for-better | ||
| /src/azure-cli/azure/cli/command_modules/identity/ @isra-fel @MaddyMicrosoft @notyashhh @xuming-ms @teresaritorto | ||
| /src/azure-cli/azure/cli/command_modules/identity/ @Azure/act-identity-squad |
| /src/azure-cli/azure/cli/command_modules/identity/ @Azure/act-identity-squad | ||
| /src/azure-cli/azure/cli/command_modules/iot/ @NoriZC @yanzhudd @teresaritorto @digimaun | ||
| /src/azure-cli/azure/cli/command_modules/keyvault/ @notyashhh @isra-fel @MaddyMicrosoft @xuming-ms @teresaritorto | ||
| /src/azure-cli/azure/cli/command_modules/keyvault/ @Azure/act-identity-squad |
| /src/azure-cli/azure/cli/command_modules/natgateway/ @necusjz @DanielMicrosoft @yonzhan @khannarheams | ||
| /src/azure-cli/azure/cli/command_modules/network/ @necusjz @DanielMicrosoft @yonzhan | ||
| /src/azure-cli/azure/cli/command_modules/policyinsights/ @isra-fel @MaddyMicrosoft @notyashhh @xuming-ms @teresaritorto @cheggert | ||
| /src/azure-cli/azure/cli/command_modules/policyinsights/ @Azure/act-identity-squad @cheggert |
| /src/azure-cli/azure/cli/command_modules/postgresql/ @VeryEarly @Pan-Qi @jsntcy @arde0708 @YangAn-microsoft | ||
| /src/azure-cli/azure/cli/command_modules/privatedns/ @necusjz @DanielMicrosoft @yonzhan | ||
| /src/azure-cli/azure/cli/command_modules/profile/ @isra-fel @MaddyMicrosoft @notyashhh @xuming-ms @teresaritorto | ||
| /src/azure-cli/azure/cli/command_modules/profile/ @Azure/act-identity-squad |
Comment on lines
+66
to
+67
| /src/azure-cli/azure/cli/command_modules/resource/ @Azure/act-identity-squad | ||
| /src/azure-cli/azure/cli/command_modules/role/ @Azure/act-identity-squad |
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.
Updated code owners for various directories and files in the azure-cli project to include the Azure act-identity-squad team.
Related command
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.