Skip to content

Commit

Permalink
azure-mgmt-subscription 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Mar 30, 2018
1 parent 26bf05d commit 9946c03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions azure-mgmt-subscription/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__ library.
Expand Down Expand Up @@ -37,8 +37,8 @@ Usage
=====

For code examples, see `Subscription Management
<https://azure-sdk-for-python.readthedocs.org/en/latest/sample_azure-mgmt-subscription.html>`__
on readthedocs.org.
<https://docs.microsoft.com/python/azure/>`__
on docs.microsoft.com.


Provide Feedback
Expand Down
3 changes: 1 addition & 2 deletions azure-mgmt-subscription/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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
Expand Down

0 comments on commit 9946c03

Please sign in to comment.