From f43aa44e0f4f0d3f0ccbdc1487baaf2eb3b1f638 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Tue, 31 Jan 2017 15:15:37 -0800 Subject: [PATCH] azure-mgmt-documentdb 0.1.0 --- README.rst | 1 + azure-mgmt-documentdb/HISTORY.rst | 2 +- azure-mgmt-documentdb/setup.py | 4 +++- doc/autorest_generated_packages.rst | 1 + doc/generate_doc.py | 10 +++++----- doc/installation.rst | 1 + doc/ref/azure.mgmt.documentdb.models.rst | 7 +++++++ doc/ref/azure.mgmt.documentdb.operations.rst | 7 +++++++ doc/ref/azure.mgmt.documentdb.rst | 18 ++++++++++++++++++ 9 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 doc/ref/azure.mgmt.documentdb.models.rst create mode 100644 doc/ref/azure.mgmt.documentdb.operations.rst create mode 100644 doc/ref/azure.mgmt.documentdb.rst diff --git a/README.rst b/README.rst index fd0ecb875b5d..b727bdb6346c 100644 --- a/README.rst +++ b/README.rst @@ -90,6 +90,7 @@ listed before. - azure-mgmt-containerregistry 0.1.1 - azure-mgmt-datalake-analytics 0.1.2 - azure-mgmt-datalake-store 0.1.2 +- azure-mgmt-documentdb 0.1.0 - azure-mgmt-commerce 0.30.0rc6 - azure-mgmt-eventhub 0.2.0 - azure-mgmt-iothub 0.2.1 diff --git a/azure-mgmt-documentdb/HISTORY.rst b/azure-mgmt-documentdb/HISTORY.rst index e0e967e72753..146a41d1ab97 100644 --- a/azure-mgmt-documentdb/HISTORY.rst +++ b/azure-mgmt-documentdb/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -0.0.1 (1970-01-01) +0.1.0 (2017-01-31) ++++++++++++++++++ * Initial Release diff --git a/azure-mgmt-documentdb/setup.py b/azure-mgmt-documentdb/setup.py index c65770e2923d..13cc2ba8b25d 100644 --- a/azure-mgmt-documentdb/setup.py +++ b/azure-mgmt-documentdb/setup.py @@ -66,12 +66,14 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'License :: OSI Approved :: MIT License', ], zip_safe=False, packages=find_packages(), install_requires=[ + 'msrestazure~=0.4.7', + 'azure-common~=1.1.4', 'azure-mgmt-nspkg', - 'azure-common[autorest]==1.1.4', ], ) diff --git a/doc/autorest_generated_packages.rst b/doc/autorest_generated_packages.rst index 219b4d0f5cdf..0b1ec06ec6d7 100644 --- a/doc/autorest_generated_packages.rst +++ b/doc/autorest_generated_packages.rst @@ -20,6 +20,7 @@ ./ref/azure.mgmt.datalake.store.rst ./ref/azure.mgmt.devtestlabs.rst ./ref/azure.mgmt.dns.rst + ./ref/azure.mgmt.documentdb.rst ./ref/azure.mgmt.eventhub.rst ./ref/azure.mgmt.iothub.rst ./ref/azure.mgmt.keyvault.rst diff --git a/doc/generate_doc.py b/doc/generate_doc.py index f5e86b766dcd..444fe8fe8633 100644 --- a/doc/generate_doc.py +++ b/doc/generate_doc.py @@ -65,11 +65,11 @@ def generate_doc(config_path, project_pattern=None): _LOGGER.info("Working on %s", project) namespace = local_conf['autorest_options']['Namespace'] - # Hack for KV, we don't release the generated code, but a wrapper - # We do manually the doc - if "azure.keyvault.generated" == namespace: - package_list_path.append('./ref/azure.keyvault.rst') - continue + # Hack for KV, we don't release the generated code, but a wrapper + # We do manually the doc + if "azure.keyvault.generated" == namespace: + package_list_path.append('./ref/azure.keyvault.rst') + continue rst_path = './ref/{}.rst'.format(namespace) with Path(rst_path).open('w') as rst_file: diff --git a/doc/installation.rst b/doc/installation.rst index 1c9337fa45bf..93e97f7d03b4 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -81,6 +81,7 @@ azure-mgmt-containerregistry 0.1.1 azure-mgmt-commerce 0.30.0rc6 azure-mgmt-datalake-analytics 0.1.2 azure-mgmt-datalake-store 0.1.2 +azure-mgmt-documentdb 0.1.0 azure-mgmt-eventhub 0.2.0 azure-mgmt-iothub 0.2.1 azure-mgmt-media 0.1.1 diff --git a/doc/ref/azure.mgmt.documentdb.models.rst b/doc/ref/azure.mgmt.documentdb.models.rst new file mode 100644 index 000000000000..aec266fb25b3 --- /dev/null +++ b/doc/ref/azure.mgmt.documentdb.models.rst @@ -0,0 +1,7 @@ +azure.mgmt.documentdb.models module +=========================================== + +.. automodule:: azure.mgmt.documentdb.models + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/ref/azure.mgmt.documentdb.operations.rst b/doc/ref/azure.mgmt.documentdb.operations.rst new file mode 100644 index 000000000000..de5e7ce16b1d --- /dev/null +++ b/doc/ref/azure.mgmt.documentdb.operations.rst @@ -0,0 +1,7 @@ +azure.mgmt.documentdb.operations module +=========================================== + +.. automodule:: azure.mgmt.documentdb.operations + :members: + :undoc-members: + :show-inheritance: diff --git a/doc/ref/azure.mgmt.documentdb.rst b/doc/ref/azure.mgmt.documentdb.rst new file mode 100644 index 000000000000..f7c83e18c280 --- /dev/null +++ b/doc/ref/azure.mgmt.documentdb.rst @@ -0,0 +1,18 @@ +azure.mgmt.documentdb package +========================== + +Submodules +---------- + +.. toctree:: + + azure.mgmt.documentdb.models + azure.mgmt.documentdb.operations + +Module contents +--------------- + +.. automodule:: azure.mgmt.documentdb + :members: + :undoc-members: + :show-inheritance: