Added Support for Kusto's New Mapping Parameters
BREAKING CHANGES:
- Changed
DataFormat
ENUM to be all caps, e.gDataFormat.csv
is nowDataFormat.CSV
FEATURES:
-
This release contains adjustments in order to support Kusto's new mapping formats:
ingestionMapping
,ingestionMappingType
andingestionMappingReference
, which are properties ofingestionProperties
and replacemapping
andmappingReference
. -
Note that
mapping
andmappingReference
will be deprecated in the next major version.
FIXES:
None.