Skip to content

Commit

Permalink
[AutoPR datalake-analytics/data-plane] Add (#3320)
Browse files Browse the repository at this point in the history
* Generated from cc3a2ac1934c906c367746bfeac7aa3af341ac40

Merge pull request #1 from hosunmsft/add_dop_percent_to_ADLA_job_api

Support degreeOfParallelismPercent in DataLakeAnalytic jobs

* Packaging update of azure-mgmt-datalake-analytics
  • Loading branch information
AutorestCI authored Sep 13, 2018
1 parent 7f402a8 commit de0cf4c
Show file tree
Hide file tree
Showing 33 changed files with 212 additions and 264 deletions.
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

0 comments on commit de0cf4c

Please sign in to comment.