-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
102 lines (73 loc) · 3.89 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/master/docs/policies/opensource.md#codeowners
###########
# SDK
###########
# Catch all
/sdk/ @mayurid @lmazuel
# Core
# PRLabel: %Azure.Core
/sdk/core/ @lmazuel @xiangyan99 @johanste @rakshith91
/sdk/core/azure-core/ @xiangyan99 @lmazuel
####
# Service team
####
# PRLabel: %Azure.Identity
/sdk/identity/ @chlowell @schaabs
# PRLabel: %Event Hubs
/sdk/eventhub/ @annatisch @yunhaoling @YijunXieMS
# PRLabel: %Storage
/sdk/storage/ @amishra-dev @zezha-msft @annatisch @rakshith91 @xiafu-msft @kasobol-msft
/sdk/applicationinsights/ @alexeldeib
# PRLabel: %Batch
/sdk/batch/ @bgklein @xingwu1
/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/ @areddish
# PRLabel: %KeyVault
/sdk/keyvault/ @schaabs @chlowell @iscai-msft
# PRLabel: %Monitor - LogAnalytics
/sdk/loganalytics/ @alexeldeib
# PRLabel: %Consumption
/sdk/consumption/ @sandeepnl
# PRLabel: %Container Instances
/sdk/containerinstance/ @samkreter @xizhamsft
# PRLabel: %Container Registry
/sdk/containerregistry/ @djyou
/sdk/containerservice/ @samkreter @zqingqing1 @GaneshaThirumurthi
# PRLabel: %Cosmos
/sdk/cosmos/ @southpolesteve @zfoster
# PRLabel: %Data Factory
/sdk/datafactory/ @hvermis
/sdk/datalake/ @ro-joowan
/sdk/datadatamigration/ @vchske
# PRLabel: %Event Grid
/sdk/eventgrid/ @kalyanaj
# PRLabel: %HDInsight
/sdk/hdinsight/ @idear1203
# PRLabel: %Machine Learning Compute
/sdk/machinelearningcompute/ @shutchings
# PRLabel: %Recovery Services
/sdk/recoveryservices/ @DheerendraRathor
# PRLabel: %Search
/sdk/search/ @xiangyan99 @rakshith91
# PRLabel: %Service Fabric
/sdk/servicefabric/ @QingChenmsft @samedder
# PRLabel: %SQL
/sql/sql/ @jaredmoo
# PRLabel: %Service Bus
/sdk/servicebus/ @annatisch @yunhaoling @YijunXieMS @KieranBrantnerMagee
# PRLabel: %Synapse
/sdk/synapse/ @aim-for-better @idear1203
# PRLabel: %Cognitive - Text Analytics
/sdk/textanalytics/ @kristapratico @iscai-msft
# PRLabel: %Cognitive - Form Recognizer
/sdk/formrecognizer/ @kristapratico @iscai-msft @rakshith91
# Smoke Tests
/common/smoketest/ @lmazuel @chlowell @annatisch @rakshith91 @shurd @southpolesteve
# Management Plane
/**/*mgmt*/ @zikalino
###########
# Eng Sys
###########
/eng/ @weshaggard @scbedd @mitchdenny @danieljurek
/**/tests.yml @danieljurek
/**/ci.yml @mitchdenny