From 9946c03cb9c1a7ada4a7f1ea1cd91bcd4a4b57db Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Fri, 30 Mar 2018 15:05:08 -0700 Subject: [PATCH] azure-mgmt-subscription 0.2.0 --- azure-mgmt-subscription/README.rst | 6 +++--- azure-mgmt-subscription/setup.py | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/azure-mgmt-subscription/README.rst b/azure-mgmt-subscription/README.rst index f85dc37f1b45..24a1ed35f195 100644 --- a/azure-mgmt-subscription/README.rst +++ b/azure-mgmt-subscription/README.rst @@ -6,7 +6,7 @@ This is the Microsoft Azure Subscription Management Client Library. Azure Resource Manager (ARM) is the next generation of management APIs that replace the old Azure Service Management (ASM). -This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6. +This package has been tested with Python 2.7, 3.4, 3.5 and 3.6. For the older Azure Service Management (ASM) libraries, see `azure-servicemanagement-legacy `__ library. @@ -37,8 +37,8 @@ Usage ===== For code examples, see `Subscription Management -`__ -on readthedocs.org. +`__ +on docs.microsoft.com. Provide Feedback diff --git a/azure-mgmt-subscription/setup.py b/azure-mgmt-subscription/setup.py index 20cd7fd5fb94..e390e5391cd6 100644 --- a/azure-mgmt-subscription/setup.py +++ b/azure-mgmt-subscription/setup.py @@ -69,7 +69,6 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', @@ -78,7 +77,7 @@ zip_safe=False, packages=find_packages(exclude=["tests"]), install_requires=[ - 'msrestazure~=0.4.11', + 'msrestazure>=0.4.20,<2.0.0', 'azure-common~=1.1', ], cmdclass=cmdclass