Skip to content

Commit 2f51152

Browse files
authored
Generated from 8264dcc49e0bc239013cd76ce9664f83f1041967 (#7036)
Update Kusto.json with TSVE data format
1 parent 12383af commit 2f51152

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_kusto_management_client_enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class DataFormat(str, Enum):
7777
raw = "RAW"
7878
singlejson = "SINGLEJSON"
7979
avro = "AVRO"
80+
tsve = "TSVE"
8081

8182

8283
class DatabasePrincipalRole(str, Enum):

sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ class EventGridDataConnection(DataConnection):
10031003
:param data_format: Required. The data format of the message. Optionally
10041004
the data format can be added to each message. Possible values include:
10051005
'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW',
1006-
'SINGLEJSON', 'AVRO'
1006+
'SINGLEJSON', 'AVRO', 'TSVE'
10071007
:type data_format: str or ~azure.mgmt.kusto.models.DataFormat
10081008
"""
10091009

@@ -1078,7 +1078,7 @@ class EventHubDataConnection(DataConnection):
10781078
:param data_format: The data format of the message. Optionally the data
10791079
format can be added to each message. Possible values include: 'MULTIJSON',
10801080
'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON',
1081-
'AVRO'
1081+
'AVRO', 'TSVE'
10821082
:type data_format: str or ~azure.mgmt.kusto.models.DataFormat
10831083
:param event_system_properties: System properties of the event hub
10841084
:type event_system_properties: list[str]
@@ -1152,7 +1152,7 @@ class IotHubDataConnection(DataConnection):
11521152
:param data_format: The data format of the message. Optionally the data
11531153
format can be added to each message. Possible values include: 'MULTIJSON',
11541154
'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON',
1155-
'AVRO'
1155+
'AVRO', 'TSVE'
11561156
:type data_format: str or ~azure.mgmt.kusto.models.DataFormat
11571157
:param event_system_properties: System properties of the iot hub
11581158
:type event_system_properties: list[str]

sdk/kusto/azure-mgmt-kusto/azure/mgmt/kusto/models/_models_py3.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ class EventGridDataConnection(DataConnection):
10031003
:param data_format: Required. The data format of the message. Optionally
10041004
the data format can be added to each message. Possible values include:
10051005
'MULTIJSON', 'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW',
1006-
'SINGLEJSON', 'AVRO'
1006+
'SINGLEJSON', 'AVRO', 'TSVE'
10071007
:type data_format: str or ~azure.mgmt.kusto.models.DataFormat
10081008
"""
10091009

@@ -1078,7 +1078,7 @@ class EventHubDataConnection(DataConnection):
10781078
:param data_format: The data format of the message. Optionally the data
10791079
format can be added to each message. Possible values include: 'MULTIJSON',
10801080
'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON',
1081-
'AVRO'
1081+
'AVRO', 'TSVE'
10821082
:type data_format: str or ~azure.mgmt.kusto.models.DataFormat
10831083
:param event_system_properties: System properties of the event hub
10841084
:type event_system_properties: list[str]
@@ -1152,7 +1152,7 @@ class IotHubDataConnection(DataConnection):
11521152
:param data_format: The data format of the message. Optionally the data
11531153
format can be added to each message. Possible values include: 'MULTIJSON',
11541154
'JSON', 'CSV', 'TSV', 'SCSV', 'SOHSV', 'PSV', 'TXT', 'RAW', 'SINGLEJSON',
1155-
'AVRO'
1155+
'AVRO', 'TSVE'
11561156
:type data_format: str or ~azure.mgmt.kusto.models.DataFormat
11571157
:param event_system_properties: System properties of the iot hub
11581158
:type event_system_properties: list[str]

0 commit comments

Comments
 (0)