Skip to content

Commit

Permalink
Merge branch 'audioreworkvisions:Marco-Pöschmann' into Marco-Pöschmann
Browse files Browse the repository at this point in the history
  • Loading branch information
audioreworkvisions authored Jul 22, 2024
2 parents ca7deb2 + 2828444 commit 943d37e
Show file tree
Hide file tree
Showing 11,991 changed files with 2,543,282 additions and 549,527 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ exclude_lines =
omit =
*/test*
env*
*/_serialization.py
*/_serialization.py
*/sms/_shared/*
15 changes: 2 additions & 13 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,11 @@
"go.gopath": "/go",
"go.goroot": "/usr/local/go",
"go.toolsGopath": "/go/bin",
"python.pythonPath": "/opt/python/latest/bin/python",
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
"python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf",
"python.linting.banditPath": "/usr/local/py-utils/bin/bandit",
"python.linting.flake8Path": "/usr/local/py-utils/bin/flake8",
"python.linting.mypyPath": "/usr/local/py-utils/bin/mypy",
"python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle",
"python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle",
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
"python.defaultInterpreterPath": "/opt/python/latest/bin/python",
"lldb.executable": "/usr/bin/lldb",
"files.watcherExclude": {
"**/target/**": true
}
}
},
"remoteUser": "codespace",
"overrideCommand": false,
Expand Down
98 changes: 59 additions & 39 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
# /scripts/
# /tools/

################
# Automation
################

# Git Hub integration and bot rules
/.github/ @jsquire @ronniegeraghty

###########
# SDK
###########
Expand All @@ -29,6 +22,9 @@
/sdk/ @lmazuel

# Core
# PRLabel: %Core.Http
/sdk/core/corehttp/ @pvaneck @lmazuel @annatisch @johanste @xiangyan99 @iscai-msft @kashifkhan

# PRLabel: %Azure.Core
/sdk/core/ @lmazuel @annatisch @johanste
/sdk/core/azure-core/ @lmazuel @annatisch @johanste @xiangyan99 @tjprescott @iscai-msft @kashifkhan
Expand All @@ -40,6 +36,9 @@
# Service team
####

# PRLabel: %AI
/sdk/ai/ @luigiw @needuv @paulshealy1 @singankit

# PRLabel: %AgriFood
/sdk/agrifood/azure-agrifood-farming/ @bhargav-kansagara

Expand All @@ -53,7 +52,7 @@
/sdk/storage/ @annatisch @jalauzon-msft @vincenttran-msft

# PRLabel: %App Configuration
/sdk/appconfiguration/ @xiangyan99 @YalinLi0312
/sdk/appconfiguration/ @YalinLi0312

# PRLabel: %App Configuration Provider
/sdk/appconfiguration/azure-appconfiguration-provider/ @mametcal @albertofori @avanigupta @mrm9084
Expand Down Expand Up @@ -86,7 +85,7 @@
/sdk/communication/azure-communication-rooms/ @shirleyqin-msft @minnieliu @paolamvhz @alexokun @Mrayyan @shwali-msft @allchiang-msft @mikehang-msft

# PRLabel: %Communication - SMS
/sdk/communication/azure-communication-sms/ @DimaKolomiiets @ozgurcivi-msft @gfeitosa-msft @besh2014 @phermanov-msft @ilyapaliakou-msft
/sdk/communication/azure-communication-sms/ @DimaKolomiiets @gfeitosa-msft @besh2014 @phermanov-msft @ilyapaliakou-msft

# PRLabel: %Communication - Identity
/sdk/communication/azure-communication-identity/ @Azure/acs-identity-sdk @AikoBB @maximrytych-ms @mjafferi-msft
Expand All @@ -98,7 +97,10 @@
/sdk/communication/**/_shared/ @Azure/acs-identity-sdk @AikoBB @maximrytych-ms @mjafferi-msft

# PRLabel: %Confidential Ledger
/sdk/confidentialledger/azure-confidentialledger/ @lynshi
/sdk/confidentialledger/azure-confidentialledger/ @PallabPaul

# PRLabel: %Content Safety
/sdk/contentsafety/ @mengaims @JieZhou000

# PRLabel: %KeyVault
/sdk/keyvault/ @schaabs @mccoyp
Expand All @@ -108,10 +110,19 @@

# PRLabel: %Monitor
/sdk/loganalytics/azure-loganalytics/ @azmonapplicationinsights @pvaneck

# PRLabel: %Monitor
/sdk/loganalytics/ @pvaneck

# PRLabel: %Monitor
/sdk/monitor/azure-monitor-ingestion/ @pvaneck @Azure/azure-sdk-write-monitor-data-plane

# PRLabel: %Monitor
/sdk/monitor/azure-monitor-query/ @pvaneck @Azure/azure-sdk-write-monitor-data-plane

# PRLabel: %Monitor
/sdk/monitor/* @pvaneck

# PRLabel: %Monitor - ApplicationInsights
/sdk/applicationinsights/azure-applicationinsights/ @azmonapplicationinsights @pvaneck

Expand Down Expand Up @@ -153,6 +164,10 @@
# PRLabel: %Event Grid
/sdk/eventgrid/ @lmazuel @l0lawrence

# PRLabel: %Image Analysis
# ServiceLabel: %Image Analysis %Service Attention
/sdk/vision/azure-ai-vision-imageanalysis/ @dargilco @rhurey

# PRLabel: %HDInsight
/sdk/hdinsight/ @idear1203

Expand Down Expand Up @@ -214,30 +229,30 @@
/sdk/ml/pipeline.tests.yml @wangchao1230 @eniac871

# PRLabel: %ML-RegistryManagement
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/registry/ @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_registry_operations.py @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_registry/ @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/registry/ @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_registry_operations.py @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_registry/ @hugoaponte @Man-MSFT

# PRLabel: %ML-Assets
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/component/ @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_component/ @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_code_operations.py @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_component_operations.py @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_environment_operations.py @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_model_operations.py @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_assets/ @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_deployment/ @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_endpoint/ @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/assets/ @hugoaponte @Man-MSFT @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/component/ @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_component/ @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_code_operations.py @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_component_operations.py @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_environment_operations.py @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_model_operations.py @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_assets/ @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_deployment/ @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/entities/_endpoint/ @hugoaponte @Man-MSFT
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/assets/ @hugoaponte @Man-MSFT

# PRLabel: %ML-Inference
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_batch_deployment_operations.py @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_batch_endpoint_operations.py @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_online_deployment_operations.py @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_online_endpoint_operations.py @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_deployment/ @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_endpoint/ @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft @banibrata
/sdk/ml/production-experiences.tests.yml @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft @banibrata
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_batch_deployment_operations.py @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_batch_endpoint_operations.py @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_online_deployment_operations.py @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft
/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_online_endpoint_operations.py @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_deployment/ @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/_endpoint/ @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft
/sdk/ml/production-experiences.tests.yml @hugoaponte @Man-MSFT @nancy-mejia @TajiHarrisMicrosoft

# PRLabel: %ML-Workspace
/sdk/ml/azure-ai-ml/azure/ai/ml/_schema/workspace/ @mingweihe @seanyao1
Expand All @@ -262,8 +277,8 @@
/sdk/mixedreality/azure-mixedreality-authentication/ @RamonArguelles
/sdk/remoterendering/ @FlorianBorn71

# PRLabel: %Open AI
/sdk/openai @kristapratico @glecaros
# PRLabel: %OpenAI
/sdk/openai/ @kristapratico @glecaros

# PRLabel: %Purview
/sdk/purview/ @iscai-msft @msyyc
Expand Down Expand Up @@ -296,7 +311,10 @@
/sdk/textanalytics/ @kristapratico @quentinRobinson @wangyuantao

# PRLabel: %Cognitive - Form Recognizer
/sdk/formrecognizer/ @kristapratico @iscai-msft @catalinaperalta
/sdk/formrecognizer/ @YalinLi0312

# PRLabel: %Document Intelligence
/sdk/documentintelligence/ @YalinLi0312

# PRLabel: %Cognitive - Metrics Advisor
/sdk/metricsadvisor/ @xiangyan99 @kristapratico @iscai-msft
Expand All @@ -318,7 +336,7 @@
/sdk/graphrbac/ @msyyc @ChenxiJiang333

# PRLabel: %Tables
/sdk/tables/ @annatisch @YalinLi0312
/sdk/tables/ @YalinLi0312

# PRLabel: %Media
/sdk/media/ @naiteeks @giakas
Expand Down Expand Up @@ -498,7 +516,7 @@
#/<NotInRepo>/ @Drewm3 @avirishuv

# ServiceLabel: %Confidential Ledger
#/<NotInRepo>/ @lynshi
#/<NotInRepo>/ @PallabPaul

# ServiceLabel: %Connected Kubernetes %Service Attention
#/<NotInRepo>/ @akashkeshari
Expand Down Expand Up @@ -579,7 +597,7 @@
#/<NotInRepo>/ @jfggdl

# ServiceLabel: %Event Hubs %Service Attention
#/<NotInRepo>/ @kasun04 @saglodha
#/<NotInRepo>/ @kasun04

# ServiceLabel: %Functions %Service Attention
#/<NotInRepo>/ @ahmedelnably @fabiocav
Expand Down Expand Up @@ -648,7 +666,7 @@
#/<NotInRepo>/ @shijojoy

# ServiceLabel: %Mixed Reality
#/<NotInRepo>/ @crtreasu @rikogeln
#/<NotInRepo>/ @crtreasu @FlorianBorn71

# ServiceLabel: %Mobile Engagement %Service Attention
#/<NotInRepo>/ @kpiteira
Expand Down Expand Up @@ -723,7 +741,7 @@
#/<NotInRepo>/ @sunilagarwal @lfittl-msft @sr-msft @niklarin

# ServiceLabel: %Recovery Services Backup %Service Attention
#/<NotInRepo>/ @pvrk @adityabalaji-msft @Daya-Patil
#/<NotInRepo>/ @Daya-Patil

# ServiceLabel: %Recovery Services Site-Recovery %Service Attention
#/<NotInRepo>/ @Sharmistha-Rai
Expand Down Expand Up @@ -756,7 +774,7 @@
#/<NotInRepo>/ @chlahav

# ServiceLabel: %Service Attention %Service Bus
#/<NotInRepo>/ @saglodha @EldertGrootenboer
#/<NotInRepo>/ @EldertGrootenboer

# ServiceLabel: %Service Attention %Service Fabric
#/<NotInRepo>/ @QingChenmsft @vaishnavk @juhacket
Expand Down Expand Up @@ -938,3 +956,5 @@
# Add owners for notifications for specific pipelines
/eng/pipelines/templates/jobs/tests-nightly-python.yml @lmazuel @mccoyp
/eng/pipelines/aggregate-reports.yml @lmazuel @mccoyp @YalinLi0312

/pylintrc @l0lawrence
Loading

0 comments on commit 943d37e

Please sign in to comment.