diff --git a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_kusto_management_client_enums.py b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_kusto_management_client_enums.py index 20490930677a..01de27be1122 100644 --- a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_kusto_management_client_enums.py +++ b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_kusto_management_client_enums.py @@ -77,6 +77,7 @@ class DataFormat(str, Enum): raw = "RAW" singlejson = "SINGLEJSON" avro = "AVRO" + tsve = "TSVE" class DatabasePrincipalRole(str, Enum): diff --git a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models.py b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models.py index 101c140126f3..6d0e6b99b745 100644 --- a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models.py +++ b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models.py @@ -1003,7 +1003,7 @@ class EventGridDataConnection(DataConnection): :param data_format: Required. The data format of the message. Optionally the data format can be added to each message. Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', - 'SINGLEJSON', 'AVRO' + 'SINGLEJSON', 'AVRO', 'TSVE' :type data_format: str or ~azure.mgmt.kusto.models.DataFormat """ @@ -1078,7 +1078,7 @@ class EventHubDataConnection(DataConnection): :param data_format: The data format of the message. Optionally the data format can be added to each message. Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON', - 'AVRO' + 'AVRO', 'TSVE' :type data_format: str or ~azure.mgmt.kusto.models.DataFormat :param event_system_properties: System properties of the event hub :type event_system_properties: list[str] @@ -1152,7 +1152,7 @@ class IotHubDataConnection(DataConnection): :param data_format: The data format of the message. Optionally the data format can be added to each message. Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON', - 'AVRO' + 'AVRO', 'TSVE' :type data_format: str or ~azure.mgmt.kusto.models.DataFormat :param event_system_properties: System properties of the iot hub :type event_system_properties: list[str] diff --git a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models_py3.py b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models_py3.py index 3befd4da9920..0d25670de4fa 100644 --- a/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models_py3.py +++ b/sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models_py3.py @@ -1003,7 +1003,7 @@ class EventGridDataConnection(DataConnection): :param data_format: Required. The data format of the message. Optionally the data format can be added to each message. Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', - 'SINGLEJSON', 'AVRO' + 'SINGLEJSON', 'AVRO', 'TSVE' :type data_format: str or ~azure.mgmt.kusto.models.DataFormat """ @@ -1078,7 +1078,7 @@ class EventHubDataConnection(DataConnection): :param data_format: The data format of the message. Optionally the data format can be added to each message. Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON', - 'AVRO' + 'AVRO', 'TSVE' :type data_format: str or ~azure.mgmt.kusto.models.DataFormat :param event_system_properties: System properties of the event hub :type event_system_properties: list[str] @@ -1152,7 +1152,7 @@ class IotHubDataConnection(DataConnection): :param data_format: The data format of the message. Optionally the data format can be added to each message. Possible values include: 'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON', - 'AVRO' + 'AVRO', 'TSVE' :type data_format: str or ~azure.mgmt.kusto.models.DataFormat :param event_system_properties: System properties of the iot hub :type event_system_properties: list[str]