Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5eb3fc7
[AutoPR datafactory/resource-manager] [Datafactory] ADLS Gen 2 suppor…
AutorestCI Jun 7, 2019
205aa23
[AutoPR datafactory/resource-manager] Add Dataset and CopySource for …
AutorestCI Jun 13, 2019
9dfd055
[AutoPR datafactory/resource-manager] (Public swagger update) Add Ter…
AutorestCI Jun 20, 2019
07b543f
[AutoPR datafactory/resource-manager] fix public swagger issues (#5985)
AutorestCI Jun 26, 2019
74b227d
[AutoPR datafactory/resource-manager] [Datafactory] Add three new con…
AutorestCI Jul 11, 2019
30a95dc
Packaging update of azure-mgmt-datafactory
AutorestCI Jul 11, 2019
08c3824
[AutoPR datafactory/resource-manager] [Datafactory] Add three new con…
AutorestCI Jul 17, 2019
6cf80af
[AutoPR datafactory/resource-manager] SSIS File System Support (#6216)
AutorestCI Jul 17, 2019
9003893
[AutoPR datafactory/resource-manager] Introduce ADX Command (#6404)
AutorestCI Jul 23, 2019
b46566a
[AutoPR datafactory/resource-manager] fix: datafactory character enco…
AutorestCI Jul 23, 2019
dfa7430
Generated from 6daaa9ba96f917b57001720be038e62850d1ccbc (#6471)
AutorestCI Jul 25, 2019
aef9b6b
Generated from 04df2c4ad1350ec47a500e1a1d1a609d43398aee (#6505)
AutorestCI Jul 29, 2019
9379260
[AutoPR datafactory/resource-manager] [DataFactory]SapBwCube and Syba…
AutorestCI Jul 29, 2019
f5d3db0
[AutoPR datafactory/resource-manager] Enable Avro Dataset in public s…
AutorestCI Jul 31, 2019
64a07f2
Generated from ccc8c92e96ab27329cf637c7214ebb35da8dce23 (#6625)
AutorestCI Aug 2, 2019
0c65fd1
updated release notes
Aug 6, 2019
326a827
fixed duplicate row
Aug 6, 2019
9f78b50
breaking changes
Aug 6, 2019
6e95bc5
Generated from 65a2679abd2e6a4aa56f0d4e5ef459407f105ae6 (#6774)
AutorestCI Aug 14, 2019
e41dd17
Generated from d22072afd73683450b42a2d626e10013330ab31b (#6795)
AutorestCI Aug 14, 2019
214041b
Generated from 6ca38e062bb3184e7207e058d4aa05656e9a755f (#6800)
AutorestCI Aug 15, 2019
4842bc4
Generated from 3c745e4716094361aaa9e683d3e6ec582af89f9d (#6815)
AutorestCI Aug 16, 2019
635e69b
Generated from 2658bfcd4e5ede36535616ef4e44125701d14366 (#6832)
AutorestCI Aug 20, 2019
e99ffb7
Generated from 5e1bb35d5c3314d8f4fead76c3d69a2522be026b (#7005)
AutorestCI Aug 30, 2019
4276f1b
using old version of autorest
Aug 30, 2019
6a521ed
v2
Aug 30, 2019
d3ecd62
v3.0.52
Aug 30, 2019
eac9467
v3.0.52
Aug 30, 2019
5a7d812
manually updated history and readded tabular translator and copy tran…
Aug 30, 2019
2f6a699
changed date to 08-30
Aug 30, 2019
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
Prev Previous commit
Next Next commit
[AutoPR datafactory/resource-manager] Introduce ADX Command (#6404)
* Generated from 0ae079d21b3b37fb36dfa54e0d0ad46c81329e48

Introduce ADX Command

* Generated from 37671c3194eee7f29e4d05851515a094ad8cca91

Use full ADX name
  • Loading branch information
AutorestCI authored and Zim Kalinowski committed Aug 6, 2019
commit 9003893946b8bb108f9fe5725e73aab111628bef
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@
from .salesforce_service_cloud_object_dataset_py3 import SalesforceServiceCloudObjectDataset
from .salesforce_object_dataset_py3 import SalesforceObjectDataset
from .microsoft_access_table_dataset_py3 import MicrosoftAccessTableDataset
from .postgre_sql_table_dataset_py3 import PostgreSqlTableDataset
from .my_sql_table_dataset_py3 import MySqlTableDataset
from .odbc_table_dataset_py3 import OdbcTableDataset
from .informix_table_dataset_py3 import InformixTableDataset
from .relational_table_dataset_py3 import RelationalTableDataset
from .azure_my_sql_table_dataset_py3 import AzureMySqlTableDataset
Expand Down Expand Up @@ -281,6 +284,7 @@
from .azure_blob_fs_location_py3 import AzureBlobFSLocation
from .azure_blob_storage_location_py3 import AzureBlobStorageLocation
from .dataset_location_py3 import DatasetLocation
from .binary_dataset_py3 import BinaryDataset
from .delimited_text_dataset_py3 import DelimitedTextDataset
from .parquet_dataset_py3 import ParquetDataset
from .amazon_s3_dataset_py3 import AmazonS3Dataset
Expand All @@ -304,6 +308,7 @@
from .responsys_source_py3 import ResponsysSource
from .salesforce_marketing_cloud_source_py3 import SalesforceMarketingCloudSource
from .vertica_source_py3 import VerticaSource
from .netezza_partition_settings_py3 import NetezzaPartitionSettings
from .netezza_source_py3 import NetezzaSource
from .zoho_source_py3 import ZohoSource
from .xero_source_py3 import XeroSource
Expand Down Expand Up @@ -343,6 +348,7 @@
from .web_source_py3 import WebSource
from .teradata_partition_settings_py3 import TeradataPartitionSettings
from .teradata_source_py3 import TeradataSource
from .oracle_partition_settings_py3 import OraclePartitionSettings
from .oracle_source_py3 import OracleSource
from .azure_data_explorer_source_py3 import AzureDataExplorerSource
from .azure_my_sql_source_py3 import AzureMySqlSource
Expand All @@ -356,13 +362,20 @@
from .sql_server_source_py3 import SqlServerSource
from .sql_source_py3 import SqlSource
from .rest_source_py3 import RestSource
from .sap_table_partition_settings_py3 import SapTablePartitionSettings
from .sap_table_source_py3 import SapTableSource
from .sap_open_hub_source_py3 import SapOpenHubSource
from .sap_hana_source_py3 import SapHanaSource
from .sap_ecc_source_py3 import SapEccSource
from .sap_cloud_for_customer_source_py3 import SapCloudForCustomerSource
from .salesforce_service_cloud_source_py3 import SalesforceServiceCloudSource
from .salesforce_source_py3 import SalesforceSource
from .odata_source_py3 import ODataSource
from .sybase_source_py3 import SybaseSource
from .postgre_sql_source_py3 import PostgreSqlSource
from .my_sql_source_py3 import MySqlSource
from .odbc_source_py3 import OdbcSource
from .db2_source_py3 import Db2Source
from .microsoft_access_source_py3 import MicrosoftAccessSource
from .informix_source_py3 import InformixSource
from .relational_source_py3 import RelationalSource
Expand All @@ -372,8 +385,6 @@
from .document_db_collection_source_py3 import DocumentDbCollectionSource
from .blob_source_py3 import BlobSource
from .azure_table_source_py3 import AzureTableSource
from .format_read_settings_py3 import FormatReadSettings
from .delimited_text_read_settings_py3 import DelimitedTextReadSettings
from .hdfs_read_settings_py3 import HdfsReadSettings
from .http_read_settings_py3 import HttpReadSettings
from .sftp_read_settings_py3 import SftpReadSettings
Expand All @@ -384,10 +395,14 @@
from .azure_blob_fs_read_settings_py3 import AzureBlobFSReadSettings
from .azure_blob_storage_read_settings_py3 import AzureBlobStorageReadSettings
from .store_read_settings_py3 import StoreReadSettings
from .binary_source_py3 import BinarySource
from .format_read_settings_py3 import FormatReadSettings
from .delimited_text_read_settings_py3 import DelimitedTextReadSettings
from .delimited_text_source_py3 import DelimitedTextSource
from .parquet_source_py3 import ParquetSource
from .copy_source_py3 import CopySource
from .lookup_activity_py3 import LookupActivity
from .azure_data_explorer_command_py3 import AzureDataExplorerCommand
from .log_storage_settings_py3 import LogStorageSettings
from .delete_activity_py3 import DeleteActivity
from .sql_server_stored_procedure_activity_py3 import SqlServerStoredProcedureActivity
Expand Down Expand Up @@ -430,6 +445,7 @@
from .document_db_collection_sink_py3 import DocumentDbCollectionSink
from .file_system_sink_py3 import FileSystemSink
from .blob_sink_py3 import BlobSink
from .binary_sink_py3 import BinarySink
from .file_server_write_settings_py3 import FileServerWriteSettings
from .azure_data_lake_store_write_settings_py3 import AzureDataLakeStoreWriteSettings
from .azure_blob_fs_write_settings_py3 import AzureBlobFSWriteSettings
Expand All @@ -439,6 +455,7 @@
from .azure_table_sink_py3 import AzureTableSink
from .azure_queue_sink_py3 import AzureQueueSink
from .sap_cloud_for_customer_sink_py3 import SapCloudForCustomerSink
from .azure_postgre_sql_sink_py3 import AzurePostgreSqlSink
from .format_write_settings_py3 import FormatWriteSettings
from .delimited_text_write_settings_py3 import DelimitedTextWriteSettings
from .delimited_text_sink_py3 import DelimitedTextSink
Expand Down Expand Up @@ -728,6 +745,9 @@
from .salesforce_service_cloud_object_dataset import SalesforceServiceCloudObjectDataset
from .salesforce_object_dataset import SalesforceObjectDataset
from .microsoft_access_table_dataset import MicrosoftAccessTableDataset
from .postgre_sql_table_dataset import PostgreSqlTableDataset
from .my_sql_table_dataset import MySqlTableDataset
from .odbc_table_dataset import OdbcTableDataset
from .informix_table_dataset import InformixTableDataset
from .relational_table_dataset import RelationalTableDataset
from .azure_my_sql_table_dataset import AzureMySqlTableDataset
Expand Down Expand Up @@ -762,6 +782,7 @@
from .azure_blob_fs_location import AzureBlobFSLocation
from .azure_blob_storage_location import AzureBlobStorageLocation
from .dataset_location import DatasetLocation
from .binary_dataset import BinaryDataset
from .delimited_text_dataset import DelimitedTextDataset
from .parquet_dataset import ParquetDataset
from .amazon_s3_dataset import AmazonS3Dataset
Expand All @@ -785,6 +806,7 @@
from .responsys_source import ResponsysSource
from .salesforce_marketing_cloud_source import SalesforceMarketingCloudSource
from .vertica_source import VerticaSource
from .netezza_partition_settings import NetezzaPartitionSettings
from .netezza_source import NetezzaSource
from .zoho_source import ZohoSource
from .xero_source import XeroSource
Expand Down Expand Up @@ -824,6 +846,7 @@
from .web_source import WebSource
from .teradata_partition_settings import TeradataPartitionSettings
from .teradata_source import TeradataSource
from .oracle_partition_settings import OraclePartitionSettings
from .oracle_source import OracleSource
from .azure_data_explorer_source import AzureDataExplorerSource
from .azure_my_sql_source import AzureMySqlSource
Expand All @@ -837,13 +860,20 @@
from .sql_server_source import SqlServerSource
from .sql_source import SqlSource
from .rest_source import RestSource
from .sap_table_partition_settings import SapTablePartitionSettings
from .sap_table_source import SapTableSource
from .sap_open_hub_source import SapOpenHubSource
from .sap_hana_source import SapHanaSource
from .sap_ecc_source import SapEccSource
from .sap_cloud_for_customer_source import SapCloudForCustomerSource
from .salesforce_service_cloud_source import SalesforceServiceCloudSource
from .salesforce_source import SalesforceSource
from .odata_source import ODataSource
from .sybase_source import SybaseSource
from .postgre_sql_source import PostgreSqlSource
from .my_sql_source import MySqlSource
from .odbc_source import OdbcSource
from .db2_source import Db2Source
from .microsoft_access_source import MicrosoftAccessSource
from .informix_source import InformixSource
from .relational_source import RelationalSource
Expand All @@ -853,8 +883,6 @@
from .document_db_collection_source import DocumentDbCollectionSource
from .blob_source import BlobSource
from .azure_table_source import AzureTableSource
from .format_read_settings import FormatReadSettings
from .delimited_text_read_settings import DelimitedTextReadSettings
from .hdfs_read_settings import HdfsReadSettings
from .http_read_settings import HttpReadSettings
from .sftp_read_settings import SftpReadSettings
Expand All @@ -865,10 +893,14 @@
from .azure_blob_fs_read_settings import AzureBlobFSReadSettings
from .azure_blob_storage_read_settings import AzureBlobStorageReadSettings
from .store_read_settings import StoreReadSettings
from .binary_source import BinarySource
from .format_read_settings import FormatReadSettings
from .delimited_text_read_settings import DelimitedTextReadSettings
from .delimited_text_source import DelimitedTextSource
from .parquet_source import ParquetSource
from .copy_source import CopySource
from .lookup_activity import LookupActivity
from .azure_data_explorer_command import AzureDataExplorerCommand
from .log_storage_settings import LogStorageSettings
from .delete_activity import DeleteActivity
from .sql_server_stored_procedure_activity import SqlServerStoredProcedureActivity
Expand Down Expand Up @@ -911,6 +943,7 @@
from .document_db_collection_sink import DocumentDbCollectionSink
from .file_system_sink import FileSystemSink
from .blob_sink import BlobSink
from .binary_sink import BinarySink
from .file_server_write_settings import FileServerWriteSettings
from .azure_data_lake_store_write_settings import AzureDataLakeStoreWriteSettings
from .azure_blob_fs_write_settings import AzureBlobFSWriteSettings
Expand All @@ -920,6 +953,7 @@
from .azure_table_sink import AzureTableSink
from .azure_queue_sink import AzureQueueSink
from .sap_cloud_for_customer_sink import SapCloudForCustomerSink
from .azure_postgre_sql_sink import AzurePostgreSqlSink
from .format_write_settings import FormatWriteSettings
from .delimited_text_write_settings import DelimitedTextWriteSettings
from .delimited_text_sink import DelimitedTextSink
Expand Down Expand Up @@ -1024,9 +1058,12 @@
DynamicsAuthenticationType,
AzureFunctionActivityMethod,
WebActivityMethod,
NetezzaPartitionOption,
CassandraSourceReadConsistencyLevels,
TeradataPartitionOption,
OraclePartitionOption,
StoredProcedureParameterType,
SapTablePartitionOption,
SalesforceSourceReadBehavior,
SsisPackageLocationType,
HDInsightActivityDebugInfoOption,
Expand Down Expand Up @@ -1286,6 +1323,9 @@
'SalesforceServiceCloudObjectDataset',
'SalesforceObjectDataset',
'MicrosoftAccessTableDataset',
'PostgreSqlTableDataset',
'MySqlTableDataset',
'OdbcTableDataset',
'InformixTableDataset',
'RelationalTableDataset',
'AzureMySqlTableDataset',
Expand Down Expand Up @@ -1320,6 +1360,7 @@
'AzureBlobFSLocation',
'AzureBlobStorageLocation',
'DatasetLocation',
'BinaryDataset',
'DelimitedTextDataset',
'ParquetDataset',
'AmazonS3Dataset',
Expand All @@ -1343,6 +1384,7 @@
'ResponsysSource',
'SalesforceMarketingCloudSource',
'VerticaSource',
'NetezzaPartitionSettings',
'NetezzaSource',
'ZohoSource',
'XeroSource',
Expand Down Expand Up @@ -1382,6 +1424,7 @@
'WebSource',
'TeradataPartitionSettings',
'TeradataSource',
'OraclePartitionSettings',
'OracleSource',
'AzureDataExplorerSource',
'AzureMySqlSource',
Expand All @@ -1395,13 +1438,20 @@
'SqlServerSource',
'SqlSource',
'RestSource',
'SapTablePartitionSettings',
'SapTableSource',
'SapOpenHubSource',
'SapHanaSource',
'SapEccSource',
'SapCloudForCustomerSource',
'SalesforceServiceCloudSource',
'SalesforceSource',
'ODataSource',
'SybaseSource',
'PostgreSqlSource',
'MySqlSource',
'OdbcSource',
'Db2Source',
'MicrosoftAccessSource',
'InformixSource',
'RelationalSource',
Expand All @@ -1411,8 +1461,6 @@
'DocumentDbCollectionSource',
'BlobSource',
'AzureTableSource',
'FormatReadSettings',
'DelimitedTextReadSettings',
'HdfsReadSettings',
'HttpReadSettings',
'SftpReadSettings',
Expand All @@ -1423,10 +1471,14 @@
'AzureBlobFSReadSettings',
'AzureBlobStorageReadSettings',
'StoreReadSettings',
'BinarySource',
'FormatReadSettings',
'DelimitedTextReadSettings',
'DelimitedTextSource',
'ParquetSource',
'CopySource',
'LookupActivity',
'AzureDataExplorerCommand',
'LogStorageSettings',
'DeleteActivity',
'SqlServerStoredProcedureActivity',
Expand Down Expand Up @@ -1469,6 +1521,7 @@
'DocumentDbCollectionSink',
'FileSystemSink',
'BlobSink',
'BinarySink',
'FileServerWriteSettings',
'AzureDataLakeStoreWriteSettings',
'AzureBlobFSWriteSettings',
Expand All @@ -1478,6 +1531,7 @@
'AzureTableSink',
'AzureQueueSink',
'SapCloudForCustomerSink',
'AzurePostgreSqlSink',
'FormatWriteSettings',
'DelimitedTextWriteSettings',
'DelimitedTextSink',
Expand Down Expand Up @@ -1581,9 +1635,12 @@
'DynamicsAuthenticationType',
'AzureFunctionActivityMethod',
'WebActivityMethod',
'NetezzaPartitionOption',
'CassandraSourceReadConsistencyLevels',
'TeradataPartitionOption',
'OraclePartitionOption',
'StoredProcedureParameterType',
'SapTablePartitionOption',
'SalesforceSourceReadBehavior',
'SsisPackageLocationType',
'HDInsightActivityDebugInfoOption',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

from .execution_activity import ExecutionActivity


class AzureDataExplorerCommand(ExecutionActivity):
"""Azure Data Explorer command activity.

All required parameters must be populated in order to send to Azure.

:param additional_properties: Unmatched properties from the message are
deserialized this collection
:type additional_properties: dict[str, object]
:param name: Required. Activity name.
:type name: str
:param description: Activity description.
:type description: str
:param depends_on: Activity depends on condition.
:type depends_on: list[~azure.mgmt.datafactory.models.ActivityDependency]
:param user_properties: Activity user properties.
:type user_properties: list[~azure.mgmt.datafactory.models.UserProperty]
:param type: Required. Constant filled by server.
:type type: str
:param linked_service_name: Linked service reference.
:type linked_service_name:
~azure.mgmt.datafactory.models.LinkedServiceReference
:param policy: Activity policy.
:type policy: ~azure.mgmt.datafactory.models.ActivityPolicy
:param command: Required. A control command, according to the Azure Data
Explorer command syntax. Type: string (or Expression with resultType
string).
:type command: object
"""

_validation = {
'name': {'required': True},
'type': {'required': True},
'command': {'required': True},
}

_attribute_map = {
'additional_properties': {'key': '', 'type': '{object}'},
'name': {'key': 'name', 'type': 'str'},
'description': {'key': 'description', 'type': 'str'},
'depends_on': {'key': 'dependsOn', 'type': '[ActivityDependency]'},
'user_properties': {'key': 'userProperties', 'type': '[UserProperty]'},
'type': {'key': 'type', 'type': 'str'},
'linked_service_name': {'key': 'linkedServiceName', 'type': 'LinkedServiceReference'},
'policy': {'key': 'policy', 'type': 'ActivityPolicy'},
'command': {'key': 'typeProperties.command', 'type': 'object'},
}

def __init__(self, **kwargs):
super(AzureDataExplorerCommand, self).__init__(**kwargs)
self.command = kwargs.get('command', None)
self.type = 'AzureDataExplorerCommand'
Loading