-
Notifications
You must be signed in to change notification settings - Fork 2.8k
/
CODEOWNERS
Validating CODEOWNERS rules...
134 lines (94 loc) · 5.27 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# 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 @mccoyp @schaabs
# PRLabel: %Event Hubs
/sdk/eventhub/ @annatisch @yunhaoling @swathipil @rakshith91
# PRLabel: %Storage
/sdk/storage/ @amishra-dev @zezha-msft @annatisch @xiafu-msft @tasherif-msft @kasobol-msft
# PRLabel: %App Configuration
/sdk/appconfiguration/ @xiangyan99 @seankane-msft
/sdk/applicationinsights/azure-applicationinsights/ @divya-jay @geneh @alongafni
/sdk/loganalytics/azure-loganalytics/ @divya-jay @geneh @alongafni
# PRLabel: %Batch
/sdk/batch/ @cRui861 @paterasMSFT @dpwatrous @gingi @zfengms
/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/ @areddish
# PRLabel: %Communication
/sdk/communication/ @turalf @ankitarorabit @memontic-ms @Azure/azure-sdk-communication-code-reviewers
# PRLabel: %KeyVault
/sdk/keyvault/ @schaabs @chlowell @mccoyp
# PRLabel: %Monitor - LogAnalytics
/sdk/loganalytics/ @alexeldeib
# PRLabel: %Monitor - Exporter
/sdk/monitor/azure-monitor-opentelemetry-exporter @rakshith91 @lmazuel @lzchen
# 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/ @lmazuel @yunhaoling @swathipil @rakshith91
# PRLabel: %HDInsight
/sdk/hdinsight/ @idear1203
# PRLabel: %Machine Learning Compute
/sdk/machinelearningcompute/ @shutchings
# PRLabel: %Recovery Services
/sdk/recoveryservices/ @DheerendraRathor
# PRLabel: %Schema Registry
/sdk/schemaregistry/ @yunhaoling
# PRLabel: %Search
/sdk/search/ @xiangyan99
# PRLabel: %Service Fabric
/sdk/servicefabric/ @QingChenmsft @samedder
# PRLabel: %SQL
/sql/sql/ @jaredmoo
# PRLabel: %Service Bus
/sdk/servicebus/ @annatisch @yunhaoling @swathipil @rakshith91
# PRLabel: %Synapse
/sdk/synapse/ @aim-for-better @idear1203
# PRLabel: %EngSys
/sdk/template/ @Azure/azure-sdk-eng
# PRLabel: %Cognitive - Text Analytics
/sdk/textanalytics/ @kristapratico @iscai-msft @abhahn
# PRLabel: %Cognitive - Form Recognizer
/sdk/formrecognizer/ @kristapratico @iscai-msft @catalinaperalta
# PRLabel: %Cognitive - Metrics Advisor
/sdk/metricsadvisor/ @xiangyan99 @kristapratico
# PRLabel: %Cognitive - Translator
/sdk/translation/ @kristapratico @mohamedshabanofficial
# PRLabel: %Tables
/sdk/tables/ @seankane-msft
# PRLabel: %Media
/sdk/media/ @naiteeks @bennage @giakas
# PRLabel: %Container Registry
/sdk/containerregistry/ @seankane-msft
# Smoke Tests
/common/smoketest/ @lmazuel @chlowell @annatisch @rakshith91 @shurd @southpolesteve
# Management Plane
/**/*mgmt*/ @00Kai0 @msyyc @jsntcy @changlong-liu
###########
# Eng Sys
###########
/eng/ @weshaggard @scbedd @mitchdenny @danieljurek
/**/tests.yml @benbp
/**/ci.yml @mitchdenny