Skip to content

Commit 4283000

Browse files
committed
Merge branch 'master' of github.com:Azure/azure-sdk-for-python into keyvault-certs
2 parents b46c728 + dc85a0b commit 4283000

File tree

1,484 files changed

+455907
-90838
lines changed

Some content is hidden

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

1,484 files changed

+455907
-90838
lines changed

.azure-pipelines/tests-nightly-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- task: PublishTestResults@2
3838
condition: succeededOrFailed()
3939
inputs:
40-
testResultsFiles: 'junit/test-results.xml'
40+
testResultsFiles: '**/junit/test-results.xml'
4141
testRunTitle: '$(OSName) Python $(PythonVersion)'

.docsettings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ known_content_issues:
6262
- ['sdk/core/azure-mgmt-datalake-nspkg/README.rst', 'nspkg and common']
6363
- ['sdk/core/azure-mgmt-nspkg/README.rst', 'nspkg and common']
6464
- ['sdk/core/azure-core/README.md', 'nspkg and common']
65+
- ['sdk/appconfiguration/azure-data-appconfiguration/README.md', 'nspkg and common']
6566

6667
# root readme
6768
- ['README.md', 'root readme']

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/sdk/recoveryservices/ @DheerendraRathor
3636
/sdk/servicefabric/ @QingChenmsft @samedder
3737
/sql/sql/ @jaredmoo
38-
/sdk/servicebus/azure-servicebus/ @annatisch @yunhaoling @YijunXieMS
38+
/sdk/servicebus/ @annatisch @yunhaoling @YijunXieMS
3939

4040
# Management Plane
4141
/**/*mgmt*/ @zikalino

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env*/
1313

1414
# Coverage report
1515
**/.coverage
16+
_coverage
1617

1718
# Build results
1819
bin/
@@ -78,3 +79,4 @@ code_reports
7879
sdk/storage/azure-storage-blob/tests/settings_real.py
7980
sdk/storage/azure-storage-queue/tests/settings_real.py
8081
sdk/storage/azure-storage-file/tests/settings_real.py
82+
*.code-workspace

doc/sphinx/autorest_generated_packages.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
./ref/azure.cognitiveservices.vision.face.rst
2929
./ref/azure.core.rst
3030
./ref/azure.cosmos.rst
31+
./ref/azure.data.appconfiguration.rst
3132
./ref/azure.eventgrid.rst
3233
./ref/azure.eventhub.rst
3334
./ref/azure.graphrbac.rst

doc/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
5454
# ones.
5555
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.doctest',
56-
'sphinx.ext.viewcode', 'sphinx.ext.intersphinx']
56+
'sphinx.ext.viewcode', 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon']
5757

5858
intersphinx_mapping = {
5959
'python': ('https://docs.python.org/3.5', None),
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
azure.data.appconfiguration.aio package
2+
=======================================
3+
4+
Submodules
5+
----------
6+
7+
azure.data.appconfiguration.aio.azure\_configuration\_client\_async module
8+
--------------------------------------------------------------------------
9+
10+
.. automodule:: azure.data.appconfiguration.aio.azure_configuration_client_async
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
15+
16+
Module contents
17+
---------------
18+
19+
.. automodule:: azure.data.appconfiguration.aio
20+
:members:
21+
:undoc-members:
22+
:show-inheritance:
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
azure.data.appconfiguration package
2+
===================================
3+
4+
Subpackages
5+
-----------
6+
7+
.. toctree::
8+
9+
azure.data.appconfiguration.aio
10+
11+
Submodules
12+
----------
13+
14+
azure.data.appconfiguration.azure\_appconfiguration\_client module
15+
------------------------------------------------------------------
16+
17+
.. automodule:: azure.data.appconfiguration.azure_appconfiguration_client
18+
:members:
19+
:undoc-members:
20+
:show-inheritance:
21+
22+
azure.data.appconfiguration.azure\_appconfiguration\_requests module
23+
--------------------------------------------------------------------
24+
25+
.. automodule:: azure.data.appconfiguration.azure_appconfiguration_requests
26+
:members:
27+
:undoc-members:
28+
:show-inheritance:
29+
30+
azure.data.appconfiguration.utils module
31+
----------------------------------------
32+
33+
.. automodule:: azure.data.appconfiguration.utils
34+
:members:
35+
:undoc-members:
36+
:show-inheritance:
37+
38+
azure.data.appconfiguration.version module
39+
------------------------------------------
40+
41+
.. automodule:: azure.data.appconfiguration.version
42+
:members:
43+
:undoc-members:
44+
:show-inheritance:
45+
46+
47+
Module contents
48+
---------------
49+
50+
.. automodule:: azure.data.appconfiguration
51+
:members:
52+
:undoc-members:
53+
:show-inheritance:
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
azure.eventhub.eventprocessor package
2+
==========================
3+
4+
Submodules
5+
----------
6+
7+
azure.eventhub.eventprocessor.event\_processor module
8+
---------------------------------------
9+
10+
.. automodule:: azure.eventhub.eventprocessor.event_processor
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
15+
azure.eventhub.eventprocessor.partition\_processor module
16+
-----------------------------------------
17+
18+
.. automodule:: azure.eventhub.eventprocessor.partition_processor
19+
:members:
20+
:undoc-members:
21+
:show-inheritance:
22+
23+
azure.eventhub.eventprocessor.partition\_manager module
24+
-----------------------------------------
25+
26+
.. automodule:: azure.eventhub.eventprocessor.partition_manager
27+
:members:
28+
:undoc-members:
29+
:show-inheritance:
30+
31+
azure.eventhub.eventprocessor.checkpoint\_manager module
32+
-----------------------------------------
33+
34+
.. automodule:: azure.eventhub.eventprocessor.checkpoint_manager
35+
:members:
36+
:undoc-members:
37+
:show-inheritance:
38+
39+
azure.eventhub.eventprocessor.sqlite3\_partition\_manager module
40+
-----------------------------------------
41+
42+
.. automodule:: azure.eventhub.eventprocessor.sqlite3_partition_manager
43+
:members:
44+
:undoc-members:
45+
:show-inheritance:
46+
47+
Module contents
48+
---------------
49+
50+
.. automodule:: azure.eventhub.eventprocessor
51+
:members:
52+
:undoc-members:
53+
:show-inheritance:

doc/sphinx/ref/azure.eventhub.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Subpackages
77
.. toctree::
88

99
azure.eventhub.aio
10+
azure.eventhub.eventprocessor
1011

1112
Submodules
1213
----------

0 commit comments

Comments
 (0)