-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
48 lines (42 loc) · 1.39 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/master/docs/engineering-system/codeowners.md
###########
# SDK
###########
# Catch all
/sdk/ @mayurid
# Core
/sdk/core/ @lmazuel @xiangyan99 @johanste
/sdk/core/azure-core/ @xiangyan99 @bryevdv
# Service team
/sdk/identity/ @chlowell @schaabs
/sdk/eventhub/ @annatisch @yunhaoling @YijunXieMS
/sdk/storage/ @zezha-msft @annatisch @rakshith91
/sdk/applicationinsights/ @alexeldeib
/sdk/batch/ @bgklein @matthchr @xingwu1
/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/ @areddish
/sdk/keyvault/ @schaabs @chlowell @iscai-msft
/sdk/loganalytics/ @alexeldeib
/sdk/consumption/ @sandeepnl
/sdk/containerinstance/ @samkreter @xizhamsft
/sdk/containerregistry/ @djyou
/sdk/containerservice/ @samkreter @zqingqing1 @GaneshaThirumurthi
/sdk/cosmos/ @shurd
/sdk/datafactory/ @hvermis
/sdk/datalake/ @ro-joowan
/sdk/datadatamigration/ @vchske
/sdk/eventgrid/ @kalyanaj
/sdk/hdinsight/ @idear1203
/sdk/machinelearningcompute/ @shutchings
/sdk/recoveryservices/ @DheerendraRathor
/sdk/servicefabric/ @QingChenmsft @samedder
/sql/sql/ @jaredmoo
/sdk/servicebus/ @annatisch @yunhaoling @YijunXieMS
# Management Plane
/**/*mgmt*/ @zikalino
###########
# Eng Sys
###########
/eng/ @weshaggard @scbedd @mitchdenny @danieljurek
/**/tests.yml @danieljurek
/**/ci.yml @mitchdenny