-
Notifications
You must be signed in to change notification settings - Fork 3.4k
{Misc.} Update CODEOWNERS #32982
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
{Misc.} Update CODEOWNERS #32982
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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 | ||
| /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 | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is mainly for
|
||
| /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 | ||
|
|
@@ -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 | ||
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.
/scripts/live_testis 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 namedlive_test. Consider changing this to/scripts/live_test/for consistency and clarity.