From 41f889da487a5b160026f7bca74a5cff5bc77201 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Fri, 30 Jan 2026 16:06:21 -0800 Subject: [PATCH 1/2] Fix up CODEOWNERS --- .github/CODEOWNERS | 45 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a44c7593cae6..960791ccdbae 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,6 +25,9 @@ /sdk/core/azure-core-tracing-opencensus/ @pvaneck /sdk/core/azure-core-tracing-opentelemetry/ @pvaneck +# Smoke Tests +/common/smoketest/ @lmazuel @chlowell @annatisch @mccoyp @shurd @southpolesteve + #################### # Client Libraries #################### @@ -172,6 +175,9 @@ # PRLabel: %Monitor /sdk/loganalytics/ @pvaneck +# PRLabel: %Monitor +/sdk/monitor/ @pvaneck + # AzureSdkOwners: @pvaneck # ServiceLabel: %Monitor # PRLabel: %Monitor @@ -183,9 +189,6 @@ # PRLabel: %Monitor /sdk/monitor/azure-monitor-querymetrics/ @Azure/azure-sdk-write-monitor-query-metrics -# PRLabel: %Monitor -/sdk/monitor/* @pvaneck - # PRLabel: %Monitor - ApplicationInsights /sdk/applicationinsights/azure-applicationinsights/ @azmonapplicationinsights @pvaneck @@ -224,7 +227,13 @@ # ServiceLabel: %Data Factory # PRLabel: %Data Factory /sdk/datafactory/ @hvermis + +# ServiceLabel: %Data Factory +# PRLabel: %Data Factory /sdk/datalake/ @ro-joowan + +# ServiceLabel: %Data Factory +# PRLabel: %Data Factory /sdk/datamigration/ @vchske # PRLabel: %Device Provisioning @@ -284,23 +293,47 @@ # PRLabel: %ML-Jobs /sdk/ml/azure-ai-ml/azure/ai/ml/_schema/job* @TonyJ1 @kingernupur @achauhan-scc @jayesh-tanna @paulshealy1 + +# PRLabel: %ML-Jobs /sdk/ml/azure-ai-ml/azure/ai/ml/entities/_job/ @TonyJ1 @kingernupur @achauhan-scc @jayesh-tanna @paulshealy1 + +# PRLabel: %ML-Jobs /sdk/ml/training-experiences.tests.yml @TonyJ1 @kingernupur @achauhan-scc @jayesh-tanna @paulshealy1 # PRLabel: %ML-AutoML /sdk/ml/azure-ai-ml/azure/ai/ml/_schema/automl/ @skasturi @rtanase @raduk @PhaniShekhar @sharma-riti @jialiu103 @nick863 @yuanzhuangyuanzhuang @novaturient95 + +# PRLabel: %ML-AutoML /sdk/ml/azure-ai-ml/azure/ai/ml/_schema/pipeline/automl_node.py @skasturi @rtanase @raduk @PhaniShekhar @sharma-riti @jialiu103 @nick863 @yuanzhuangyuanzhuang @novaturient95 + +# PRLabel: %ML-AutoML /sdk/ml/azure-ai-ml/azure/ai/ml/automl/ @skasturi @rtanase @raduk @PhaniShekhar @sharma-riti @jialiu103 @nick863 @yuanzhuangyuanzhuang @novaturient95 + +# PRLabel: %ML-AutoML /sdk/ml/azure-ai-ml/azure/ai/ml/entities/_job/automl/ @skasturi @rtanase @raduk @PhaniShekhar @sharma-riti @jialiu103 @nick863 @yuanzhuangyuanzhuang @novaturient95 + +# PRLabel: %ML-AutoML /sdk/ml/azure-ai-ml/tests/automl_job/ @skasturi @rtanase @raduk @PhaniShekhar @sharma-riti @jialiu103 @nick863 @yuanzhuangyuanzhuang @novaturient95 + +# PRLabel: %ML-AutoML /sdk/ml/azure-ai-ml/tests/test_configs/automl_job/ @skasturi @rtanase @raduk @PhaniShekhar @sharma-riti @jialiu103 @nick863 @yuanzhuangyuanzhuang @novaturient95 + +# PRLabel: %ML-AutoML /sdk/ml/automl.tests.yml @skasturi @rtanase @raduk @PhaniShekhar @sharma-riti @jialiu103 @nick863 @yuanzhuangyuanzhuang @novaturient95 # PRLabel: %ML-ImportJob /sdk/ml/azure-ai-ml/azure/ai/ml/_schema/job/import_job.py @vivram + +# PRLabel: %ML-ImportJob /sdk/ml/azure-ai-ml/azure/ai/ml/entities/_job/import_job.py @vivram + +# PRLabel: %ML-ImportJob /sdk/ml/azure-ai-ml/azure/ai/ml/_schema/pipeline/pipeline_import_job.py @vivram + +# PRLabel: %ML-ImportJob /sdk/ml/azure-ai-ml/azure/ai/ml/entities/_builders/import_func.py @vivram + +# PRLabel: %ML-ImportJob /sdk/ml/azure-ai-ml/azure/ai/ml/entities/_builders/import_node.py @vivram # ServiceLabel: %Maps @@ -310,6 +343,9 @@ # ServiceLabel: %Mixed Reality # PRLabel: %Mixed Reality /sdk/mixedreality/azure-mixedreality-authentication/ @RamonArguelles + +# ServiceLabel: %Mixed Reality +# PRLabel: %Mixed Reality /sdk/remoterendering/ @FlorianBorn71 # ServiceLabel: %Online Experimentation @@ -457,9 +493,6 @@ # PRLabel: %WebPubSub /sdk/webpubsub/ @msyyc @iscai-msft -# Smoke Tests -/common/smoketest/ @lmazuel @chlowell @annatisch @mccoyp @shurd @southpolesteve - # ServiceLabel: %AAD %Service Attention # ServiceOwners: @adamedx From a42423ec35adc3cd82070e61f27f6ee7d075e9e7 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Fri, 30 Jan 2026 16:47:38 -0800 Subject: [PATCH 2/2] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 960791ccdbae..d5c140e52d49 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -232,8 +232,8 @@ # PRLabel: %Data Factory /sdk/datalake/ @ro-joowan -# ServiceLabel: %Data Factory -# PRLabel: %Data Factory +# ServiceLabel: %Data Migration +# PRLabel: %Data Migration /sdk/datamigration/ @vchske # PRLabel: %Device Provisioning