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
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class DataFormat(str, Enum):
raw = "RAW"
singlejson = "SINGLEJSON"
avro = "AVRO"
tsve = "TSVE"


class DatabasePrincipalRole(str, Enum):
Expand Down
6 changes: 3 additions & 3 deletions sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down