Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@
*help.yaml @necusjz @DanielMicrosoft @ReaNAiveD @yonzhan
*help.yml @necusjz @DanielMicrosoft @ReaNAiveD @yonzhan

/linter_exclusions.yml @naganandyala @bebound @YanaXu @yonzhan @wangzelin007
/linter_exclusions.yml @naganandyala @YanaXu @yonzhan @wangzelin007 @bebound @jiasli

/doc/ @necusjz @DanielMicrosoft @ReaNAiveD @yonzhan
/tools/ @naganandyala @bebound @YanaXu @yonzhan @wangzelin007
/tools/ @naganandyala @YanaXu @yonzhan @wangzelin007 @bebound @jiasli
/tools/aaz-flow @a0x1ab @necusjz @yanzhudd @naganandyala
/scripts/ @naganandyala @bebound @YanaXu @yonzhan @wangzelin007
/scripts/live_test @naganandyala @bebound @YanaXu @yonzhan @wangzelin007
/src/azure-cli-testsdk/ @necusjz @DanielMicrosoft @ReaNAiveD @yonzhan
/scripts/ @naganandyala @YanaXu @yonzhan @wangzelin007 @bebound @jiasli
/scripts/live_test @naganandyala @YanaXu @yonzhan @wangzelin007 @bebound @jiasli
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/scripts/live_test is a directory, but this CODEOWNERS pattern is missing a trailing /. Elsewhere in this file directory patterns are written with a trailing slash (e.g., /scripts/, /tools/, /doc/), which also avoids accidentally matching a file named live_test. Consider changing this to /scripts/live_test/ for consistency and clarity.

Suggested change
/scripts/live_test @naganandyala @YanaXu @yonzhan @wangzelin007 @bebound @jiasli
/scripts/live_test/ @naganandyala @YanaXu @yonzhan @wangzelin007 @bebound @jiasli

Copilot uses AI. Check for mistakes.
/src/azure-cli-testsdk/ @necusjz @DanielMicrosoft @ReaNAiveD @yonzhan @bebound @jiasli

/src/azure-cli-core/ @necusjz @DanielMicrosoft @ReaNAiveD @yonzhan
/src/azure-cli-core/ @necusjz @DanielMicrosoft @ReaNAiveD @yonzhan @bebound @jiasli
/src/azure-cli-core/azure/cli/core/_profile.py @isra-fel @notyashhh @xuming-ms @teresaritorto
/src/azure-cli-core/azure/cli/core/auth/ @isra-fel @notyashhh @xuming-ms @teresaritorto
/src/azure-cli-core/azure/cli/core/extension/ @VeryEarly @Pan-Qi @jsntcy @necusjz
/src/azure-cli-core/azure/cli/core/style.py @NoriZC @yanzhudd @teresaritorto
/src/azure-cli-core/azure/cli/core/aaz/ @VeryEarly @Pan-Qi @jsntcy @necusjz

/src/azure-cli/ @necusjz @DanielMicrosoft @ReaNAiveD @yonzhan @bebound @jiasli
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is mainly for

  • src/azure-cli/setup.py
  • src/azure-cli/requirements.py3.Darwin.txt
  • src/azure-cli/requirements.py3.Linux.txt
  • src/azure-cli/requirements.py3.windows.txt

Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description calls out src/azure-cli-telemetry/setup.py, but there is no CODEOWNERS rule for /src/azure-cli-telemetry/ (or that specific setup.py). As-is, changes under src/azure-cli-telemetry/ will still not get the intended ownership/review requirements. Consider adding a /src/azure-cli-telemetry/ ... entry (or update the PR description if telemetry is intentionally out of scope).

Copilot uses AI. Check for mistakes.
/src/azure-cli/azure/cli/command_modules/acr/ @NoriZC @yanzhudd @teresaritorto @northtyphoon @rosanch
/src/azure-cli/azure/cli/command_modules/acs/ @NoriZC @yanzhudd @teresaritorto @zqingqing1 @gtracer @xizhamsft @andyliuliming @fumingzhang
/src/azure-cli/azure/cli/command_modules/advisor/ @VeryEarly @Pan-Qi @jsntcy @Prasanna-Padmanabhan
Expand Down Expand Up @@ -65,6 +66,6 @@
/src/azure-cli/azure/cli/command_modules/sql/ @VeryEarly @Pan-Qi @calvinhzy @jsntcy @jaredmoo
/src/azure-cli/azure/cli/command_modules/storage/ @VeryEarly @Pan-Qi @calvinhzy @jsntcy
/src/azure-cli/azure/cli/command_modules/synapse/ @VeryEarly @Pan-Qi @jsntcy @idear1203 @zesluo @calvinhzy
/src/azure-cli/azure/cli/command_modules/util/ @naganandyala @bebound @YanaXu @yonzhan @wangzelin007
/src/azure-cli/azure/cli/command_modules/util/ @naganandyala @YanaXu @yonzhan @wangzelin007 @bebound @jiasli
/src/azure-cli/azure/cli/command_modules/vm/ @NoriZC @yanzhudd @teresaritorto @Drewm3 @TravisCragg-MSFT @nikhilpatel909 @sandeepraichura @hilaryw29 @GabstaMSFT @ramankumarlive @ushnaarshadkhan
/src/azure-cli/azure/cli/command_modules/containerapp/ @NoriZC @yanzhudd @teresaritorto @ruslany @sanchitmehta @ebencarek @JennyLawrance @howang-ms @vinisoto @chinadragon0515 @vturecek @torosent @pagariyaalok @Juliehzl @jijohn14 @Greedygre @ShichaoQiu
Loading