@azure/arm-datafactory 8.1.0 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/dist/arm-datafactory.js +214 -209
  2. package/dist/arm-datafactory.js.map +1 -1
  3. package/dist/arm-datafactory.min.js +1 -1
  4. package/dist/arm-datafactory.min.js.map +1 -1
  5. package/esm/dataFactoryManagementClientContext.js +1 -1
  6. package/esm/models/dataFlowDebugSessionMappers.d.ts +1 -1
  7. package/esm/models/dataFlowDebugSessionMappers.d.ts.map +1 -1
  8. package/esm/models/dataFlowDebugSessionMappers.js +1 -1
  9. package/esm/models/dataFlowDebugSessionMappers.js.map +1 -1
  10. package/esm/models/dataFlowsMappers.d.ts +1 -1
  11. package/esm/models/dataFlowsMappers.d.ts.map +1 -1
  12. package/esm/models/dataFlowsMappers.js +1 -1
  13. package/esm/models/dataFlowsMappers.js.map +1 -1
  14. package/esm/models/datasetsMappers.d.ts +1 -1
  15. package/esm/models/datasetsMappers.d.ts.map +1 -1
  16. package/esm/models/datasetsMappers.js +1 -1
  17. package/esm/models/datasetsMappers.js.map +1 -1
  18. package/esm/models/factoriesMappers.d.ts +1 -1
  19. package/esm/models/factoriesMappers.d.ts.map +1 -1
  20. package/esm/models/factoriesMappers.js +1 -1
  21. package/esm/models/factoriesMappers.js.map +1 -1
  22. package/esm/models/index.d.ts +120 -101
  23. package/esm/models/index.d.ts.map +1 -1
  24. package/esm/models/integrationRuntimesMappers.d.ts +1 -1
  25. package/esm/models/integrationRuntimesMappers.d.ts.map +1 -1
  26. package/esm/models/integrationRuntimesMappers.js +1 -1
  27. package/esm/models/integrationRuntimesMappers.js.map +1 -1
  28. package/esm/models/linkedServicesMappers.d.ts +1 -1
  29. package/esm/models/linkedServicesMappers.d.ts.map +1 -1
  30. package/esm/models/linkedServicesMappers.js +1 -1
  31. package/esm/models/linkedServicesMappers.js.map +1 -1
  32. package/esm/models/managedPrivateEndpointsMappers.d.ts +1 -1
  33. package/esm/models/managedPrivateEndpointsMappers.d.ts.map +1 -1
  34. package/esm/models/managedPrivateEndpointsMappers.js +1 -1
  35. package/esm/models/managedPrivateEndpointsMappers.js.map +1 -1
  36. package/esm/models/managedVirtualNetworksMappers.d.ts +1 -1
  37. package/esm/models/managedVirtualNetworksMappers.d.ts.map +1 -1
  38. package/esm/models/managedVirtualNetworksMappers.js +1 -1
  39. package/esm/models/managedVirtualNetworksMappers.js.map +1 -1
  40. package/esm/models/mappers.d.ts +3 -13
  41. package/esm/models/mappers.d.ts.map +1 -1
  42. package/esm/models/mappers.js +185 -124
  43. package/esm/models/mappers.js.map +1 -1
  44. package/esm/models/pipelinesMappers.d.ts +1 -1
  45. package/esm/models/pipelinesMappers.d.ts.map +1 -1
  46. package/esm/models/pipelinesMappers.js +1 -1
  47. package/esm/models/pipelinesMappers.js.map +1 -1
  48. package/esm/models/privateEndPointConnectionsMappers.d.ts +1 -1
  49. package/esm/models/privateEndPointConnectionsMappers.d.ts.map +1 -1
  50. package/esm/models/privateEndPointConnectionsMappers.js +1 -1
  51. package/esm/models/privateEndPointConnectionsMappers.js.map +1 -1
  52. package/esm/models/privateEndpointConnectionMappers.d.ts +1 -1
  53. package/esm/models/privateEndpointConnectionMappers.d.ts.map +1 -1
  54. package/esm/models/privateEndpointConnectionMappers.js +1 -1
  55. package/esm/models/privateEndpointConnectionMappers.js.map +1 -1
  56. package/esm/models/privateLinkResourcesMappers.d.ts +1 -1
  57. package/esm/models/privateLinkResourcesMappers.d.ts.map +1 -1
  58. package/esm/models/privateLinkResourcesMappers.js +1 -1
  59. package/esm/models/privateLinkResourcesMappers.js.map +1 -1
  60. package/esm/models/triggersMappers.d.ts +1 -1
  61. package/esm/models/triggersMappers.d.ts.map +1 -1
  62. package/esm/models/triggersMappers.js +1 -1
  63. package/esm/models/triggersMappers.js.map +1 -1
  64. package/package.json +2 -2
  65. package/src/dataFactoryManagementClientContext.ts +1 -1
  66. package/src/models/dataFlowDebugSessionMappers.ts +2 -6
  67. package/src/models/dataFlowsMappers.ts +2 -6
  68. package/src/models/datasetsMappers.ts +2 -6
  69. package/src/models/factoriesMappers.ts +2 -6
  70. package/src/models/index.ts +121 -109
  71. package/src/models/integrationRuntimesMappers.ts +2 -6
  72. package/src/models/linkedServicesMappers.ts +2 -6
  73. package/src/models/managedPrivateEndpointsMappers.ts +2 -6
  74. package/src/models/managedVirtualNetworksMappers.ts +2 -6
  75. package/src/models/mappers.ts +194 -145
  76. package/src/models/pipelinesMappers.ts +2 -6
  77. package/src/models/privateEndPointConnectionsMappers.ts +2 -6
  78. package/src/models/privateEndpointConnectionMappers.ts +2 -6
  79. package/src/models/privateLinkResourcesMappers.ts +2 -6
  80. package/src/models/triggersMappers.ts +2 -6
@@ -1818,6 +1818,12 @@ export const FactoryUpdateParameters: msRest.CompositeMapper = {
1818
1818
  name: "Composite",
1819
1819
  className: "FactoryIdentity"
1820
1820
  }
1821
+ },
1822
+ publicNetworkAccess: {
1823
+ serializedName: "publicNetworkAccess",
1824
+ type: {
1825
+ name: "String"
1826
+ }
1821
1827
  }
1822
1828
  }
1823
1829
  }
@@ -3197,6 +3203,18 @@ export const DataFlowDebugPackage: msRest.CompositeMapper = {
3197
3203
  className: "DataFlowDebugResource"
3198
3204
  }
3199
3205
  },
3206
+ dataFlows: {
3207
+ serializedName: "dataFlows",
3208
+ type: {
3209
+ name: "Sequence",
3210
+ element: {
3211
+ type: {
3212
+ name: "Composite",
3213
+ className: "DataFlowDebugResource"
3214
+ }
3215
+ }
3216
+ }
3217
+ },
3200
3218
  datasets: {
3201
3219
  serializedName: "datasets",
3202
3220
  type: {
@@ -3484,6 +3502,17 @@ export const DataFlowReference: msRest.CompositeMapper = {
3484
3502
  type: {
3485
3503
  name: "Object"
3486
3504
  }
3505
+ },
3506
+ parameters: {
3507
+ serializedName: "parameters",
3508
+ type: {
3509
+ name: "Dictionary",
3510
+ value: {
3511
+ type: {
3512
+ name: "Object"
3513
+ }
3514
+ }
3515
+ }
3487
3516
  }
3488
3517
  },
3489
3518
  additionalProperties: {
@@ -4068,18 +4097,7 @@ export const Transformation: msRest.CompositeMapper = {
4068
4097
  type: {
4069
4098
  name: "String"
4070
4099
  }
4071
- }
4072
- }
4073
- }
4074
- };
4075
-
4076
- export const DataFlowSink: msRest.CompositeMapper = {
4077
- serializedName: "DataFlowSink",
4078
- type: {
4079
- name: "Composite",
4080
- className: "DataFlowSink",
4081
- modelProperties: {
4082
- ...Transformation.type.modelProperties,
4100
+ },
4083
4101
  dataset: {
4084
4102
  serializedName: "dataset",
4085
4103
  type: {
@@ -4094,6 +4112,29 @@ export const DataFlowSink: msRest.CompositeMapper = {
4094
4112
  className: "LinkedServiceReference"
4095
4113
  }
4096
4114
  },
4115
+ flowlet: {
4116
+ serializedName: "flowlet",
4117
+ type: {
4118
+ name: "Composite",
4119
+ className: "DataFlowReference",
4120
+ additionalProperties: {
4121
+ type: {
4122
+ name: "Object"
4123
+ }
4124
+ }
4125
+ }
4126
+ }
4127
+ }
4128
+ }
4129
+ };
4130
+
4131
+ export const DataFlowSink: msRest.CompositeMapper = {
4132
+ serializedName: "DataFlowSink",
4133
+ type: {
4134
+ name: "Composite",
4135
+ className: "DataFlowSink",
4136
+ modelProperties: {
4137
+ ...Transformation.type.modelProperties,
4097
4138
  schemaLinkedService: {
4098
4139
  serializedName: "schemaLinkedService",
4099
4140
  type: {
@@ -4129,20 +4170,6 @@ export const DataFlowSource: msRest.CompositeMapper = {
4129
4170
  className: "DataFlowSource",
4130
4171
  modelProperties: {
4131
4172
  ...Transformation.type.modelProperties,
4132
- dataset: {
4133
- serializedName: "dataset",
4134
- type: {
4135
- name: "Composite",
4136
- className: "DatasetReference"
4137
- }
4138
- },
4139
- linkedService: {
4140
- serializedName: "linkedService",
4141
- type: {
4142
- name: "Composite",
4143
- className: "LinkedServiceReference"
4144
- }
4145
- },
4146
4173
  schemaLinkedService: {
4147
4174
  serializedName: "schemaLinkedService",
4148
4175
  type: {
@@ -4197,6 +4224,78 @@ export const WranglingDataFlow: msRest.CompositeMapper = {
4197
4224
  type: {
4198
4225
  name: "String"
4199
4226
  }
4227
+ },
4228
+ documentLocale: {
4229
+ serializedName: "typeProperties.documentLocale",
4230
+ type: {
4231
+ name: "String"
4232
+ }
4233
+ }
4234
+ }
4235
+ }
4236
+ };
4237
+
4238
+ export const Flowlet: msRest.CompositeMapper = {
4239
+ serializedName: "Flowlet",
4240
+ type: {
4241
+ name: "Composite",
4242
+ polymorphicDiscriminator: DataFlow.type.polymorphicDiscriminator,
4243
+ uberParent: "DataFlow",
4244
+ className: "Flowlet",
4245
+ modelProperties: {
4246
+ ...DataFlow.type.modelProperties,
4247
+ sources: {
4248
+ serializedName: "typeProperties.sources",
4249
+ type: {
4250
+ name: "Sequence",
4251
+ element: {
4252
+ type: {
4253
+ name: "Composite",
4254
+ className: "DataFlowSource"
4255
+ }
4256
+ }
4257
+ }
4258
+ },
4259
+ sinks: {
4260
+ serializedName: "typeProperties.sinks",
4261
+ type: {
4262
+ name: "Sequence",
4263
+ element: {
4264
+ type: {
4265
+ name: "Composite",
4266
+ className: "DataFlowSink"
4267
+ }
4268
+ }
4269
+ }
4270
+ },
4271
+ transformations: {
4272
+ serializedName: "typeProperties.transformations",
4273
+ type: {
4274
+ name: "Sequence",
4275
+ element: {
4276
+ type: {
4277
+ name: "Composite",
4278
+ className: "Transformation"
4279
+ }
4280
+ }
4281
+ }
4282
+ },
4283
+ script: {
4284
+ serializedName: "typeProperties.script",
4285
+ type: {
4286
+ name: "String"
4287
+ }
4288
+ },
4289
+ scriptLines: {
4290
+ serializedName: "typeProperties.scriptLines",
4291
+ type: {
4292
+ name: "Sequence",
4293
+ element: {
4294
+ type: {
4295
+ name: "String"
4296
+ }
4297
+ }
4298
+ }
4200
4299
  }
4201
4300
  }
4202
4301
  }
@@ -4252,6 +4351,17 @@ export const MappingDataFlow: msRest.CompositeMapper = {
4252
4351
  type: {
4253
4352
  name: "String"
4254
4353
  }
4354
+ },
4355
+ scriptLines: {
4356
+ serializedName: "typeProperties.scriptLines",
4357
+ type: {
4358
+ name: "Sequence",
4359
+ element: {
4360
+ type: {
4361
+ name: "String"
4362
+ }
4363
+ }
4364
+ }
4255
4365
  }
4256
4366
  }
4257
4367
  }
@@ -11656,92 +11766,15 @@ export const DatasetCompression: msRest.CompositeMapper = {
11656
11766
  serializedName: "DatasetCompression",
11657
11767
  type: {
11658
11768
  name: "Composite",
11659
- polymorphicDiscriminator: {
11660
- serializedName: "type",
11661
- clientName: "type"
11662
- },
11663
- uberParent: "DatasetCompression",
11664
11769
  className: "DatasetCompression",
11665
11770
  modelProperties: {
11666
11771
  type: {
11667
11772
  required: true,
11668
11773
  serializedName: "type",
11669
- type: {
11670
- name: "String"
11671
- }
11672
- }
11673
- },
11674
- additionalProperties: {
11675
- type: {
11676
- name: "Object"
11677
- }
11678
- }
11679
- }
11680
- };
11681
-
11682
- export const DatasetTarGZipCompression: msRest.CompositeMapper = {
11683
- serializedName: "TarGZip",
11684
- type: {
11685
- name: "Composite",
11686
- polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
11687
- uberParent: "DatasetCompression",
11688
- className: "DatasetTarGZipCompression",
11689
- modelProperties: {
11690
- ...DatasetCompression.type.modelProperties,
11691
- level: {
11692
- serializedName: "level",
11693
- type: {
11694
- name: "Object"
11695
- }
11696
- }
11697
- },
11698
- additionalProperties: DatasetCompression.type.additionalProperties
11699
- }
11700
- };
11701
-
11702
- export const DatasetTarCompression: msRest.CompositeMapper = {
11703
- serializedName: "Tar",
11704
- type: {
11705
- name: "Composite",
11706
- polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
11707
- uberParent: "DatasetCompression",
11708
- className: "DatasetTarCompression",
11709
- modelProperties: {
11710
- ...DatasetCompression.type.modelProperties
11711
- },
11712
- additionalProperties: DatasetCompression.type.additionalProperties
11713
- }
11714
- };
11715
-
11716
- export const DatasetZipDeflateCompression: msRest.CompositeMapper = {
11717
- serializedName: "ZipDeflate",
11718
- type: {
11719
- name: "Composite",
11720
- polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
11721
- uberParent: "DatasetCompression",
11722
- className: "DatasetZipDeflateCompression",
11723
- modelProperties: {
11724
- ...DatasetCompression.type.modelProperties,
11725
- level: {
11726
- serializedName: "level",
11727
11774
  type: {
11728
11775
  name: "Object"
11729
11776
  }
11730
- }
11731
- },
11732
- additionalProperties: DatasetCompression.type.additionalProperties
11733
- }
11734
- };
11735
-
11736
- export const DatasetDeflateCompression: msRest.CompositeMapper = {
11737
- serializedName: "Deflate",
11738
- type: {
11739
- name: "Composite",
11740
- polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
11741
- uberParent: "DatasetCompression",
11742
- className: "DatasetDeflateCompression",
11743
- modelProperties: {
11744
- ...DatasetCompression.type.modelProperties,
11777
+ },
11745
11778
  level: {
11746
11779
  serializedName: "level",
11747
11780
  type: {
@@ -11749,41 +11782,11 @@ export const DatasetDeflateCompression: msRest.CompositeMapper = {
11749
11782
  }
11750
11783
  }
11751
11784
  },
11752
- additionalProperties: DatasetCompression.type.additionalProperties
11753
- }
11754
- };
11755
-
11756
- export const DatasetGZipCompression: msRest.CompositeMapper = {
11757
- serializedName: "GZip",
11758
- type: {
11759
- name: "Composite",
11760
- polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
11761
- uberParent: "DatasetCompression",
11762
- className: "DatasetGZipCompression",
11763
- modelProperties: {
11764
- ...DatasetCompression.type.modelProperties,
11765
- level: {
11766
- serializedName: "level",
11767
- type: {
11768
- name: "Object"
11769
- }
11785
+ additionalProperties: {
11786
+ type: {
11787
+ name: "Object"
11770
11788
  }
11771
- },
11772
- additionalProperties: DatasetCompression.type.additionalProperties
11773
- }
11774
- };
11775
-
11776
- export const DatasetBZip2Compression: msRest.CompositeMapper = {
11777
- serializedName: "BZip2",
11778
- type: {
11779
- name: "Composite",
11780
- polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
11781
- uberParent: "DatasetCompression",
11782
- className: "DatasetBZip2Compression",
11783
- modelProperties: {
11784
- ...DatasetCompression.type.modelProperties
11785
- },
11786
- additionalProperties: DatasetCompression.type.additionalProperties
11789
+ }
11787
11790
  }
11788
11791
  };
11789
11792
 
@@ -14837,6 +14840,34 @@ export const ActivityPolicy: msRest.CompositeMapper = {
14837
14840
  }
14838
14841
  };
14839
14842
 
14843
+ export const PowerQuerySinkMapping: msRest.CompositeMapper = {
14844
+ serializedName: "PowerQuerySinkMapping",
14845
+ type: {
14846
+ name: "Composite",
14847
+ className: "PowerQuerySinkMapping",
14848
+ modelProperties: {
14849
+ queryName: {
14850
+ serializedName: "queryName",
14851
+ type: {
14852
+ name: "String"
14853
+ }
14854
+ },
14855
+ dataflowSinks: {
14856
+ serializedName: "dataflowSinks",
14857
+ type: {
14858
+ name: "Sequence",
14859
+ element: {
14860
+ type: {
14861
+ name: "Composite",
14862
+ className: "PowerQuerySink"
14863
+ }
14864
+ }
14865
+ }
14866
+ }
14867
+ }
14868
+ }
14869
+ };
14870
+
14840
14871
  export const ExecuteDataFlowActivityTypePropertiesCompute: msRest.CompositeMapper = {
14841
14872
  serializedName: "ExecuteDataFlowActivityTypeProperties_compute",
14842
14873
  type: {
@@ -14933,6 +14964,18 @@ export const ExecuteWranglingDataflowActivity: msRest.CompositeMapper = {
14933
14964
  }
14934
14965
  }
14935
14966
  },
14967
+ queries: {
14968
+ serializedName: "typeProperties.queries",
14969
+ type: {
14970
+ name: "Sequence",
14971
+ element: {
14972
+ type: {
14973
+ name: "Composite",
14974
+ className: "PowerQuerySinkMapping"
14975
+ }
14976
+ }
14977
+ }
14978
+ },
14936
14979
  policy: {
14937
14980
  serializedName: "policy",
14938
14981
  type: {
@@ -15977,6 +16020,12 @@ export const SftpReadSettings: msRest.CompositeMapper = {
15977
16020
  type: {
15978
16021
  name: "Object"
15979
16022
  }
16023
+ },
16024
+ disableChunking: {
16025
+ serializedName: "disableChunking",
16026
+ type: {
16027
+ name: "Object"
16028
+ }
15980
16029
  }
15981
16030
  },
15982
16031
  additionalProperties: StoreReadSettings.type.additionalProperties
@@ -16039,6 +16088,12 @@ export const FtpReadSettings: msRest.CompositeMapper = {
16039
16088
  type: {
16040
16089
  name: "Boolean"
16041
16090
  }
16091
+ },
16092
+ disableChunking: {
16093
+ serializedName: "disableChunking",
16094
+ type: {
16095
+ name: "Object"
16096
+ }
16042
16097
  }
16043
16098
  },
16044
16099
  additionalProperties: StoreReadSettings.type.additionalProperties
@@ -26614,6 +26669,7 @@ export const discriminators = {
26614
26669
  'Credential.ManagedIdentity' : ManagedIdentityCredential,
26615
26670
  'Credential.ServicePrincipal' : ServicePrincipalCredential,
26616
26671
  'DataFlow.WranglingDataFlow' : WranglingDataFlow,
26672
+ 'DataFlow.Flowlet' : Flowlet,
26617
26673
  'DataFlow.MappingDataFlow' : MappingDataFlow,
26618
26674
  'LinkedService.SharePointOnlineList' : SharePointOnlineListLinkedService,
26619
26675
  'LinkedService.Snowflake' : SnowflakeLinkedService,
@@ -26759,13 +26815,6 @@ export const discriminators = {
26759
26815
  'Dataset.ConcurObject' : ConcurObjectDataset,
26760
26816
  'Dataset.AzurePostgreSqlTable' : AzurePostgreSqlTableDataset,
26761
26817
  'Dataset.AmazonMWSObject' : AmazonMWSObjectDataset,
26762
- 'DatasetCompression.TarGZip' : DatasetTarGZipCompression,
26763
- 'DatasetCompression.Tar' : DatasetTarCompression,
26764
- 'DatasetCompression.ZipDeflate' : DatasetZipDeflateCompression,
26765
- 'DatasetCompression.Deflate' : DatasetDeflateCompression,
26766
- 'DatasetCompression.GZip' : DatasetGZipCompression,
26767
- 'DatasetCompression.BZip2' : DatasetBZip2Compression,
26768
- 'DatasetCompression' : DatasetCompression,
26769
26818
  'DatasetStorageFormat.ParquetFormat' : ParquetFormat,
26770
26819
  'DatasetStorageFormat.OrcFormat' : OrcFormat,
26771
26820
  'DatasetStorageFormat.AvroFormat' : AvroFormat,
@@ -178,18 +178,12 @@ export {
178
178
  DataFlowStagingInfo,
179
179
  DataLakeAnalyticsUSQLActivity,
180
180
  Dataset,
181
- DatasetBZip2Compression,
182
181
  DatasetCompression,
183
- DatasetDeflateCompression,
184
182
  DatasetFolder,
185
- DatasetGZipCompression,
186
183
  DatasetLocation,
187
184
  DatasetReference,
188
185
  DatasetResource,
189
186
  DatasetStorageFormat,
190
- DatasetTarCompression,
191
- DatasetTarGZipCompression,
192
- DatasetZipDeflateCompression,
193
187
  Db2LinkedService,
194
188
  Db2Source,
195
189
  Db2TableDataset,
@@ -249,6 +243,7 @@ export {
249
243
  FileSystemSink,
250
244
  FileSystemSource,
251
245
  FilterActivity,
246
+ Flowlet,
252
247
  ForEachActivity,
253
248
  FormatReadSettings,
254
249
  FormatWriteSettings,
@@ -426,6 +421,7 @@ export {
426
421
  PostgreSqlSource,
427
422
  PostgreSqlTableDataset,
428
423
  PowerQuerySink,
424
+ PowerQuerySinkMapping,
429
425
  PowerQuerySource,
430
426
  PrestoLinkedService,
431
427
  PrestoObjectDataset,
@@ -177,18 +177,12 @@ export {
177
177
  DataFlowStagingInfo,
178
178
  DataLakeAnalyticsUSQLActivity,
179
179
  Dataset,
180
- DatasetBZip2Compression,
181
180
  DatasetCompression,
182
- DatasetDeflateCompression,
183
181
  DatasetFolder,
184
- DatasetGZipCompression,
185
182
  DatasetLocation,
186
183
  DatasetReference,
187
184
  DatasetResource,
188
185
  DatasetStorageFormat,
189
- DatasetTarCompression,
190
- DatasetTarGZipCompression,
191
- DatasetZipDeflateCompression,
192
186
  Db2LinkedService,
193
187
  Db2Source,
194
188
  Db2TableDataset,
@@ -248,6 +242,7 @@ export {
248
242
  FileSystemSink,
249
243
  FileSystemSource,
250
244
  FilterActivity,
245
+ Flowlet,
251
246
  ForEachActivity,
252
247
  FormatReadSettings,
253
248
  FormatWriteSettings,
@@ -424,6 +419,7 @@ export {
424
419
  PostgreSqlSource,
425
420
  PostgreSqlTableDataset,
426
421
  PowerQuerySink,
422
+ PowerQuerySinkMapping,
427
423
  PowerQuerySource,
428
424
  PrestoLinkedService,
429
425
  PrestoObjectDataset,
@@ -177,18 +177,12 @@ export {
177
177
  DataFlowStagingInfo,
178
178
  DataLakeAnalyticsUSQLActivity,
179
179
  Dataset,
180
- DatasetBZip2Compression,
181
180
  DatasetCompression,
182
- DatasetDeflateCompression,
183
181
  DatasetFolder,
184
- DatasetGZipCompression,
185
182
  DatasetLocation,
186
183
  DatasetReference,
187
184
  DatasetResource,
188
185
  DatasetStorageFormat,
189
- DatasetTarCompression,
190
- DatasetTarGZipCompression,
191
- DatasetZipDeflateCompression,
192
186
  Db2LinkedService,
193
187
  Db2Source,
194
188
  Db2TableDataset,
@@ -248,6 +242,7 @@ export {
248
242
  FileSystemSink,
249
243
  FileSystemSource,
250
244
  FilterActivity,
245
+ Flowlet,
251
246
  ForEachActivity,
252
247
  FormatReadSettings,
253
248
  FormatWriteSettings,
@@ -424,6 +419,7 @@ export {
424
419
  PostgreSqlSource,
425
420
  PostgreSqlTableDataset,
426
421
  PowerQuerySink,
422
+ PowerQuerySinkMapping,
427
423
  PowerQuerySource,
428
424
  PrestoLinkedService,
429
425
  PrestoObjectDataset,
@@ -177,18 +177,12 @@ export {
177
177
  DataFlowStagingInfo,
178
178
  DataLakeAnalyticsUSQLActivity,
179
179
  Dataset,
180
- DatasetBZip2Compression,
181
180
  DatasetCompression,
182
- DatasetDeflateCompression,
183
181
  DatasetFolder,
184
- DatasetGZipCompression,
185
182
  DatasetLocation,
186
183
  DatasetReference,
187
184
  DatasetResource,
188
185
  DatasetStorageFormat,
189
- DatasetTarCompression,
190
- DatasetTarGZipCompression,
191
- DatasetZipDeflateCompression,
192
186
  Db2LinkedService,
193
187
  Db2Source,
194
188
  Db2TableDataset,
@@ -248,6 +242,7 @@ export {
248
242
  FileSystemSink,
249
243
  FileSystemSource,
250
244
  FilterActivity,
245
+ Flowlet,
251
246
  ForEachActivity,
252
247
  FormatReadSettings,
253
248
  FormatWriteSettings,
@@ -424,6 +419,7 @@ export {
424
419
  PostgreSqlSource,
425
420
  PostgreSqlTableDataset,
426
421
  PowerQuerySink,
422
+ PowerQuerySinkMapping,
427
423
  PowerQuerySource,
428
424
  PrestoLinkedService,
429
425
  PrestoObjectDataset,
@@ -177,18 +177,12 @@ export {
177
177
  DataFlowStagingInfo,
178
178
  DataLakeAnalyticsUSQLActivity,
179
179
  Dataset,
180
- DatasetBZip2Compression,
181
180
  DatasetCompression,
182
- DatasetDeflateCompression,
183
181
  DatasetFolder,
184
- DatasetGZipCompression,
185
182
  DatasetLocation,
186
183
  DatasetReference,
187
184
  DatasetResource,
188
185
  DatasetStorageFormat,
189
- DatasetTarCompression,
190
- DatasetTarGZipCompression,
191
- DatasetZipDeflateCompression,
192
186
  Db2LinkedService,
193
187
  Db2Source,
194
188
  Db2TableDataset,
@@ -248,6 +242,7 @@ export {
248
242
  FileSystemSink,
249
243
  FileSystemSource,
250
244
  FilterActivity,
245
+ Flowlet,
251
246
  ForEachActivity,
252
247
  FormatReadSettings,
253
248
  FormatWriteSettings,
@@ -424,6 +419,7 @@ export {
424
419
  PostgreSqlSource,
425
420
  PostgreSqlTableDataset,
426
421
  PowerQuerySink,
422
+ PowerQuerySinkMapping,
427
423
  PowerQuerySource,
428
424
  PrestoLinkedService,
429
425
  PrestoObjectDataset,