Skip to content

Commit

Permalink
Merge branch 'main' into issue-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored Feb 16, 2022
2 parents 0c741ae + ef63f4c commit 0454567
Show file tree
Hide file tree
Showing 9,951 changed files with 2,667,132 additions and 2,520,204 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 16 additions & 6 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/sdk/eventhub/ @annatisch @yunhaoling @swathipil @rakshith91

# PRLabel: %Storage
/sdk/storage/ @amishra-dev @zezha-msft @annatisch @tasherif-msft
/sdk/storage/ @amishra-dev @zezha-msft @annatisch @tasherif-msft @jalauzon-msft

# PRLabel: %App Configuration
/sdk/appconfiguration/ @xiangyan99 @YalinLi0312
Expand All @@ -39,9 +39,10 @@

# PRLabel: %Communication
/sdk/communication/ @acsdevx-msft
/sdk/communication/azure-communication-phonenumbers/ @RoyHerrod @danielav7 @whisper6284 @AlonsoMondal
/sdk/communication/azure-communication-phonenumbers/ @miguhern @whisper6284 @lucasrsant @RoyHerrod @danielav7
/sdk/communication/azure-communication-sms/ @RoyHerrod @arifibrahim4
/sdk/communication/azure-communication-identity/ @Azure/acs-identity-sdk
/sdk/communication/**/_shared/ @Azure/acs-identity-sdk

# PRLabel: %KeyVault
/sdk/keyvault/ @schaabs @mccoyp @YalinLi0312
Expand All @@ -66,7 +67,7 @@
/sdk/containerservice/ @samkreter @zqingqing1 @GaneshaThirumurthi

# PRLabel: %Cosmos
/sdk/cosmos/ @kushagraThapar @simorenoh @simplynaveen20 @xinlian12 @moderakh
/sdk/cosmos/ @kushagraThapar @simorenoh @simplynaveen20 @xinlian12 @moderakh

# ServiceLabel: %Cosmos %Service Attention
#/<NotInRepo>/ @simorenoh @gahl-levy
Expand All @@ -76,6 +77,9 @@
/sdk/datalake/ @ro-joowan
/sdk/datadatamigration/ @vchske

# ServiceLabel: %Device Update for IoT Hub %Service Attention
/sdk/deviceupdate/ @dpokluda @sedols

# PRLabel: %Event Grid
/sdk/eventgrid/ @lmazuel @yunhaoling @swathipil @rakshith91

Expand All @@ -95,7 +99,7 @@
/sdk/schemaregistry/ @yunhaoling

# PRLabel: %Search
/sdk/search/ @tjprescott
/sdk/search/ @kashifkhan

# PRLabel: %Service Fabric
/sdk/servicefabric/ @QingChenmsft @samedder
Expand All @@ -121,6 +125,9 @@
# PRLabel: %Cognitive - Metrics Advisor
/sdk/metricsadvisor/ @xiangyan99 @kristapratico

# PRLabel: %Cognitive - Anomaly Detector
/sdk/anomalydetector/ @conhua @mengaims @juaduan @moreOver0

# PRLabel: %Cognitive - Translator
/sdk/translation/ @kristapratico @mohamedshabanofficial

Expand All @@ -134,11 +141,14 @@
/sdk/containerregistry/ @YalinLi0312

# PRLabel: %Digital Twins
/sdk/digitaltwins/ @johngallardo
/sdk/digitaltwins/ @johngallardo @Aashish93-stack

# PRLabel: %VideoAnalyzer
/sdk/videoanalyzer/ @hivyas

# PRLabel: %WebPubSub
/sdk/webpubsub/ @msyyc @iscai-msft

# Smoke Tests
/common/smoketest/ @lmazuel @chlowell @annatisch @rakshith91 @shurd @southpolesteve

Expand Down Expand Up @@ -729,7 +739,7 @@


# Management Plane
/**/*mgmt*/ @RAY-316 @msyyc
/**/*mgmt*/ @BigCat20196 @msyyc


###########
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ If an SDK is being regenerated based on a new swagger spec, a link to the pull r
- [ ] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### [Testing Guidelines](../CONTRIBUTING.md##building-and-testing)
- [ ] Pull request includes test coverage for the included changes.
### [Testing Guidelines](https://github.com/Azure/azure-sdk-for-python/blob/main/CONTRIBUTING.md##building-and-testing)
- [ ] Pull request includes test coverage for the included changes.
Loading

0 comments on commit 0454567

Please sign in to comment.