-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
CODEOWNERS
Validating CODEOWNERS rules...
136 lines (96 loc) · 3.64 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
135
136
# Instructions for CODEOWNERS file format and automatic build failure notifications:
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
###########
# SDK
###########
# Catch all
/sdk/ @ramya-rao-a
# PRLabel: %Azure.Core
/sdk/core/ @xirzec @chradek @jeremymeng @deyaaeldeen
# PRLabel: %Azure.Core
/sdk/core/core-amqp/ @chradek @richardpark-msft @HarshaNalluru
# PRLabel: %Azure.Core
/sdk/core/core-auth/ @sadasant @xirzec @jeremymeng @deyaaeldeen
# PRLabel: %Azure.Core
/sdk/core/core-client-rest/ @xirzec @chradek @joheredi @jeremymeng @deyaaeldeen
# PRLabel: %Azure.Core
/sdk/core/core-tracing/ @xirzec @chradek @richardpark-msft @maorleger
# Service teams
# PRLabel: %App Configuration
/sdk/appconfiguration/ @richardpark-msft @chradek @HarshaNalluru
# PRLabel: %Attestation
/sdk/attestation/ @LarryOsterman @deyaaeldeen
# PRLabel: %Batch
/sdk/batch/ @dpwatrous @paterasMSFT @zfengms @deyaaeldeen
# PRLabel: %Communication
/sdk/communication/ @DominikMe @0rland0Wats0n @ankitarorabit @Azure/azure-sdk-communication-code-reviewers
# PRLabel: %Container Registry
/sdk/containerregistry/ @jeremymeng
# PRLabel: %Cosmos
/sdk/cosmosdb/ @southpolesteve @zfoster
# PRLabel: %Digital Twins
/sdk/digitaltwins/ @vishnureddy17
# PRLabel: %Event Grid
/sdk/eventgrid/ @xirzec @ellismg
# PRLabel: %Event Hubs
/sdk/eventhub/ @chradek @richardpark-msft @HarshaNalluru
# PRLabel: %Azure.Identity
/sdk/identity/ @sadasant @witemple-msft @schaabs
# PRLabel: %Iot
/sdk/iot/ @YoDaMa @xirzec
# PRLabel: %KeyVault
/sdk/keyvault/ @maorleger @sadasant
# PRLabel: %Service Bus
/sdk/servicebus/ @chradek @richardpark-msft @HarshaNalluru
# PRLabel: %Storage
/sdk/storage/ @XiaoningLiu @jeremymeng @vinjiang @jiacfan @ljian3377 @EmmaZhu
# PRLabel: %Synapse
/sdk/synapse/ @joheredi
# PRLabel: %Tables
/sdk/tables/ @joheredi
# PRLabel: %EngSys
/sdk/template/ @Azure/azure-sdk-eng
/sdk/test-utils/ @HarshaNalluru @sadasant
# PRLabel: %Cognitive - Text Analytics
/sdk/textanalytics/ @deyaaeldeen @witemple-msft
# PRLabel: %Cognitive - Form Recognizer
/sdk/formrecognizer/ @jeremymeng @witemple-msft
# PRLabel: %Cognitive - Metrics Advisor
/sdk/metricsadvisor/ @jeremymeng @KarishmaGhiya
# PRLabel: %Search
/sdk/search/ @xirzec @sarangan12
/sdk/applicationinsights/applicationinsights-query/ @divyajay @geneh @alongafni
/sdk/operationalinsights/loganalytics/ @divyajay @geneh @alongafni
/sdk/cognitiveservices/cognitiveservices-qnamaker-runtime/ @bingisbestest @nerajput1607
/sdk/cognitiveservices/cognitiveservices-qnamaker/ @bingisbestest @nerajput1607
# Smoke Tests
/common/smoke-test/ @ramya-rao-a @chradek @jonathandturner @sadasant @jeremymeng @southpolesteve
# API review files
/sdk/**/review/*api.md @bterlson @xirzec @chradek
# Management Plane
# PRLabel: %Mgmt
/sdk/**/arm-*/ @qiaozha @dw511214992
# PRLabel: %Monitor
/sdk/monitor/ @hectorhdzg @applicationinsights-js-owners @richardpark-msft
/sdk/monitor/monitor-query @KarishmaGhiya @maorleger @richardpark-msft
###########
# Tools
###########
# PRLabel: %dev-tool
/common/tools/dev-tool/ @witemple-msft
###########
# Eng Sys
###########
/eng/ @weshaggard @praveenkuttappan @mikeharder @mitchdenny @danieljurek
/**/tests.yml @benbp
/**/ci.yml @mitchdenny
###########
# Config
###########
/.vscode/ @mikeharder @praveenkuttappan @deyaaeldeen
/common/ @mikeharder @praveenkuttappan @witemple-msft @deyaaeldeen
/common/smoke-test @mikeharder @praveenkuttappan @witemple-msft @deyaaeldeen @benbp
/rush.json @mikeharder @praveenkuttappan
/tsconfig.json @mikeharder @praveenkuttappan @witemple-msft @deyaaeldeen
/**/tsconfig.json @witemple-msft @deyaaeldeen
/.scripts/ @mikeharder @praveenkuttappan @KarishmaGhiya