Skip to content

Commit

Permalink
Generated from 8264dcc49e0bc239013cd76ce9664f83f1041967 (#5678)
Browse files Browse the repository at this point in the history
Update Kusto.json with TSVE data format
  • Loading branch information
AutorestCI authored and ArcturusZhang committed Sep 5, 2019
1 parent bc96b83 commit 234ca02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions profiles/latest/kusto/mgmt/kusto/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const (
SINGLEJSON DataFormat = original.SINGLEJSON
SOHSV DataFormat = original.SOHSV
TSV DataFormat = original.TSV
TSVE DataFormat = original.TSVE
TXT DataFormat = original.TXT
)

Expand Down
1 change: 1 addition & 0 deletions profiles/preview/kusto/mgmt/kusto/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const (
SINGLEJSON DataFormat = original.SINGLEJSON
SOHSV DataFormat = original.SOHSV
TSV DataFormat = original.TSV
TSVE DataFormat = original.TSVE
TXT DataFormat = original.TXT
)

Expand Down
10 changes: 6 additions & 4 deletions services/kusto/mgmt/2019-05-15/kusto/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 234ca02

Please sign in to comment.