Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f6ce254
Update schema in swagger_to_sdk_config.json
Jul 10, 2019
915ecd6
Enable generation pull requests
Jul 11, 2019
0e1e21f
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-python
Jul 22, 2019
8ce6193
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-python
Jul 24, 2019
3aa8e66
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-python
Jul 24, 2019
c8bf0cb
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-python
Jul 24, 2019
4e65be5
Generated from 36bd571935c333e78d122b05c06cd5cf8bd4eb6b (#33)
openapi-sdkautomation[bot] Jul 30, 2019
21b2598
Trace identity (#6455)
SuyogSoti Jul 25, 2019
3f24776
Update root README.md
kaerm Jul 25, 2019
250a5bd
Update CODEOWNERS
kurtzeborn Jul 25, 2019
85dd896
more code owners
kurtzeborn Jul 25, 2019
9320a26
add policy and decorators for secrets (#6453)
SuyogSoti Jul 25, 2019
19d074f
Smoke test for Python (#6412)
JonathanCrd Jul 25, 2019
0039861
Paging v2 (#6420)
lmazuel Jul 25, 2019
f754165
get rid of should only propagate (#6497)
SuyogSoti Jul 25, 2019
3cb07c2
Enable SDK Automation pull requests (#6498)
Jul 26, 2019
ea81598
[AutoPR] devtestlabs/resource-manager (#6414)
AutorestCI Jul 26, 2019
5fb5e29
[azure-core] Small fixes for aiohttp (#6490)
annatisch Jul 26, 2019
dce021f
Generated from 36bd571935c333e78d122b05c06cd5cf8bd4eb6b (#33)
openapi-sdkautomation[bot] Jul 30, 2019
97681e6
Merge branch 'sdkAutomation/azure-mgmt-datamigration' of https://gith…
Aug 5, 2019
c61e4e4
Generated from a415a4352bc3818452589c8eed1e9e4be1cb8260 (#86)
openapi-sdkautomation[bot] Aug 6, 2019
747f4fb
Trace identity (#6455)
SuyogSoti Jul 25, 2019
1b57d64
Update root README.md
kaerm Jul 25, 2019
9db6954
Update CODEOWNERS
kurtzeborn Jul 25, 2019
3351280
more code owners
kurtzeborn Jul 25, 2019
99ca7b5
add policy and decorators for secrets (#6453)
SuyogSoti Jul 25, 2019
e07f8b6
Smoke test for Python (#6412)
JonathanCrd Jul 25, 2019
4b88855
Paging v2 (#6420)
lmazuel Jul 25, 2019
715447b
get rid of should only propagate (#6497)
SuyogSoti Jul 25, 2019
73fbd01
Enable SDK Automation pull requests (#6498)
Jul 26, 2019
534f9a6
[AutoPR] devtestlabs/resource-manager (#6414)
AutorestCI Jul 26, 2019
8ac6162
[azure-core] Small fixes for aiohttp (#6490)
annatisch Jul 26, 2019
ae3f5a7
Generated from 36bd571935c333e78d122b05c06cd5cf8bd4eb6b (#33)
openapi-sdkautomation[bot] Jul 30, 2019
302cb02
Update CODEOWNERS
kurtzeborn Jul 25, 2019
40021b7
more code owners
kurtzeborn Jul 25, 2019
6d631aa
Generated from a415a4352bc3818452589c8eed1e9e4be1cb8260 (#86)
openapi-sdkautomation[bot] Aug 6, 2019
39bdba6
Merge branch 'sdkAutomation/azure-mgmt-datamigration' of https://gith…
Aug 7, 2019
3b71c49
Generated from ca46ecf5c4baeb43c5fc1afb355c065bf49efd90 (#91)
openapi-sdkautomation[bot] Aug 7, 2019
58d7d2e
[AutoPR azure-mgmt-datamigration] Fix bad discriminator value on Conn…
openapi-sdkautomation[bot] Aug 16, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .azure-pipelines/tests-nightly-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- task: PublishTestResults@2
condition: succeededOrFailed()
inputs:
testResultsFiles: 'junit/test-results.xml'
testResultsFiles: '**/junit/test-results.xml'
testRunTitle: '$(OSName) Python $(PythonVersion)'
1 change: 1 addition & 0 deletions .docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ known_content_issues:
- ['sdk/core/azure-mgmt-datalake-nspkg/README.rst', 'nspkg and common']
- ['sdk/core/azure-mgmt-nspkg/README.rst', 'nspkg and common']
- ['sdk/core/azure-core/README.md', 'nspkg and common']
- ['sdk/appconfiguration/azure-data-appconfiguration/README.md', 'nspkg and common']

# root readme
- ['README.md', 'root readme']
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/sdk/recoveryservices/ @DheerendraRathor
/sdk/servicefabric/ @QingChenmsft @samedder
/sql/sql/ @jaredmoo
/sdk/servicebus/azure-servicebus/ @annatisch @yunhaoling @YijunXieMS
/sdk/servicebus/ @annatisch @yunhaoling @YijunXieMS

# Management Plane
/**/*mgmt*/ @zikalino
Expand Down
7 changes: 7 additions & 0 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://github.com/wei/pull#advanced-setup-with-config
version: "1"
rules:
- base: master
upstream: Azure:master
mergeMethod: rebase
label: "AutoPull"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env*/

# Coverage report
**/.coverage
_coverage

# Build results
bin/
Expand Down Expand Up @@ -78,3 +79,4 @@ code_reports
sdk/storage/azure-storage-blob/tests/settings_real.py
sdk/storage/azure-storage-queue/tests/settings_real.py
sdk/storage/azure-storage-file/tests/settings_real.py
*.code-workspace
1 change: 1 addition & 0 deletions doc/sphinx/autorest_generated_packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
./ref/azure.cognitiveservices.vision.face.rst
./ref/azure.core.rst
./ref/azure.cosmos.rst
./ref/azure.data.appconfiguration.rst
./ref/azure.eventgrid.rst
./ref/azure.eventhub.rst
./ref/azure.graphrbac.rst
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.doctest',
'sphinx.ext.viewcode', 'sphinx.ext.intersphinx']
'sphinx.ext.viewcode', 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon']

intersphinx_mapping = {
'python': ('https://docs.python.org/3.5', None),
Expand Down
22 changes: 22 additions & 0 deletions doc/sphinx/ref/azure.data.appconfiguration.aio.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
azure.data.appconfiguration.aio package
=======================================

Submodules
----------

azure.data.appconfiguration.aio.azure\_configuration\_client\_async module
--------------------------------------------------------------------------

.. automodule:: azure.data.appconfiguration.aio.azure_configuration_client_async
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: azure.data.appconfiguration.aio
:members:
:undoc-members:
:show-inheritance:
53 changes: 53 additions & 0 deletions doc/sphinx/ref/azure.data.appconfiguration.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
azure.data.appconfiguration package
===================================

Subpackages
-----------

.. toctree::

azure.data.appconfiguration.aio

Submodules
----------

azure.data.appconfiguration.azure\_appconfiguration\_client module
------------------------------------------------------------------

.. automodule:: azure.data.appconfiguration.azure_appconfiguration_client
:members:
:undoc-members:
:show-inheritance:

azure.data.appconfiguration.azure\_appconfiguration\_requests module
--------------------------------------------------------------------

.. automodule:: azure.data.appconfiguration.azure_appconfiguration_requests
:members:
:undoc-members:
:show-inheritance:

azure.data.appconfiguration.utils module
----------------------------------------

.. automodule:: azure.data.appconfiguration.utils
:members:
:undoc-members:
:show-inheritance:

azure.data.appconfiguration.version module
------------------------------------------

.. automodule:: azure.data.appconfiguration.version
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: azure.data.appconfiguration
:members:
:undoc-members:
:show-inheritance:
53 changes: 53 additions & 0 deletions doc/sphinx/ref/azure.eventhub.eventprocessor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
azure.eventhub.eventprocessor package
==========================

Submodules
----------

azure.eventhub.eventprocessor.event\_processor module
---------------------------------------

.. automodule:: azure.eventhub.eventprocessor.event_processor
:members:
:undoc-members:
:show-inheritance:

azure.eventhub.eventprocessor.partition\_processor module
-----------------------------------------

.. automodule:: azure.eventhub.eventprocessor.partition_processor
:members:
:undoc-members:
:show-inheritance:

azure.eventhub.eventprocessor.partition\_manager module
-----------------------------------------

.. automodule:: azure.eventhub.eventprocessor.partition_manager
:members:
:undoc-members:
:show-inheritance:

azure.eventhub.eventprocessor.checkpoint\_manager module
-----------------------------------------

.. automodule:: azure.eventhub.eventprocessor.checkpoint_manager
:members:
:undoc-members:
:show-inheritance:

azure.eventhub.eventprocessor.sqlite3\_partition\_manager module
-----------------------------------------

.. automodule:: azure.eventhub.eventprocessor.sqlite3_partition_manager
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: azure.eventhub.eventprocessor
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions doc/sphinx/ref/azure.eventhub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Subpackages
.. toctree::

azure.eventhub.aio
azure.eventhub.eventprocessor

Submodules
----------
Expand Down
133 changes: 0 additions & 133 deletions doc/sphinx/ref/azure.eventprocessorhost.rst

This file was deleted.

17 changes: 0 additions & 17 deletions doc/sphinx/ref/azure.eventprocessorhost.vendor.rst

This file was deleted.

Loading