Skip to content

Commit

Permalink
Generated from cc3a2ac1934c906c367746bfeac7aa3af341ac40
Browse files Browse the repository at this point in the history
Merge pull request #1 from hosunmsft/add_dop_percent_to_ADLA_job_api

Support degreeOfParallelismPercent in DataLakeAnalytic jobs
  • Loading branch information
AutorestCI committed Sep 11, 2018
1 parent 7f402a8 commit 5e0c126
Show file tree
Hide file tree
Showing 30 changed files with 198 additions and 258 deletions.
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 5e0c126

Please sign in to comment.