Skip to content

Commit f03e0ee

Browse files
committed
merging master into cognitiveservices vision
2 parents f2927d3 + 1e807d6 commit f03e0ee

File tree

37,397 files changed

+4615139
-1932940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

37,397 files changed

+4615139
-1932940
lines changed

.azure-pipelines/client.yml

-231
This file was deleted.

.checkignore

-5
This file was deleted.

.coveragerc

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[run]
22
include =
33
azure*
4+
sdk*
45
omit =
56
*/test*
67
env*

.docsettings.yml

-6
This file was deleted.

.github/CODEOWNERS

+48-30
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,50 @@
1-
# See for instructions on this file https://help.github.com/articles/about-codeowners/
1+
# Instructions for CODEOWNERS file format and automatic build failure notifications:
2+
# https://github.com/Azure/azure-sdk/blob/master/docs/policies/opensource.md#codeowners
23

3-
* @lmazuel
4+
###########
5+
# SDK
6+
###########
47

5-
/azure-applicationinsights/ @alexeldeib
6-
/azure-batch/ @annatisch @matthchr
7-
/azure-cognitiveservices-vision-customvision/ @areddish
8-
/azure-keyvault/ @schaabs
9-
/azure-loganalytics/ @alexeldeib
10-
/azure-mgmt-batch/ @annatisch @matthchr
11-
/azure-mgmt-batchai/ @AlexanderYukhanov
12-
/azure-mgmt-cdn/ @tjprescott
13-
/azure-mgmt-consumption/ @sandeepnl
14-
/azure-mgmt-containerinstance/ @samkreter @xizhamsft
15-
/azure-mgmt-containerregistry/ @djyou
16-
/azure-mgmt-containerservice/ @mboersma
17-
/azure-mgmt-cosmosdb/ @dmakwana
18-
/azure-mgmt-datafactory/ @hvermis
19-
/azure-mgmt-datalake-analytics/ @ro-joowan
20-
/azure-mgmt-datalake-store/ @ro-joowan
21-
/azure-mgmt-datamigration/ @vchske
22-
/azure-mgmt-eventgrid/ @kalyanaj
23-
/azure-mgmt-hdinsight/ @idear1203
24-
/azure-mgmt-keyvault/ @schaabs
25-
/azure-mgmt-machinelearningcompute/ @shutchings
26-
/azure-mgmt-recoveryservices/ @DheerendraRathor
27-
/azure-mgmt-recoveryservicesbackup/ @DheerendraRathor
28-
/azure-mgmt-servicefabric/ @QingChenmsft
29-
/azure-mgmt-sql/ @jaredmoo
30-
/azure-mgmt-web/ @yugangw-msft
31-
/azure-servicebus/ @annatisch
32-
/azure-servicefabric/ @samedder
8+
# Catch all
9+
/sdk/ @mayurid
10+
11+
# Core
12+
/sdk/core/ @lmazuel @xiangyan99 @johanste
13+
/sdk/core/azure-core/ @xiangyan99 @bryevdv @lmazuel
14+
15+
# Service team
16+
/sdk/identity/ @chlowell @schaabs
17+
/sdk/eventhub/ @annatisch @yunhaoling @YijunXieMS
18+
/sdk/storage/ @zezha-msft @annatisch @rakshith91 @xiafu-msft
19+
/sdk/applicationinsights/ @alexeldeib
20+
/sdk/batch/ @bgklein @matthchr @xingwu1
21+
/sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/ @areddish
22+
/sdk/keyvault/ @schaabs @chlowell @iscai-msft
23+
/sdk/loganalytics/ @alexeldeib
24+
/sdk/consumption/ @sandeepnl
25+
/sdk/containerinstance/ @samkreter @xizhamsft
26+
/sdk/containerregistry/ @djyou
27+
/sdk/containerservice/ @samkreter @zqingqing1 @GaneshaThirumurthi
28+
/sdk/cosmos/ @shurd
29+
/sdk/datafactory/ @hvermis
30+
/sdk/datalake/ @ro-joowan
31+
/sdk/datadatamigration/ @vchske
32+
/sdk/eventgrid/ @kalyanaj
33+
/sdk/hdinsight/ @idear1203
34+
/sdk/machinelearningcompute/ @shutchings
35+
/sdk/recoveryservices/ @DheerendraRathor
36+
/sdk/servicefabric/ @QingChenmsft @samedder
37+
/sql/sql/ @jaredmoo
38+
/sdk/servicebus/ @annatisch @yunhaoling @YijunXieMS @KieranBrantnerMagee
39+
/sdk/synapse/ @aim-for-better @idear1203
40+
/sdk/textanalytics/ @kristapratico
41+
42+
# Management Plane
43+
/**/*mgmt*/ @zikalino
44+
45+
###########
46+
# Eng Sys
47+
###########
48+
/eng/ @weshaggard @scbedd @mitchdenny @danieljurek
49+
/**/tests.yml @danieljurek
50+
/**/ci.yml @mitchdenny

.github/ISSUE_TEMPLATE/bug_report.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
- **Package Name**:
11+
- **Package Version**:
12+
- **Operating System**:
13+
- **Python Version**:
14+
15+
**Describe the bug**
16+
A clear and concise description of what the bug is.
17+
18+
**To Reproduce**
19+
Steps to reproduce the behavior:
20+
1.
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Additional context**
29+
Add any other context about the problem here.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)