Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions azure-mgmt-datalake-analytics/README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Microsoft Azure SDK for Python
==============================

This is the Microsoft Azure Data Lake Analytics Management Client Library.
This is the Microsoft Azure MyService 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.4, 3.5 and 3.6.
This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.

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 @@ -36,8 +36,8 @@ If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
Usage
=====

For code examples, see `Azure Data Lake Analytics Management
<https://docs.microsoft.com/python/api/overview/azure/data-lake-analytics>`__
For code examples, see `MyService Management
<https://docs.microsoft.com/python/api/overview/azure/>`__
on docs.microsoft.com.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# regenerated.
# --------------------------------------------------------------------------

import warnings
from msrest.service_client import SDKClient
from msrest import Serializer, Deserializer
from msrestazure import AzureConfiguration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlAssemblyClr(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlAssembly(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlCredential(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlDatabase(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlExternalDataSource(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlPackage(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlProcedure(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlSchema(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlSecret(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlTablePartition(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlTable(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlTableStatistics(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .usql_type import USqlType
from .usql_type_py3 import USqlType


class USqlTableType(USqlType):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlTableValuedFunction(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlType(CatalogItem):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# regenerated.
# --------------------------------------------------------------------------

from .catalog_item import CatalogItem
from .catalog_item_py3 import CatalogItem


class USqlView(CatalogItem):
Expand Down
Loading