Skip to content

Commit bf4725a

Browse files
committed
Update ADF packaging
1 parent 0f0666d commit bf4725a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

azure-mgmt-datafactory/README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the Microsoft Azure Data Factory Management Client Library.
66
Azure Resource Manager (ARM) is the next generation of management APIs that
77
replace the old Azure Service Management (ASM).
88

9-
This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
9+
This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
1010

1111
For the older Azure Service Management (ASM) libraries, see
1212
`azure-servicemanagement-legacy <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__ library.
@@ -36,9 +36,9 @@ If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
3636
Usage
3737
=====
3838

39-
For code examples, see `Data Factory Management
40-
<https://azure-sdk-for-python.readthedocs.org/en/latest/sample_azure-mgmt-datafactory.html>`__
41-
on readthedocs.org.
39+
For code examples, see `DataFactory Management
40+
<https://docs.microsoft.com/python/api/overview/azure/datafactory>`__
41+
on docs.microsoft.com.
4242

4343

4444
Provide Feedback

azure-mgmt-datafactory/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
zip_safe=False,
7878
packages=find_packages(exclude=["tests"]),
7979
install_requires=[
80-
'msrestazure~=0.4.11',
80+
'msrestazure>=0.4.20,<2.0.0',
8181
'azure-common~=1.1',
8282
],
8383
cmdclass=cmdclass
84-
)
84+
)

0 commit comments

Comments
 (0)