This is an automated email from the ASF dual-hosted git repository. rahulvats pushed a commit to branch py-client-sync in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 99e85180c629c9b8957304a5c936f6218550a5b4 Author: David Blain <[email protected]> AuthorDate: Tue Mar 24 12:16:02 2026 +0100 refactor: Limited myself as code owner of the msgraph modules, not the entire Azure provider (#64158) --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 66204692181..f09f5824451 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -99,7 +99,9 @@ airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/ @Lee-W @jason810496 @guan /providers/hashicorp/ @hussein-awala /providers/informatica/ @RNHTTR # + @cetingokhan @sertaykabuk @umutozel /providers/keycloak/ @vincbeck @bugraoz93 -/providers/microsoft/azure/ @dabla +/providers/microsoft/azure/docs/**/msgraph.rst @dabla +/providers/microsoft/azure/src/**/msgraph.py @dabla +/providers/microsoft/azure/tests/**/*msgraph.py @dabla /providers/openlineage/ @mobuchowski /providers/smtp/ @hussein-awala /providers/snowflake/ @potiuk
