-
Notifications
You must be signed in to change notification settings - Fork 166
/
CODEOWNERS
Validating CODEOWNERS rules...
34 lines (29 loc) · 1.4 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
################
# Automation
################
# Git Hub bot rules
/.github/CODEOWNERS @jsquire @ronniegeraghty
/.github/fabricbot.json @jsquire @ronniegeraghty
#####################
# Code Generation
#####################
# Catch all
* @AlexanderSher @lirenhe @chunyu3
# Data Plane Reviewers
/samples/AppConfiguration/ @annelo-msft
/samples/Azure.AI.*/ @annelo-msft
/samples/Azure.Analytics.*/ @annelo-msft
/samples/Azure.Storage.*/ @annelo-msft
/samples/Cognitive*/ @annelo-msft
/src/assets/Generator.Shared/ @annelo-msft
/src/AutoRest.CSharp/DataPlane/ @annelo-msft
/src/AutoRest.CSharp/LowLevel/ @annelo-msft
/test/AutoRest.TestServer.Tests/ @annelo-msft
/test/AutoRest.TestServerLowLevel.Tests/ @annelo-msft
# Management CSharp CodeReviewers
/samples/Azure.Management.Storage/ @allenjzhang @m-nash
/samples/Azure.Network.Management.Interface/ @allenjzhang @m-nash
/samples/Azure.ResourceManager.*/ @allenjzhang @m-nash
/src/AutoRest.CSharp/Mgmt/ @allenjzhang @m-nash
/src/AutoRest.CSharp/Common/ @allenjzhang @m-nash
/test/AutoRest.TestServer.Tests/Mgmt/ @allenjzhang @m-nash