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
  
     | 
    
      # 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 @KieranBrantnerMagee
# PRLabel: %Storage
/sdk/storage/                                                        @amishra-dev @zezha-msft @annatisch @rakshith91 @xiafu-msft @tasherif-msft @kasobol-msft
# PRLabel: %App Configuration
/sdk/appconfiguration/                                               @xiangyan99
/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/                                                  @RezaJooyandeh @turalf @ankitarorabit @Azure/azure-sdk-communication-code-reviewers
# PRLabel: %KeyVault
/sdk/keyvault/                                                       @schaabs @chlowell @mccoyp
# PRLabel: %Monitor - LogAnalytics
/sdk/loganalytics/                                                   @alexeldeib
# PRLabel: %Monitor - Exporter
/sdk/monitor/opentelemetry-exporter-azuremonitor                     @rakshith91 @lmazuel @hectorhdzg @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 @rakshith91 @KieranBrantnerMagee
# 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 @rakshith91
# PRLabel: %Service Fabric
/sdk/servicefabric/                                                  @QingChenmsft @samedder
# PRLabel: %SQL
/sql/sql/                                                            @jaredmoo
# PRLabel: %Service Bus
/sdk/servicebus/                                                     @annatisch @yunhaoling @KieranBrantnerMagee
# 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 @rakshith91
# PRLabel: %Cognitive - Metrics Advisor
/sdk/metricsadvisor/                                                 @xiangyan99 @kristapratico
# PRLabel: %Tables
/sdk/tables/                                                         @seankane-msft
# Smoke Tests
/common/smoketest/                                                   @lmazuel @chlowell @annatisch @rakshith91 @shurd @southpolesteve
# Management Plane
/**/*mgmt*/     @msyyc @jsntcy @changlong-liu
###########
# Eng Sys
###########
/eng/           @weshaggard @scbedd @mitchdenny @danieljurek
/**/tests.yml   @danieljurek
/**/ci.yml      @mitchdenny
 
     |