• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

azure/H03-May-2022-21,60515,534

azure_mgmt_datalake_analytics.egg-info/H03-May-2022-325223

HISTORY.rstH A D26-Jun-201810.4 KiB255176

MANIFEST.inH A D26-Jun-201842 22

PKG-INFOH A D26-Jun-201814.8 KiB325223

README.rstH A D26-Jun-20181.3 KiB5029

azure_bdist_wheel.pyH A D26-Jun-20182.3 KiB5540

setup.cfgH A D26-Jun-2018119 96

setup.pyH A D26-Jun-20182.7 KiB8563

README.rst

1Microsoft Azure SDK for Python
2==============================
3
4This is the Microsoft Azure Data Lake Analytics Management Client Library.
5
6Azure Resource Manager (ARM) is the next generation of management APIs that
7replace the old Azure Service Management (ASM).
8
9This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
10
11For the older Azure Service Management (ASM) libraries, see
12`azure-servicemanagement-legacy <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__ library.
13
14For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.
15
16
17Compatibility
18=============
19
20**IMPORTANT**: If you have an earlier version of the azure package
21(version < 1.0), you should uninstall it before installing this package.
22
23You can check the version using pip:
24
25.. code:: shell
26
27    pip freeze
28
29If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
30
31.. code:: shell
32
33    pip uninstall azure
34
35
36Usage
37=====
38
39For code examples, see `Data Lake Analytics Management
40<https://docs.microsoft.com/python/api/overview/azure/data-lake-analytics>`__
41on docs.microsoft.com.
42
43
44Provide Feedback
45================
46
47If you encounter any bugs or have suggestions, please file an issue in the
48`Issues <https://github.com/Azure/azure-sdk-for-python/issues>`__
49section of the project.
50