@azure/arm-streamanalytics 5.0.0-alpha.20250718.1 → 5.0.0-alpha.20250730.1

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 (115) hide show
  1. package/dist/browser/lroImpl.js +7 -3
  2. package/dist/browser/lroImpl.js.map +1 -1
  3. package/dist/browser/models/mappers.js +791 -359
  4. package/dist/browser/models/mappers.js.map +1 -1
  5. package/dist/browser/operations/clusters.js +100 -136
  6. package/dist/browser/operations/clusters.js.map +1 -1
  7. package/dist/browser/operations/functions.js +34 -46
  8. package/dist/browser/operations/functions.js.map +1 -1
  9. package/dist/browser/operations/inputs.js +34 -46
  10. package/dist/browser/operations/inputs.js.map +1 -1
  11. package/dist/browser/operations/operations.js +23 -40
  12. package/dist/browser/operations/operations.js.map +1 -1
  13. package/dist/browser/operations/outputs.js +34 -46
  14. package/dist/browser/operations/outputs.js.map +1 -1
  15. package/dist/browser/operations/privateEndpoints.js +34 -46
  16. package/dist/browser/operations/privateEndpoints.js.map +1 -1
  17. package/dist/browser/operations/skuOperations.js +23 -40
  18. package/dist/browser/operations/skuOperations.js.map +1 -1
  19. package/dist/browser/operations/streamingJobs.js +100 -109
  20. package/dist/browser/operations/streamingJobs.js.map +1 -1
  21. package/dist/browser/operations/subscriptions.js +45 -24
  22. package/dist/browser/operations/subscriptions.js.map +1 -1
  23. package/dist/browser/operations/transformations.js +1 -0
  24. package/dist/browser/operations/transformations.js.map +1 -1
  25. package/dist/browser/pagingHelper.js +2 -4
  26. package/dist/browser/pagingHelper.js.map +1 -1
  27. package/dist/browser/streamAnalyticsManagementClient.js +22 -5
  28. package/dist/browser/streamAnalyticsManagementClient.js.map +1 -1
  29. package/dist/commonjs/lroImpl.js +7 -3
  30. package/dist/commonjs/lroImpl.js.map +1 -1
  31. package/dist/commonjs/models/mappers.js +791 -359
  32. package/dist/commonjs/models/mappers.js.map +1 -1
  33. package/dist/commonjs/operations/clusters.js +100 -135
  34. package/dist/commonjs/operations/clusters.js.map +1 -1
  35. package/dist/commonjs/operations/functions.js +34 -45
  36. package/dist/commonjs/operations/functions.js.map +1 -1
  37. package/dist/commonjs/operations/inputs.js +34 -45
  38. package/dist/commonjs/operations/inputs.js.map +1 -1
  39. package/dist/commonjs/operations/operations.js +23 -39
  40. package/dist/commonjs/operations/operations.js.map +1 -1
  41. package/dist/commonjs/operations/outputs.js +34 -45
  42. package/dist/commonjs/operations/outputs.js.map +1 -1
  43. package/dist/commonjs/operations/privateEndpoints.js +34 -45
  44. package/dist/commonjs/operations/privateEndpoints.js.map +1 -1
  45. package/dist/commonjs/operations/skuOperations.js +23 -39
  46. package/dist/commonjs/operations/skuOperations.js.map +1 -1
  47. package/dist/commonjs/operations/streamingJobs.js +100 -108
  48. package/dist/commonjs/operations/streamingJobs.js.map +1 -1
  49. package/dist/commonjs/operations/subscriptions.js +45 -24
  50. package/dist/commonjs/operations/subscriptions.js.map +1 -1
  51. package/dist/commonjs/operations/transformations.js +1 -0
  52. package/dist/commonjs/operations/transformations.js.map +1 -1
  53. package/dist/commonjs/pagingHelper.js +2 -4
  54. package/dist/commonjs/pagingHelper.js.map +1 -1
  55. package/dist/commonjs/streamAnalyticsManagementClient.js +22 -5
  56. package/dist/commonjs/streamAnalyticsManagementClient.js.map +1 -1
  57. package/dist/commonjs/tsdoc-metadata.json +11 -11
  58. package/dist/esm/lroImpl.js +7 -3
  59. package/dist/esm/lroImpl.js.map +1 -1
  60. package/dist/esm/models/mappers.js +791 -359
  61. package/dist/esm/models/mappers.js.map +1 -1
  62. package/dist/esm/operations/clusters.js +100 -136
  63. package/dist/esm/operations/clusters.js.map +1 -1
  64. package/dist/esm/operations/functions.js +34 -46
  65. package/dist/esm/operations/functions.js.map +1 -1
  66. package/dist/esm/operations/inputs.js +34 -46
  67. package/dist/esm/operations/inputs.js.map +1 -1
  68. package/dist/esm/operations/operations.js +23 -40
  69. package/dist/esm/operations/operations.js.map +1 -1
  70. package/dist/esm/operations/outputs.js +34 -46
  71. package/dist/esm/operations/outputs.js.map +1 -1
  72. package/dist/esm/operations/privateEndpoints.js +34 -46
  73. package/dist/esm/operations/privateEndpoints.js.map +1 -1
  74. package/dist/esm/operations/skuOperations.js +23 -40
  75. package/dist/esm/operations/skuOperations.js.map +1 -1
  76. package/dist/esm/operations/streamingJobs.js +100 -109
  77. package/dist/esm/operations/streamingJobs.js.map +1 -1
  78. package/dist/esm/operations/subscriptions.js +45 -24
  79. package/dist/esm/operations/subscriptions.js.map +1 -1
  80. package/dist/esm/operations/transformations.js +1 -0
  81. package/dist/esm/operations/transformations.js.map +1 -1
  82. package/dist/esm/pagingHelper.js +2 -4
  83. package/dist/esm/pagingHelper.js.map +1 -1
  84. package/dist/esm/streamAnalyticsManagementClient.js +22 -5
  85. package/dist/esm/streamAnalyticsManagementClient.js.map +1 -1
  86. package/dist/react-native/lroImpl.js +7 -3
  87. package/dist/react-native/lroImpl.js.map +1 -1
  88. package/dist/react-native/models/mappers.js +791 -359
  89. package/dist/react-native/models/mappers.js.map +1 -1
  90. package/dist/react-native/operations/clusters.js +100 -136
  91. package/dist/react-native/operations/clusters.js.map +1 -1
  92. package/dist/react-native/operations/functions.js +34 -46
  93. package/dist/react-native/operations/functions.js.map +1 -1
  94. package/dist/react-native/operations/inputs.js +34 -46
  95. package/dist/react-native/operations/inputs.js.map +1 -1
  96. package/dist/react-native/operations/operations.js +23 -40
  97. package/dist/react-native/operations/operations.js.map +1 -1
  98. package/dist/react-native/operations/outputs.js +34 -46
  99. package/dist/react-native/operations/outputs.js.map +1 -1
  100. package/dist/react-native/operations/privateEndpoints.js +34 -46
  101. package/dist/react-native/operations/privateEndpoints.js.map +1 -1
  102. package/dist/react-native/operations/skuOperations.js +23 -40
  103. package/dist/react-native/operations/skuOperations.js.map +1 -1
  104. package/dist/react-native/operations/streamingJobs.js +100 -109
  105. package/dist/react-native/operations/streamingJobs.js.map +1 -1
  106. package/dist/react-native/operations/subscriptions.js +45 -24
  107. package/dist/react-native/operations/subscriptions.js.map +1 -1
  108. package/dist/react-native/operations/transformations.js +1 -0
  109. package/dist/react-native/operations/transformations.js.map +1 -1
  110. package/dist/react-native/pagingHelper.js +2 -4
  111. package/dist/react-native/pagingHelper.js.map +1 -1
  112. package/dist/react-native/streamAnalyticsManagementClient.js +22 -5
  113. package/dist/react-native/streamAnalyticsManagementClient.js.map +1 -1
  114. package/package.json +2 -2
  115. package/review/arm-streamanalytics-node.api.md +2128 -2128
@@ -2183,7 +2183,9 @@ exports.ScalarFunctionProperties = {
2183
2183
  className: "ScalarFunctionProperties",
2184
2184
  uberParent: "FunctionProperties",
2185
2185
  polymorphicDiscriminator: exports.FunctionProperties.type.polymorphicDiscriminator,
2186
- modelProperties: Object.assign({}, exports.FunctionProperties.type.modelProperties),
2186
+ modelProperties: {
2187
+ ...exports.FunctionProperties.type.modelProperties,
2188
+ },
2187
2189
  },
2188
2190
  };
2189
2191
  exports.AggregateFunctionProperties = {
@@ -2193,7 +2195,9 @@ exports.AggregateFunctionProperties = {
2193
2195
  className: "AggregateFunctionProperties",
2194
2196
  uberParent: "FunctionProperties",
2195
2197
  polymorphicDiscriminator: exports.FunctionProperties.type.polymorphicDiscriminator,
2196
- modelProperties: Object.assign({}, exports.FunctionProperties.type.modelProperties),
2198
+ modelProperties: {
2199
+ ...exports.FunctionProperties.type.modelProperties,
2200
+ },
2197
2201
  },
2198
2202
  };
2199
2203
  exports.AzureMachineLearningStudioFunctionBinding = {
@@ -2203,23 +2207,28 @@ exports.AzureMachineLearningStudioFunctionBinding = {
2203
2207
  className: "AzureMachineLearningStudioFunctionBinding",
2204
2208
  uberParent: "FunctionBinding",
2205
2209
  polymorphicDiscriminator: exports.FunctionBinding.type.polymorphicDiscriminator,
2206
- modelProperties: Object.assign(Object.assign({}, exports.FunctionBinding.type.modelProperties), { endpoint: {
2210
+ modelProperties: {
2211
+ ...exports.FunctionBinding.type.modelProperties,
2212
+ endpoint: {
2207
2213
  serializedName: "properties.endpoint",
2208
2214
  type: {
2209
2215
  name: "String",
2210
2216
  },
2211
- }, apiKey: {
2217
+ },
2218
+ apiKey: {
2212
2219
  serializedName: "properties.apiKey",
2213
2220
  type: {
2214
2221
  name: "String",
2215
2222
  },
2216
- }, inputs: {
2223
+ },
2224
+ inputs: {
2217
2225
  serializedName: "properties.inputs",
2218
2226
  type: {
2219
2227
  name: "Composite",
2220
2228
  className: "AzureMachineLearningStudioInputs",
2221
2229
  },
2222
- }, outputs: {
2230
+ },
2231
+ outputs: {
2223
2232
  serializedName: "properties.outputs",
2224
2233
  type: {
2225
2234
  name: "Sequence",
@@ -2230,12 +2239,14 @@ exports.AzureMachineLearningStudioFunctionBinding = {
2230
2239
  },
2231
2240
  },
2232
2241
  },
2233
- }, batchSize: {
2242
+ },
2243
+ batchSize: {
2234
2244
  serializedName: "properties.batchSize",
2235
2245
  type: {
2236
2246
  name: "Number",
2237
2247
  },
2238
- } }),
2248
+ },
2249
+ },
2239
2250
  },
2240
2251
  };
2241
2252
  exports.JavaScriptFunctionBinding = {
@@ -2245,12 +2256,15 @@ exports.JavaScriptFunctionBinding = {
2245
2256
  className: "JavaScriptFunctionBinding",
2246
2257
  uberParent: "FunctionBinding",
2247
2258
  polymorphicDiscriminator: exports.FunctionBinding.type.polymorphicDiscriminator,
2248
- modelProperties: Object.assign(Object.assign({}, exports.FunctionBinding.type.modelProperties), { script: {
2259
+ modelProperties: {
2260
+ ...exports.FunctionBinding.type.modelProperties,
2261
+ script: {
2249
2262
  serializedName: "properties.script",
2250
2263
  type: {
2251
2264
  name: "String",
2252
2265
  },
2253
- } }),
2266
+ },
2267
+ },
2254
2268
  },
2255
2269
  };
2256
2270
  exports.CSharpFunctionBinding = {
@@ -2260,27 +2274,33 @@ exports.CSharpFunctionBinding = {
2260
2274
  className: "CSharpFunctionBinding",
2261
2275
  uberParent: "FunctionBinding",
2262
2276
  polymorphicDiscriminator: exports.FunctionBinding.type.polymorphicDiscriminator,
2263
- modelProperties: Object.assign(Object.assign({}, exports.FunctionBinding.type.modelProperties), { dllPath: {
2277
+ modelProperties: {
2278
+ ...exports.FunctionBinding.type.modelProperties,
2279
+ dllPath: {
2264
2280
  serializedName: "properties.dllPath",
2265
2281
  type: {
2266
2282
  name: "String",
2267
2283
  },
2268
- }, class: {
2284
+ },
2285
+ class: {
2269
2286
  serializedName: "properties.class",
2270
2287
  type: {
2271
2288
  name: "String",
2272
2289
  },
2273
- }, method: {
2290
+ },
2291
+ method: {
2274
2292
  serializedName: "properties.method",
2275
2293
  type: {
2276
2294
  name: "String",
2277
2295
  },
2278
- }, updateMode: {
2296
+ },
2297
+ updateMode: {
2279
2298
  serializedName: "properties.updateMode",
2280
2299
  type: {
2281
2300
  name: "String",
2282
2301
  },
2283
- } }),
2302
+ },
2303
+ },
2284
2304
  },
2285
2305
  };
2286
2306
  exports.AzureMachineLearningServiceFunctionBinding = {
@@ -2290,17 +2310,21 @@ exports.AzureMachineLearningServiceFunctionBinding = {
2290
2310
  className: "AzureMachineLearningServiceFunctionBinding",
2291
2311
  uberParent: "FunctionBinding",
2292
2312
  polymorphicDiscriminator: exports.FunctionBinding.type.polymorphicDiscriminator,
2293
- modelProperties: Object.assign(Object.assign({}, exports.FunctionBinding.type.modelProperties), { endpoint: {
2313
+ modelProperties: {
2314
+ ...exports.FunctionBinding.type.modelProperties,
2315
+ endpoint: {
2294
2316
  serializedName: "properties.endpoint",
2295
2317
  type: {
2296
2318
  name: "String",
2297
2319
  },
2298
- }, apiKey: {
2320
+ },
2321
+ apiKey: {
2299
2322
  serializedName: "properties.apiKey",
2300
2323
  type: {
2301
2324
  name: "String",
2302
2325
  },
2303
- }, inputs: {
2326
+ },
2327
+ inputs: {
2304
2328
  serializedName: "properties.inputs",
2305
2329
  type: {
2306
2330
  name: "Sequence",
@@ -2311,7 +2335,8 @@ exports.AzureMachineLearningServiceFunctionBinding = {
2311
2335
  },
2312
2336
  },
2313
2337
  },
2314
- }, outputs: {
2338
+ },
2339
+ outputs: {
2315
2340
  serializedName: "properties.outputs",
2316
2341
  type: {
2317
2342
  name: "Sequence",
@@ -2322,94 +2347,113 @@ exports.AzureMachineLearningServiceFunctionBinding = {
2322
2347
  },
2323
2348
  },
2324
2349
  },
2325
- }, batchSize: {
2350
+ },
2351
+ batchSize: {
2326
2352
  serializedName: "properties.batchSize",
2327
2353
  type: {
2328
2354
  name: "Number",
2329
2355
  },
2330
- }, numberOfParallelRequests: {
2356
+ },
2357
+ numberOfParallelRequests: {
2331
2358
  serializedName: "properties.numberOfParallelRequests",
2332
2359
  type: {
2333
2360
  name: "Number",
2334
2361
  },
2335
- }, inputRequestName: {
2362
+ },
2363
+ inputRequestName: {
2336
2364
  serializedName: "properties.inputRequestName",
2337
2365
  type: {
2338
2366
  name: "String",
2339
2367
  },
2340
- }, outputResponseName: {
2368
+ },
2369
+ outputResponseName: {
2341
2370
  serializedName: "properties.outputResponseName",
2342
2371
  type: {
2343
2372
  name: "String",
2344
2373
  },
2345
- } }),
2374
+ },
2375
+ },
2346
2376
  },
2347
2377
  };
2348
2378
  exports.FunctionModel = {
2349
2379
  type: {
2350
2380
  name: "Composite",
2351
2381
  className: "FunctionModel",
2352
- modelProperties: Object.assign(Object.assign({}, exports.SubResource.type.modelProperties), { properties: {
2382
+ modelProperties: {
2383
+ ...exports.SubResource.type.modelProperties,
2384
+ properties: {
2353
2385
  serializedName: "properties",
2354
2386
  type: {
2355
2387
  name: "Composite",
2356
2388
  className: "FunctionProperties",
2357
2389
  },
2358
- } }),
2390
+ },
2391
+ },
2359
2392
  },
2360
2393
  };
2361
2394
  exports.Input = {
2362
2395
  type: {
2363
2396
  name: "Composite",
2364
2397
  className: "Input",
2365
- modelProperties: Object.assign(Object.assign({}, exports.SubResource.type.modelProperties), { properties: {
2398
+ modelProperties: {
2399
+ ...exports.SubResource.type.modelProperties,
2400
+ properties: {
2366
2401
  serializedName: "properties",
2367
2402
  type: {
2368
2403
  name: "Composite",
2369
2404
  className: "InputProperties",
2370
2405
  },
2371
- } }),
2406
+ },
2407
+ },
2372
2408
  },
2373
2409
  };
2374
2410
  exports.Output = {
2375
2411
  type: {
2376
2412
  name: "Composite",
2377
2413
  className: "Output",
2378
- modelProperties: Object.assign(Object.assign({}, exports.SubResource.type.modelProperties), { datasource: {
2414
+ modelProperties: {
2415
+ ...exports.SubResource.type.modelProperties,
2416
+ datasource: {
2379
2417
  serializedName: "properties.datasource",
2380
2418
  type: {
2381
2419
  name: "Composite",
2382
2420
  className: "OutputDataSource",
2383
2421
  },
2384
- }, timeWindow: {
2422
+ },
2423
+ timeWindow: {
2385
2424
  serializedName: "properties.timeWindow",
2386
2425
  type: {
2387
2426
  name: "String",
2388
2427
  },
2389
- }, sizeWindow: {
2428
+ },
2429
+ sizeWindow: {
2390
2430
  serializedName: "properties.sizeWindow",
2391
2431
  type: {
2392
2432
  name: "Number",
2393
2433
  },
2394
- }, serialization: {
2434
+ },
2435
+ serialization: {
2395
2436
  serializedName: "properties.serialization",
2396
2437
  type: {
2397
2438
  name: "Composite",
2398
2439
  className: "Serialization",
2399
2440
  },
2400
- }, diagnostics: {
2441
+ },
2442
+ diagnostics: {
2401
2443
  serializedName: "properties.diagnostics",
2402
2444
  type: {
2403
2445
  name: "Composite",
2404
2446
  className: "Diagnostics",
2405
2447
  },
2406
- }, etag: {
2448
+ },
2449
+ etag: {
2407
2450
  serializedName: "properties.etag",
2408
2451
  readOnly: true,
2409
2452
  type: {
2410
2453
  name: "String",
2411
2454
  },
2412
- }, lastOutputEventTimestamps: {
2455
+ },
2456
+ lastOutputEventTimestamps: {
2413
2457
  serializedName: "properties.lastOutputEventTimestamps",
2414
2458
  readOnly: true,
2415
2459
  type: {
@@ -2421,26 +2465,31 @@ exports.Output = {
2421
2465
  },
2422
2466
  },
2423
2467
  },
2424
- }, watermarkSettings: {
2468
+ },
2469
+ watermarkSettings: {
2425
2470
  serializedName: "properties.watermarkSettings",
2426
2471
  type: {
2427
2472
  name: "Composite",
2428
2473
  className: "OutputWatermarkProperties",
2429
2474
  },
2430
- } }),
2475
+ },
2476
+ },
2431
2477
  },
2432
2478
  };
2433
2479
  exports.Transformation = {
2434
2480
  type: {
2435
2481
  name: "Composite",
2436
2482
  className: "Transformation",
2437
- modelProperties: Object.assign(Object.assign({}, exports.SubResource.type.modelProperties), { streamingUnits: {
2483
+ modelProperties: {
2484
+ ...exports.SubResource.type.modelProperties,
2485
+ streamingUnits: {
2438
2486
  defaultValue: 3,
2439
2487
  serializedName: "properties.streamingUnits",
2440
2488
  type: {
2441
2489
  name: "Number",
2442
2490
  },
2443
- }, validStreamingUnits: {
2491
+ },
2492
+ validStreamingUnits: {
2444
2493
  serializedName: "properties.validStreamingUnits",
2445
2494
  type: {
2446
2495
  name: "Sequence",
@@ -2450,69 +2499,83 @@ exports.Transformation = {
2450
2499
  },
2451
2500
  },
2452
2501
  },
2453
- }, query: {
2502
+ },
2503
+ query: {
2454
2504
  serializedName: "properties.query",
2455
2505
  type: {
2456
2506
  name: "String",
2457
2507
  },
2458
- }, etag: {
2508
+ },
2509
+ etag: {
2459
2510
  serializedName: "properties.etag",
2460
2511
  readOnly: true,
2461
2512
  type: {
2462
2513
  name: "String",
2463
2514
  },
2464
- } }),
2515
+ },
2516
+ },
2465
2517
  },
2466
2518
  };
2467
2519
  exports.SubscriptionQuota = {
2468
2520
  type: {
2469
2521
  name: "Composite",
2470
2522
  className: "SubscriptionQuota",
2471
- modelProperties: Object.assign(Object.assign({}, exports.SubResource.type.modelProperties), { maxCount: {
2523
+ modelProperties: {
2524
+ ...exports.SubResource.type.modelProperties,
2525
+ maxCount: {
2472
2526
  serializedName: "properties.maxCount",
2473
2527
  readOnly: true,
2474
2528
  type: {
2475
2529
  name: "Number",
2476
2530
  },
2477
- }, currentCount: {
2531
+ },
2532
+ currentCount: {
2478
2533
  serializedName: "properties.currentCount",
2479
2534
  readOnly: true,
2480
2535
  type: {
2481
2536
  name: "Number",
2482
2537
  },
2483
- } }),
2538
+ },
2539
+ },
2484
2540
  },
2485
2541
  };
2486
2542
  exports.QueryTestingResult = {
2487
2543
  type: {
2488
2544
  name: "Composite",
2489
2545
  className: "QueryTestingResult",
2490
- modelProperties: Object.assign(Object.assign({}, exports.ErrorModel.type.modelProperties), { status: {
2546
+ modelProperties: {
2547
+ ...exports.ErrorModel.type.modelProperties,
2548
+ status: {
2491
2549
  serializedName: "status",
2492
2550
  readOnly: true,
2493
2551
  type: {
2494
2552
  name: "String",
2495
2553
  },
2496
- }, outputUri: {
2554
+ },
2555
+ outputUri: {
2497
2556
  serializedName: "outputUri",
2498
2557
  readOnly: true,
2499
2558
  type: {
2500
2559
  name: "String",
2501
2560
  },
2502
- } }),
2561
+ },
2562
+ },
2503
2563
  },
2504
2564
  };
2505
2565
  exports.SampleInputResult = {
2506
2566
  type: {
2507
2567
  name: "Composite",
2508
2568
  className: "SampleInputResult",
2509
- modelProperties: Object.assign(Object.assign({}, exports.ErrorModel.type.modelProperties), { status: {
2569
+ modelProperties: {
2570
+ ...exports.ErrorModel.type.modelProperties,
2571
+ status: {
2510
2572
  serializedName: "status",
2511
2573
  readOnly: true,
2512
2574
  type: {
2513
2575
  name: "String",
2514
2576
  },
2515
- }, diagnostics: {
2577
+ },
2578
+ diagnostics: {
2516
2579
  serializedName: "diagnostics",
2517
2580
  readOnly: true,
2518
2581
  type: {
@@ -2523,32 +2586,38 @@ exports.SampleInputResult = {
2523
2586
  },
2524
2587
  },
2525
2588
  },
2526
- }, eventsDownloadUrl: {
2589
+ },
2590
+ eventsDownloadUrl: {
2527
2591
  serializedName: "eventsDownloadUrl",
2528
2592
  readOnly: true,
2529
2593
  type: {
2530
2594
  name: "String",
2531
2595
  },
2532
- }, lastArrivalTime: {
2596
+ },
2597
+ lastArrivalTime: {
2533
2598
  serializedName: "lastArrivalTime",
2534
2599
  readOnly: true,
2535
2600
  type: {
2536
2601
  name: "String",
2537
2602
  },
2538
- } }),
2603
+ },
2604
+ },
2539
2605
  },
2540
2606
  };
2541
2607
  exports.TestDatasourceResult = {
2542
2608
  type: {
2543
2609
  name: "Composite",
2544
2610
  className: "TestDatasourceResult",
2545
- modelProperties: Object.assign(Object.assign({}, exports.ErrorModel.type.modelProperties), { status: {
2611
+ modelProperties: {
2612
+ ...exports.ErrorModel.type.modelProperties,
2613
+ status: {
2546
2614
  serializedName: "status",
2547
2615
  readOnly: true,
2548
2616
  type: {
2549
2617
  name: "String",
2550
2618
  },
2551
- } }),
2619
+ },
2620
+ },
2552
2621
  },
2553
2622
  };
2554
2623
  exports.AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters = {
@@ -2559,19 +2628,23 @@ exports.AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters =
2559
2628
  uberParent: "FunctionRetrieveDefaultDefinitionParameters",
2560
2629
  polymorphicDiscriminator: exports.FunctionRetrieveDefaultDefinitionParameters.type
2561
2630
  .polymorphicDiscriminator,
2562
- modelProperties: Object.assign(Object.assign({}, exports.FunctionRetrieveDefaultDefinitionParameters.type.modelProperties), { executeEndpoint: {
2631
+ modelProperties: {
2632
+ ...exports.FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,
2633
+ executeEndpoint: {
2563
2634
  serializedName: "bindingRetrievalProperties.executeEndpoint",
2564
2635
  type: {
2565
2636
  name: "String",
2566
2637
  },
2567
- }, udfType: {
2638
+ },
2639
+ udfType: {
2568
2640
  defaultValue: "Scalar",
2569
2641
  isConstant: true,
2570
2642
  serializedName: "bindingRetrievalProperties.udfType",
2571
2643
  type: {
2572
2644
  name: "String",
2573
2645
  },
2574
- } }),
2646
+ },
2647
+ },
2575
2648
  },
2576
2649
  };
2577
2650
  exports.AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters = {
@@ -2582,19 +2655,23 @@ exports.AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters =
2582
2655
  uberParent: "FunctionRetrieveDefaultDefinitionParameters",
2583
2656
  polymorphicDiscriminator: exports.FunctionRetrieveDefaultDefinitionParameters.type
2584
2657
  .polymorphicDiscriminator,
2585
- modelProperties: Object.assign(Object.assign({}, exports.FunctionRetrieveDefaultDefinitionParameters.type.modelProperties), { executeEndpoint: {
2658
+ modelProperties: {
2659
+ ...exports.FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,
2660
+ executeEndpoint: {
2586
2661
  serializedName: "bindingRetrievalProperties.executeEndpoint",
2587
2662
  type: {
2588
2663
  name: "String",
2589
2664
  },
2590
- }, udfType: {
2665
+ },
2666
+ udfType: {
2591
2667
  defaultValue: "Scalar",
2592
2668
  isConstant: true,
2593
2669
  serializedName: "bindingRetrievalProperties.udfType",
2594
2670
  type: {
2595
2671
  name: "String",
2596
2672
  },
2597
- } }),
2673
+ },
2674
+ },
2598
2675
  },
2599
2676
  };
2600
2677
  exports.JavaScriptFunctionRetrieveDefaultDefinitionParameters = {
@@ -2605,19 +2682,23 @@ exports.JavaScriptFunctionRetrieveDefaultDefinitionParameters = {
2605
2682
  uberParent: "FunctionRetrieveDefaultDefinitionParameters",
2606
2683
  polymorphicDiscriminator: exports.FunctionRetrieveDefaultDefinitionParameters.type
2607
2684
  .polymorphicDiscriminator,
2608
- modelProperties: Object.assign(Object.assign({}, exports.FunctionRetrieveDefaultDefinitionParameters.type.modelProperties), { script: {
2685
+ modelProperties: {
2686
+ ...exports.FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,
2687
+ script: {
2609
2688
  serializedName: "bindingRetrievalProperties.script",
2610
2689
  type: {
2611
2690
  name: "String",
2612
2691
  },
2613
- }, udfType: {
2692
+ },
2693
+ udfType: {
2614
2694
  defaultValue: "Scalar",
2615
2695
  isConstant: true,
2616
2696
  serializedName: "bindingRetrievalProperties.udfType",
2617
2697
  type: {
2618
2698
  name: "String",
2619
2699
  },
2620
- } }),
2700
+ },
2701
+ },
2621
2702
  },
2622
2703
  };
2623
2704
  exports.CSharpFunctionRetrieveDefaultDefinitionParameters = {
@@ -2628,19 +2709,23 @@ exports.CSharpFunctionRetrieveDefaultDefinitionParameters = {
2628
2709
  uberParent: "FunctionRetrieveDefaultDefinitionParameters",
2629
2710
  polymorphicDiscriminator: exports.FunctionRetrieveDefaultDefinitionParameters.type
2630
2711
  .polymorphicDiscriminator,
2631
- modelProperties: Object.assign(Object.assign({}, exports.FunctionRetrieveDefaultDefinitionParameters.type.modelProperties), { script: {
2712
+ modelProperties: {
2713
+ ...exports.FunctionRetrieveDefaultDefinitionParameters.type.modelProperties,
2714
+ script: {
2632
2715
  serializedName: "bindingRetrievalProperties.script",
2633
2716
  type: {
2634
2717
  name: "String",
2635
2718
  },
2636
- }, udfType: {
2719
+ },
2720
+ udfType: {
2637
2721
  defaultValue: "Scalar",
2638
2722
  isConstant: true,
2639
2723
  serializedName: "bindingRetrievalProperties.udfType",
2640
2724
  type: {
2641
2725
  name: "String",
2642
2726
  },
2643
- } }),
2727
+ },
2728
+ },
2644
2729
  },
2645
2730
  };
2646
2731
  exports.StreamInputProperties = {
@@ -2650,13 +2735,16 @@ exports.StreamInputProperties = {
2650
2735
  className: "StreamInputProperties",
2651
2736
  uberParent: "InputProperties",
2652
2737
  polymorphicDiscriminator: exports.InputProperties.type.polymorphicDiscriminator,
2653
- modelProperties: Object.assign(Object.assign({}, exports.InputProperties.type.modelProperties), { datasource: {
2738
+ modelProperties: {
2739
+ ...exports.InputProperties.type.modelProperties,
2740
+ datasource: {
2654
2741
  serializedName: "datasource",
2655
2742
  type: {
2656
2743
  name: "Composite",
2657
2744
  className: "StreamInputDataSource",
2658
2745
  },
2659
- } }),
2746
+ },
2747
+ },
2660
2748
  },
2661
2749
  };
2662
2750
  exports.ReferenceInputProperties = {
@@ -2666,13 +2754,16 @@ exports.ReferenceInputProperties = {
2666
2754
  className: "ReferenceInputProperties",
2667
2755
  uberParent: "InputProperties",
2668
2756
  polymorphicDiscriminator: exports.InputProperties.type.polymorphicDiscriminator,
2669
- modelProperties: Object.assign(Object.assign({}, exports.InputProperties.type.modelProperties), { datasource: {
2757
+ modelProperties: {
2758
+ ...exports.InputProperties.type.modelProperties,
2759
+ datasource: {
2670
2760
  serializedName: "datasource",
2671
2761
  type: {
2672
2762
  name: "Composite",
2673
2763
  className: "ReferenceInputDataSource",
2674
2764
  },
2675
- } }),
2765
+ },
2766
+ },
2676
2767
  },
2677
2768
  };
2678
2769
  exports.DeltaSerialization = {
@@ -2682,12 +2773,15 @@ exports.DeltaSerialization = {
2682
2773
  className: "DeltaSerialization",
2683
2774
  uberParent: "Serialization",
2684
2775
  polymorphicDiscriminator: exports.Serialization.type.polymorphicDiscriminator,
2685
- modelProperties: Object.assign(Object.assign({}, exports.Serialization.type.modelProperties), { deltaTablePath: {
2776
+ modelProperties: {
2777
+ ...exports.Serialization.type.modelProperties,
2778
+ deltaTablePath: {
2686
2779
  serializedName: "properties.deltaTablePath",
2687
2780
  type: {
2688
2781
  name: "String",
2689
2782
  },
2690
- }, partitionColumns: {
2783
+ },
2784
+ partitionColumns: {
2691
2785
  serializedName: "properties.partitionColumns",
2692
2786
  type: {
2693
2787
  name: "Sequence",
@@ -2697,7 +2791,8 @@ exports.DeltaSerialization = {
2697
2791
  },
2698
2792
  },
2699
2793
  },
2700
- } }),
2794
+ },
2795
+ },
2701
2796
  },
2702
2797
  };
2703
2798
  exports.ParquetSerialization = {
@@ -2707,13 +2802,16 @@ exports.ParquetSerialization = {
2707
2802
  className: "ParquetSerialization",
2708
2803
  uberParent: "Serialization",
2709
2804
  polymorphicDiscriminator: exports.Serialization.type.polymorphicDiscriminator,
2710
- modelProperties: Object.assign(Object.assign({}, exports.Serialization.type.modelProperties), { properties: {
2805
+ modelProperties: {
2806
+ ...exports.Serialization.type.modelProperties,
2807
+ properties: {
2711
2808
  serializedName: "properties",
2712
2809
  type: {
2713
2810
  name: "Dictionary",
2714
2811
  value: { type: { name: "any" } },
2715
2812
  },
2716
- } }),
2813
+ },
2814
+ },
2717
2815
  },
2718
2816
  };
2719
2817
  exports.CustomClrSerialization = {
@@ -2723,17 +2821,21 @@ exports.CustomClrSerialization = {
2723
2821
  className: "CustomClrSerialization",
2724
2822
  uberParent: "Serialization",
2725
2823
  polymorphicDiscriminator: exports.Serialization.type.polymorphicDiscriminator,
2726
- modelProperties: Object.assign(Object.assign({}, exports.Serialization.type.modelProperties), { serializationDllPath: {
2824
+ modelProperties: {
2825
+ ...exports.Serialization.type.modelProperties,
2826
+ serializationDllPath: {
2727
2827
  serializedName: "properties.serializationDllPath",
2728
2828
  type: {
2729
2829
  name: "String",
2730
2830
  },
2731
- }, serializationClassName: {
2831
+ },
2832
+ serializationClassName: {
2732
2833
  serializedName: "properties.serializationClassName",
2733
2834
  type: {
2734
2835
  name: "String",
2735
2836
  },
2736
- } }),
2837
+ },
2838
+ },
2737
2839
  },
2738
2840
  };
2739
2841
  exports.CsvSerialization = {
@@ -2743,17 +2845,21 @@ exports.CsvSerialization = {
2743
2845
  className: "CsvSerialization",
2744
2846
  uberParent: "Serialization",
2745
2847
  polymorphicDiscriminator: exports.Serialization.type.polymorphicDiscriminator,
2746
- modelProperties: Object.assign(Object.assign({}, exports.Serialization.type.modelProperties), { fieldDelimiter: {
2848
+ modelProperties: {
2849
+ ...exports.Serialization.type.modelProperties,
2850
+ fieldDelimiter: {
2747
2851
  serializedName: "properties.fieldDelimiter",
2748
2852
  type: {
2749
2853
  name: "String",
2750
2854
  },
2751
- }, encoding: {
2855
+ },
2856
+ encoding: {
2752
2857
  serializedName: "properties.encoding",
2753
2858
  type: {
2754
2859
  name: "String",
2755
2860
  },
2756
- } }),
2861
+ },
2862
+ },
2757
2863
  },
2758
2864
  };
2759
2865
  exports.JsonSerialization = {
@@ -2763,17 +2869,21 @@ exports.JsonSerialization = {
2763
2869
  className: "JsonSerialization",
2764
2870
  uberParent: "Serialization",
2765
2871
  polymorphicDiscriminator: exports.Serialization.type.polymorphicDiscriminator,
2766
- modelProperties: Object.assign(Object.assign({}, exports.Serialization.type.modelProperties), { encoding: {
2872
+ modelProperties: {
2873
+ ...exports.Serialization.type.modelProperties,
2874
+ encoding: {
2767
2875
  serializedName: "properties.encoding",
2768
2876
  type: {
2769
2877
  name: "String",
2770
2878
  },
2771
- }, format: {
2879
+ },
2880
+ format: {
2772
2881
  serializedName: "properties.format",
2773
2882
  type: {
2774
2883
  name: "String",
2775
2884
  },
2776
- } }),
2885
+ },
2886
+ },
2777
2887
  },
2778
2888
  };
2779
2889
  exports.AvroSerialization = {
@@ -2783,13 +2893,16 @@ exports.AvroSerialization = {
2783
2893
  className: "AvroSerialization",
2784
2894
  uberParent: "Serialization",
2785
2895
  polymorphicDiscriminator: exports.Serialization.type.polymorphicDiscriminator,
2786
- modelProperties: Object.assign(Object.assign({}, exports.Serialization.type.modelProperties), { properties: {
2896
+ modelProperties: {
2897
+ ...exports.Serialization.type.modelProperties,
2898
+ properties: {
2787
2899
  serializedName: "properties",
2788
2900
  type: {
2789
2901
  name: "Dictionary",
2790
2902
  value: { type: { name: "any" } },
2791
2903
  },
2792
- } }),
2904
+ },
2905
+ },
2793
2906
  },
2794
2907
  };
2795
2908
  exports.RawOutputDatasource = {
@@ -2799,12 +2912,15 @@ exports.RawOutputDatasource = {
2799
2912
  className: "RawOutputDatasource",
2800
2913
  uberParent: "OutputDataSource",
2801
2914
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
2802
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { payloadUri: {
2915
+ modelProperties: {
2916
+ ...exports.OutputDataSource.type.modelProperties,
2917
+ payloadUri: {
2803
2918
  serializedName: "properties.payloadUri",
2804
2919
  type: {
2805
2920
  name: "String",
2806
2921
  },
2807
- } }),
2922
+ },
2923
+ },
2808
2924
  },
2809
2925
  };
2810
2926
  exports.BlobOutputDataSource = {
@@ -2814,7 +2930,9 @@ exports.BlobOutputDataSource = {
2814
2930
  className: "BlobOutputDataSource",
2815
2931
  uberParent: "OutputDataSource",
2816
2932
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
2817
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { storageAccounts: {
2933
+ modelProperties: {
2934
+ ...exports.OutputDataSource.type.modelProperties,
2935
+ storageAccounts: {
2818
2936
  serializedName: "properties.storageAccounts",
2819
2937
  type: {
2820
2938
  name: "Sequence",
@@ -2825,43 +2943,51 @@ exports.BlobOutputDataSource = {
2825
2943
  },
2826
2944
  },
2827
2945
  },
2828
- }, container: {
2946
+ },
2947
+ container: {
2829
2948
  serializedName: "properties.container",
2830
2949
  type: {
2831
2950
  name: "String",
2832
2951
  },
2833
- }, pathPattern: {
2952
+ },
2953
+ pathPattern: {
2834
2954
  serializedName: "properties.pathPattern",
2835
2955
  type: {
2836
2956
  name: "String",
2837
2957
  },
2838
- }, dateFormat: {
2958
+ },
2959
+ dateFormat: {
2839
2960
  serializedName: "properties.dateFormat",
2840
2961
  type: {
2841
2962
  name: "String",
2842
2963
  },
2843
- }, timeFormat: {
2964
+ },
2965
+ timeFormat: {
2844
2966
  serializedName: "properties.timeFormat",
2845
2967
  type: {
2846
2968
  name: "String",
2847
2969
  },
2848
- }, authenticationMode: {
2970
+ },
2971
+ authenticationMode: {
2849
2972
  defaultValue: "ConnectionString",
2850
2973
  serializedName: "properties.authenticationMode",
2851
2974
  type: {
2852
2975
  name: "String",
2853
2976
  },
2854
- }, blobPathPrefix: {
2977
+ },
2978
+ blobPathPrefix: {
2855
2979
  serializedName: "properties.blobPathPrefix",
2856
2980
  type: {
2857
2981
  name: "String",
2858
2982
  },
2859
- }, blobWriteMode: {
2983
+ },
2984
+ blobWriteMode: {
2860
2985
  serializedName: "properties.blobWriteMode",
2861
2986
  type: {
2862
2987
  name: "String",
2863
2988
  },
2864
- } }),
2989
+ },
2990
+ },
2865
2991
  },
2866
2992
  };
2867
2993
  exports.AzureTableOutputDataSource = {
@@ -2871,32 +2997,39 @@ exports.AzureTableOutputDataSource = {
2871
2997
  className: "AzureTableOutputDataSource",
2872
2998
  uberParent: "OutputDataSource",
2873
2999
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
2874
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { accountName: {
3000
+ modelProperties: {
3001
+ ...exports.OutputDataSource.type.modelProperties,
3002
+ accountName: {
2875
3003
  serializedName: "properties.accountName",
2876
3004
  type: {
2877
3005
  name: "String",
2878
3006
  },
2879
- }, accountKey: {
3007
+ },
3008
+ accountKey: {
2880
3009
  serializedName: "properties.accountKey",
2881
3010
  type: {
2882
3011
  name: "String",
2883
3012
  },
2884
- }, table: {
3013
+ },
3014
+ table: {
2885
3015
  serializedName: "properties.table",
2886
3016
  type: {
2887
3017
  name: "String",
2888
3018
  },
2889
- }, partitionKey: {
3019
+ },
3020
+ partitionKey: {
2890
3021
  serializedName: "properties.partitionKey",
2891
3022
  type: {
2892
3023
  name: "String",
2893
3024
  },
2894
- }, rowKey: {
3025
+ },
3026
+ rowKey: {
2895
3027
  serializedName: "properties.rowKey",
2896
3028
  type: {
2897
3029
  name: "String",
2898
3030
  },
2899
- }, columnsToRemove: {
3031
+ },
3032
+ columnsToRemove: {
2900
3033
  serializedName: "properties.columnsToRemove",
2901
3034
  type: {
2902
3035
  name: "Sequence",
@@ -2906,12 +3039,14 @@ exports.AzureTableOutputDataSource = {
2906
3039
  },
2907
3040
  },
2908
3041
  },
2909
- }, batchSize: {
3042
+ },
3043
+ batchSize: {
2910
3044
  serializedName: "properties.batchSize",
2911
3045
  type: {
2912
3046
  name: "Number",
2913
3047
  },
2914
- } }),
3048
+ },
3049
+ },
2915
3050
  },
2916
3051
  };
2917
3052
  exports.EventHubOutputDataSource = {
@@ -2921,43 +3056,52 @@ exports.EventHubOutputDataSource = {
2921
3056
  className: "EventHubOutputDataSource",
2922
3057
  uberParent: "OutputDataSource",
2923
3058
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
2924
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { serviceBusNamespace: {
3059
+ modelProperties: {
3060
+ ...exports.OutputDataSource.type.modelProperties,
3061
+ serviceBusNamespace: {
2925
3062
  serializedName: "properties.serviceBusNamespace",
2926
3063
  type: {
2927
3064
  name: "String",
2928
3065
  },
2929
- }, sharedAccessPolicyName: {
3066
+ },
3067
+ sharedAccessPolicyName: {
2930
3068
  serializedName: "properties.sharedAccessPolicyName",
2931
3069
  type: {
2932
3070
  name: "String",
2933
3071
  },
2934
- }, sharedAccessPolicyKey: {
3072
+ },
3073
+ sharedAccessPolicyKey: {
2935
3074
  serializedName: "properties.sharedAccessPolicyKey",
2936
3075
  type: {
2937
3076
  name: "String",
2938
3077
  },
2939
- }, authenticationMode: {
3078
+ },
3079
+ authenticationMode: {
2940
3080
  defaultValue: "ConnectionString",
2941
3081
  serializedName: "properties.authenticationMode",
2942
3082
  type: {
2943
3083
  name: "String",
2944
3084
  },
2945
- }, eventHubName: {
3085
+ },
3086
+ eventHubName: {
2946
3087
  serializedName: "properties.eventHubName",
2947
3088
  type: {
2948
3089
  name: "String",
2949
3090
  },
2950
- }, partitionCount: {
3091
+ },
3092
+ partitionCount: {
2951
3093
  serializedName: "properties.partitionCount",
2952
3094
  type: {
2953
3095
  name: "Number",
2954
3096
  },
2955
- }, partitionKey: {
3097
+ },
3098
+ partitionKey: {
2956
3099
  serializedName: "properties.partitionKey",
2957
3100
  type: {
2958
3101
  name: "String",
2959
3102
  },
2960
- }, propertyColumns: {
3103
+ },
3104
+ propertyColumns: {
2961
3105
  serializedName: "properties.propertyColumns",
2962
3106
  type: {
2963
3107
  name: "Sequence",
@@ -2967,7 +3111,8 @@ exports.EventHubOutputDataSource = {
2967
3111
  },
2968
3112
  },
2969
3113
  },
2970
- } }),
3114
+ },
3115
+ },
2971
3116
  },
2972
3117
  };
2973
3118
  exports.EventHubV2OutputDataSource = {
@@ -2977,43 +3122,52 @@ exports.EventHubV2OutputDataSource = {
2977
3122
  className: "EventHubV2OutputDataSource",
2978
3123
  uberParent: "OutputDataSource",
2979
3124
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
2980
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { serviceBusNamespace: {
3125
+ modelProperties: {
3126
+ ...exports.OutputDataSource.type.modelProperties,
3127
+ serviceBusNamespace: {
2981
3128
  serializedName: "properties.serviceBusNamespace",
2982
3129
  type: {
2983
3130
  name: "String",
2984
3131
  },
2985
- }, sharedAccessPolicyName: {
3132
+ },
3133
+ sharedAccessPolicyName: {
2986
3134
  serializedName: "properties.sharedAccessPolicyName",
2987
3135
  type: {
2988
3136
  name: "String",
2989
3137
  },
2990
- }, sharedAccessPolicyKey: {
3138
+ },
3139
+ sharedAccessPolicyKey: {
2991
3140
  serializedName: "properties.sharedAccessPolicyKey",
2992
3141
  type: {
2993
3142
  name: "String",
2994
3143
  },
2995
- }, authenticationMode: {
3144
+ },
3145
+ authenticationMode: {
2996
3146
  defaultValue: "ConnectionString",
2997
3147
  serializedName: "properties.authenticationMode",
2998
3148
  type: {
2999
3149
  name: "String",
3000
3150
  },
3001
- }, eventHubName: {
3151
+ },
3152
+ eventHubName: {
3002
3153
  serializedName: "properties.eventHubName",
3003
3154
  type: {
3004
3155
  name: "String",
3005
3156
  },
3006
- }, partitionCount: {
3157
+ },
3158
+ partitionCount: {
3007
3159
  serializedName: "properties.partitionCount",
3008
3160
  type: {
3009
3161
  name: "Number",
3010
3162
  },
3011
- }, partitionKey: {
3163
+ },
3164
+ partitionKey: {
3012
3165
  serializedName: "properties.partitionKey",
3013
3166
  type: {
3014
3167
  name: "String",
3015
3168
  },
3016
- }, propertyColumns: {
3169
+ },
3170
+ propertyColumns: {
3017
3171
  serializedName: "properties.propertyColumns",
3018
3172
  type: {
3019
3173
  name: "Sequence",
@@ -3023,7 +3177,8 @@ exports.EventHubV2OutputDataSource = {
3023
3177
  },
3024
3178
  },
3025
3179
  },
3026
- } }),
3180
+ },
3181
+ },
3027
3182
  },
3028
3183
  };
3029
3184
  exports.AzureSqlDatabaseOutputDataSource = {
@@ -3033,48 +3188,58 @@ exports.AzureSqlDatabaseOutputDataSource = {
3033
3188
  className: "AzureSqlDatabaseOutputDataSource",
3034
3189
  uberParent: "OutputDataSource",
3035
3190
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3036
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { server: {
3191
+ modelProperties: {
3192
+ ...exports.OutputDataSource.type.modelProperties,
3193
+ server: {
3037
3194
  serializedName: "properties.server",
3038
3195
  type: {
3039
3196
  name: "String",
3040
3197
  },
3041
- }, database: {
3198
+ },
3199
+ database: {
3042
3200
  serializedName: "properties.database",
3043
3201
  type: {
3044
3202
  name: "String",
3045
3203
  },
3046
- }, user: {
3204
+ },
3205
+ user: {
3047
3206
  serializedName: "properties.user",
3048
3207
  type: {
3049
3208
  name: "String",
3050
3209
  },
3051
- }, password: {
3210
+ },
3211
+ password: {
3052
3212
  serializedName: "properties.password",
3053
3213
  type: {
3054
3214
  name: "String",
3055
3215
  },
3056
- }, table: {
3216
+ },
3217
+ table: {
3057
3218
  serializedName: "properties.table",
3058
3219
  type: {
3059
3220
  name: "String",
3060
3221
  },
3061
- }, maxBatchCount: {
3222
+ },
3223
+ maxBatchCount: {
3062
3224
  serializedName: "properties.maxBatchCount",
3063
3225
  type: {
3064
3226
  name: "Number",
3065
3227
  },
3066
- }, maxWriterCount: {
3228
+ },
3229
+ maxWriterCount: {
3067
3230
  serializedName: "properties.maxWriterCount",
3068
3231
  type: {
3069
3232
  name: "Number",
3070
3233
  },
3071
- }, authenticationMode: {
3234
+ },
3235
+ authenticationMode: {
3072
3236
  defaultValue: "ConnectionString",
3073
3237
  serializedName: "properties.authenticationMode",
3074
3238
  type: {
3075
3239
  name: "String",
3076
3240
  },
3077
- } }),
3241
+ },
3242
+ },
3078
3243
  },
3079
3244
  };
3080
3245
  exports.AzureSynapseOutputDataSource = {
@@ -3084,38 +3249,46 @@ exports.AzureSynapseOutputDataSource = {
3084
3249
  className: "AzureSynapseOutputDataSource",
3085
3250
  uberParent: "OutputDataSource",
3086
3251
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3087
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { server: {
3252
+ modelProperties: {
3253
+ ...exports.OutputDataSource.type.modelProperties,
3254
+ server: {
3088
3255
  serializedName: "properties.server",
3089
3256
  type: {
3090
3257
  name: "String",
3091
3258
  },
3092
- }, database: {
3259
+ },
3260
+ database: {
3093
3261
  serializedName: "properties.database",
3094
3262
  type: {
3095
3263
  name: "String",
3096
3264
  },
3097
- }, table: {
3265
+ },
3266
+ table: {
3098
3267
  serializedName: "properties.table",
3099
3268
  type: {
3100
3269
  name: "String",
3101
3270
  },
3102
- }, user: {
3271
+ },
3272
+ user: {
3103
3273
  serializedName: "properties.user",
3104
3274
  type: {
3105
3275
  name: "String",
3106
3276
  },
3107
- }, password: {
3277
+ },
3278
+ password: {
3108
3279
  serializedName: "properties.password",
3109
3280
  type: {
3110
3281
  name: "String",
3111
3282
  },
3112
- }, authenticationMode: {
3283
+ },
3284
+ authenticationMode: {
3113
3285
  defaultValue: "ConnectionString",
3114
3286
  serializedName: "properties.authenticationMode",
3115
3287
  type: {
3116
3288
  name: "String",
3117
3289
  },
3118
- } }),
3290
+ },
3291
+ },
3119
3292
  },
3120
3293
  };
3121
3294
  exports.PostgreSQLOutputDataSource = {
@@ -3125,43 +3298,52 @@ exports.PostgreSQLOutputDataSource = {
3125
3298
  className: "PostgreSQLOutputDataSource",
3126
3299
  uberParent: "OutputDataSource",
3127
3300
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3128
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { server: {
3301
+ modelProperties: {
3302
+ ...exports.OutputDataSource.type.modelProperties,
3303
+ server: {
3129
3304
  serializedName: "properties.server",
3130
3305
  type: {
3131
3306
  name: "String",
3132
3307
  },
3133
- }, database: {
3308
+ },
3309
+ database: {
3134
3310
  serializedName: "properties.database",
3135
3311
  type: {
3136
3312
  name: "String",
3137
3313
  },
3138
- }, table: {
3314
+ },
3315
+ table: {
3139
3316
  serializedName: "properties.table",
3140
3317
  type: {
3141
3318
  name: "String",
3142
3319
  },
3143
- }, user: {
3320
+ },
3321
+ user: {
3144
3322
  serializedName: "properties.user",
3145
3323
  type: {
3146
3324
  name: "String",
3147
3325
  },
3148
- }, password: {
3326
+ },
3327
+ password: {
3149
3328
  serializedName: "properties.password",
3150
3329
  type: {
3151
3330
  name: "String",
3152
3331
  },
3153
- }, maxWriterCount: {
3332
+ },
3333
+ maxWriterCount: {
3154
3334
  serializedName: "properties.maxWriterCount",
3155
3335
  type: {
3156
3336
  name: "Number",
3157
3337
  },
3158
- }, authenticationMode: {
3338
+ },
3339
+ authenticationMode: {
3159
3340
  defaultValue: "ConnectionString",
3160
3341
  serializedName: "properties.authenticationMode",
3161
3342
  type: {
3162
3343
  name: "String",
3163
3344
  },
3164
- } }),
3345
+ },
3346
+ },
3165
3347
  },
3166
3348
  };
3167
3349
  exports.DocumentDbOutputDataSource = {
@@ -3171,43 +3353,52 @@ exports.DocumentDbOutputDataSource = {
3171
3353
  className: "DocumentDbOutputDataSource",
3172
3354
  uberParent: "OutputDataSource",
3173
3355
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3174
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { accountId: {
3356
+ modelProperties: {
3357
+ ...exports.OutputDataSource.type.modelProperties,
3358
+ accountId: {
3175
3359
  serializedName: "properties.accountId",
3176
3360
  type: {
3177
3361
  name: "String",
3178
3362
  },
3179
- }, accountKey: {
3363
+ },
3364
+ accountKey: {
3180
3365
  serializedName: "properties.accountKey",
3181
3366
  type: {
3182
3367
  name: "String",
3183
3368
  },
3184
- }, database: {
3369
+ },
3370
+ database: {
3185
3371
  serializedName: "properties.database",
3186
3372
  type: {
3187
3373
  name: "String",
3188
3374
  },
3189
- }, collectionNamePattern: {
3375
+ },
3376
+ collectionNamePattern: {
3190
3377
  serializedName: "properties.collectionNamePattern",
3191
3378
  type: {
3192
3379
  name: "String",
3193
3380
  },
3194
- }, partitionKey: {
3381
+ },
3382
+ partitionKey: {
3195
3383
  serializedName: "properties.partitionKey",
3196
3384
  type: {
3197
3385
  name: "String",
3198
3386
  },
3199
- }, documentId: {
3387
+ },
3388
+ documentId: {
3200
3389
  serializedName: "properties.documentId",
3201
3390
  type: {
3202
3391
  name: "String",
3203
3392
  },
3204
- }, authenticationMode: {
3393
+ },
3394
+ authenticationMode: {
3205
3395
  defaultValue: "ConnectionString",
3206
3396
  serializedName: "properties.authenticationMode",
3207
3397
  type: {
3208
3398
  name: "String",
3209
3399
  },
3210
- } }),
3400
+ },
3401
+ },
3211
3402
  },
3212
3403
  };
3213
3404
  exports.AzureFunctionOutputDataSource = {
@@ -3217,32 +3408,39 @@ exports.AzureFunctionOutputDataSource = {
3217
3408
  className: "AzureFunctionOutputDataSource",
3218
3409
  uberParent: "OutputDataSource",
3219
3410
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3220
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { functionAppName: {
3411
+ modelProperties: {
3412
+ ...exports.OutputDataSource.type.modelProperties,
3413
+ functionAppName: {
3221
3414
  serializedName: "properties.functionAppName",
3222
3415
  type: {
3223
3416
  name: "String",
3224
3417
  },
3225
- }, functionName: {
3418
+ },
3419
+ functionName: {
3226
3420
  serializedName: "properties.functionName",
3227
3421
  type: {
3228
3422
  name: "String",
3229
3423
  },
3230
- }, apiKey: {
3424
+ },
3425
+ apiKey: {
3231
3426
  serializedName: "properties.apiKey",
3232
3427
  type: {
3233
3428
  name: "String",
3234
3429
  },
3235
- }, maxBatchSize: {
3430
+ },
3431
+ maxBatchSize: {
3236
3432
  serializedName: "properties.maxBatchSize",
3237
3433
  type: {
3238
3434
  name: "Number",
3239
3435
  },
3240
- }, maxBatchCount: {
3241
- serializedName: "properties.maxBatchCount",
3436
+ },
3437
+ maxBatchCount: {
3438
+ serializedName: "properties.maxBatchCount",
3242
3439
  type: {
3243
3440
  name: "Number",
3244
3441
  },
3245
- } }),
3442
+ },
3443
+ },
3246
3444
  },
3247
3445
  };
3248
3446
  exports.ServiceBusQueueOutputDataSource = {
@@ -3252,33 +3450,40 @@ exports.ServiceBusQueueOutputDataSource = {
3252
3450
  className: "ServiceBusQueueOutputDataSource",
3253
3451
  uberParent: "OutputDataSource",
3254
3452
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3255
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { serviceBusNamespace: {
3453
+ modelProperties: {
3454
+ ...exports.OutputDataSource.type.modelProperties,
3455
+ serviceBusNamespace: {
3256
3456
  serializedName: "properties.serviceBusNamespace",
3257
3457
  type: {
3258
3458
  name: "String",
3259
3459
  },
3260
- }, sharedAccessPolicyName: {
3460
+ },
3461
+ sharedAccessPolicyName: {
3261
3462
  serializedName: "properties.sharedAccessPolicyName",
3262
3463
  type: {
3263
3464
  name: "String",
3264
3465
  },
3265
- }, sharedAccessPolicyKey: {
3466
+ },
3467
+ sharedAccessPolicyKey: {
3266
3468
  serializedName: "properties.sharedAccessPolicyKey",
3267
3469
  type: {
3268
3470
  name: "String",
3269
3471
  },
3270
- }, authenticationMode: {
3472
+ },
3473
+ authenticationMode: {
3271
3474
  defaultValue: "ConnectionString",
3272
3475
  serializedName: "properties.authenticationMode",
3273
3476
  type: {
3274
3477
  name: "String",
3275
3478
  },
3276
- }, queueName: {
3479
+ },
3480
+ queueName: {
3277
3481
  serializedName: "properties.queueName",
3278
3482
  type: {
3279
3483
  name: "String",
3280
3484
  },
3281
- }, propertyColumns: {
3485
+ },
3486
+ propertyColumns: {
3282
3487
  serializedName: "properties.propertyColumns",
3283
3488
  type: {
3284
3489
  name: "Sequence",
@@ -3288,13 +3493,15 @@ exports.ServiceBusQueueOutputDataSource = {
3288
3493
  },
3289
3494
  },
3290
3495
  },
3291
- }, systemPropertyColumns: {
3496
+ },
3497
+ systemPropertyColumns: {
3292
3498
  serializedName: "properties.systemPropertyColumns",
3293
3499
  type: {
3294
3500
  name: "Dictionary",
3295
3501
  value: { type: { name: "any" } },
3296
3502
  },
3297
- } }),
3503
+ },
3504
+ },
3298
3505
  },
3299
3506
  };
3300
3507
  exports.ServiceBusTopicOutputDataSource = {
@@ -3304,33 +3511,40 @@ exports.ServiceBusTopicOutputDataSource = {
3304
3511
  className: "ServiceBusTopicOutputDataSource",
3305
3512
  uberParent: "OutputDataSource",
3306
3513
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3307
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { serviceBusNamespace: {
3514
+ modelProperties: {
3515
+ ...exports.OutputDataSource.type.modelProperties,
3516
+ serviceBusNamespace: {
3308
3517
  serializedName: "properties.serviceBusNamespace",
3309
3518
  type: {
3310
3519
  name: "String",
3311
3520
  },
3312
- }, sharedAccessPolicyName: {
3521
+ },
3522
+ sharedAccessPolicyName: {
3313
3523
  serializedName: "properties.sharedAccessPolicyName",
3314
3524
  type: {
3315
3525
  name: "String",
3316
3526
  },
3317
- }, sharedAccessPolicyKey: {
3527
+ },
3528
+ sharedAccessPolicyKey: {
3318
3529
  serializedName: "properties.sharedAccessPolicyKey",
3319
3530
  type: {
3320
3531
  name: "String",
3321
3532
  },
3322
- }, authenticationMode: {
3533
+ },
3534
+ authenticationMode: {
3323
3535
  defaultValue: "ConnectionString",
3324
3536
  serializedName: "properties.authenticationMode",
3325
3537
  type: {
3326
3538
  name: "String",
3327
3539
  },
3328
- }, topicName: {
3540
+ },
3541
+ topicName: {
3329
3542
  serializedName: "properties.topicName",
3330
3543
  type: {
3331
3544
  name: "String",
3332
3545
  },
3333
- }, propertyColumns: {
3546
+ },
3547
+ propertyColumns: {
3334
3548
  serializedName: "properties.propertyColumns",
3335
3549
  type: {
3336
3550
  name: "Sequence",
@@ -3340,13 +3554,15 @@ exports.ServiceBusTopicOutputDataSource = {
3340
3554
  },
3341
3555
  },
3342
3556
  },
3343
- }, systemPropertyColumns: {
3557
+ },
3558
+ systemPropertyColumns: {
3344
3559
  serializedName: "properties.systemPropertyColumns",
3345
3560
  type: {
3346
3561
  name: "Dictionary",
3347
3562
  value: { type: { name: "String" } },
3348
3563
  },
3349
- } }),
3564
+ },
3565
+ },
3350
3566
  },
3351
3567
  };
3352
3568
  exports.PowerBIOutputDataSource = {
@@ -3356,48 +3572,58 @@ exports.PowerBIOutputDataSource = {
3356
3572
  className: "PowerBIOutputDataSource",
3357
3573
  uberParent: "OutputDataSource",
3358
3574
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3359
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { refreshToken: {
3575
+ modelProperties: {
3576
+ ...exports.OutputDataSource.type.modelProperties,
3577
+ refreshToken: {
3360
3578
  serializedName: "properties.refreshToken",
3361
3579
  type: {
3362
3580
  name: "String",
3363
3581
  },
3364
- }, tokenUserPrincipalName: {
3582
+ },
3583
+ tokenUserPrincipalName: {
3365
3584
  serializedName: "properties.tokenUserPrincipalName",
3366
3585
  type: {
3367
3586
  name: "String",
3368
3587
  },
3369
- }, tokenUserDisplayName: {
3588
+ },
3589
+ tokenUserDisplayName: {
3370
3590
  serializedName: "properties.tokenUserDisplayName",
3371
3591
  type: {
3372
3592
  name: "String",
3373
3593
  },
3374
- }, dataset: {
3594
+ },
3595
+ dataset: {
3375
3596
  serializedName: "properties.dataset",
3376
3597
  type: {
3377
3598
  name: "String",
3378
3599
  },
3379
- }, table: {
3600
+ },
3601
+ table: {
3380
3602
  serializedName: "properties.table",
3381
3603
  type: {
3382
3604
  name: "String",
3383
3605
  },
3384
- }, groupId: {
3606
+ },
3607
+ groupId: {
3385
3608
  serializedName: "properties.groupId",
3386
3609
  type: {
3387
3610
  name: "String",
3388
3611
  },
3389
- }, groupName: {
3612
+ },
3613
+ groupName: {
3390
3614
  serializedName: "properties.groupName",
3391
3615
  type: {
3392
3616
  name: "String",
3393
3617
  },
3394
- }, authenticationMode: {
3618
+ },
3619
+ authenticationMode: {
3395
3620
  defaultValue: "ConnectionString",
3396
3621
  serializedName: "properties.authenticationMode",
3397
3622
  type: {
3398
3623
  name: "String",
3399
3624
  },
3400
- } }),
3625
+ },
3626
+ },
3401
3627
  },
3402
3628
  };
3403
3629
  exports.AzureDataLakeStoreOutputDataSource = {
@@ -3407,53 +3633,64 @@ exports.AzureDataLakeStoreOutputDataSource = {
3407
3633
  className: "AzureDataLakeStoreOutputDataSource",
3408
3634
  uberParent: "OutputDataSource",
3409
3635
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3410
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { refreshToken: {
3636
+ modelProperties: {
3637
+ ...exports.OutputDataSource.type.modelProperties,
3638
+ refreshToken: {
3411
3639
  serializedName: "properties.refreshToken",
3412
3640
  type: {
3413
3641
  name: "String",
3414
3642
  },
3415
- }, tokenUserPrincipalName: {
3643
+ },
3644
+ tokenUserPrincipalName: {
3416
3645
  serializedName: "properties.tokenUserPrincipalName",
3417
3646
  type: {
3418
3647
  name: "String",
3419
3648
  },
3420
- }, tokenUserDisplayName: {
3649
+ },
3650
+ tokenUserDisplayName: {
3421
3651
  serializedName: "properties.tokenUserDisplayName",
3422
3652
  type: {
3423
3653
  name: "String",
3424
3654
  },
3425
- }, accountName: {
3655
+ },
3656
+ accountName: {
3426
3657
  serializedName: "properties.accountName",
3427
3658
  type: {
3428
3659
  name: "String",
3429
3660
  },
3430
- }, tenantId: {
3661
+ },
3662
+ tenantId: {
3431
3663
  serializedName: "properties.tenantId",
3432
3664
  type: {
3433
3665
  name: "String",
3434
3666
  },
3435
- }, filePathPrefix: {
3667
+ },
3668
+ filePathPrefix: {
3436
3669
  serializedName: "properties.filePathPrefix",
3437
3670
  type: {
3438
3671
  name: "String",
3439
3672
  },
3440
- }, dateFormat: {
3673
+ },
3674
+ dateFormat: {
3441
3675
  serializedName: "properties.dateFormat",
3442
3676
  type: {
3443
3677
  name: "String",
3444
3678
  },
3445
- }, timeFormat: {
3679
+ },
3680
+ timeFormat: {
3446
3681
  serializedName: "properties.timeFormat",
3447
3682
  type: {
3448
3683
  name: "String",
3449
3684
  },
3450
- }, authenticationMode: {
3685
+ },
3686
+ authenticationMode: {
3451
3687
  defaultValue: "ConnectionString",
3452
3688
  serializedName: "properties.authenticationMode",
3453
3689
  type: {
3454
3690
  name: "String",
3455
3691
  },
3456
- } }),
3692
+ },
3693
+ },
3457
3694
  },
3458
3695
  };
3459
3696
  exports.GatewayMessageBusOutputDataSource = {
@@ -3463,12 +3700,15 @@ exports.GatewayMessageBusOutputDataSource = {
3463
3700
  className: "GatewayMessageBusOutputDataSource",
3464
3701
  uberParent: "OutputDataSource",
3465
3702
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3466
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { topic: {
3703
+ modelProperties: {
3704
+ ...exports.OutputDataSource.type.modelProperties,
3705
+ topic: {
3467
3706
  serializedName: "properties.topic",
3468
3707
  type: {
3469
3708
  name: "String",
3470
3709
  },
3471
- } }),
3710
+ },
3711
+ },
3472
3712
  },
3473
3713
  };
3474
3714
  exports.AzureDataExplorerOutputDataSource = {
@@ -3478,60 +3718,74 @@ exports.AzureDataExplorerOutputDataSource = {
3478
3718
  className: "AzureDataExplorerOutputDataSource",
3479
3719
  uberParent: "OutputDataSource",
3480
3720
  polymorphicDiscriminator: exports.OutputDataSource.type.polymorphicDiscriminator,
3481
- modelProperties: Object.assign(Object.assign({}, exports.OutputDataSource.type.modelProperties), { cluster: {
3721
+ modelProperties: {
3722
+ ...exports.OutputDataSource.type.modelProperties,
3723
+ cluster: {
3482
3724
  serializedName: "properties.cluster",
3483
3725
  type: {
3484
3726
  name: "String",
3485
3727
  },
3486
- }, database: {
3728
+ },
3729
+ database: {
3487
3730
  serializedName: "properties.database",
3488
3731
  type: {
3489
3732
  name: "String",
3490
3733
  },
3491
- }, table: {
3734
+ },
3735
+ table: {
3492
3736
  serializedName: "properties.table",
3493
3737
  type: {
3494
3738
  name: "String",
3495
3739
  },
3496
- }, authenticationMode: {
3740
+ },
3741
+ authenticationMode: {
3497
3742
  defaultValue: "ConnectionString",
3498
3743
  serializedName: "properties.authenticationMode",
3499
3744
  type: {
3500
3745
  name: "String",
3501
3746
  },
3502
- } }),
3747
+ },
3748
+ },
3503
3749
  },
3504
3750
  };
3505
3751
  exports.JobStorageAccount = {
3506
3752
  type: {
3507
3753
  name: "Composite",
3508
3754
  className: "JobStorageAccount",
3509
- modelProperties: Object.assign({}, exports.StorageAccount.type.modelProperties),
3755
+ modelProperties: {
3756
+ ...exports.StorageAccount.type.modelProperties,
3757
+ },
3510
3758
  },
3511
3759
  };
3512
3760
  exports.TrackedResource = {
3513
3761
  type: {
3514
3762
  name: "Composite",
3515
3763
  className: "TrackedResource",
3516
- modelProperties: Object.assign(Object.assign({}, exports.Resource.type.modelProperties), { tags: {
3764
+ modelProperties: {
3765
+ ...exports.Resource.type.modelProperties,
3766
+ tags: {
3517
3767
  serializedName: "tags",
3518
3768
  type: {
3519
3769
  name: "Dictionary",
3520
3770
  value: { type: { name: "String" } },
3521
3771
  },
3522
- }, location: {
3772
+ },
3773
+ location: {
3523
3774
  serializedName: "location",
3524
3775
  type: {
3525
3776
  name: "String",
3526
3777
  },
3527
- } }),
3778
+ },
3779
+ },
3528
3780
  },
3529
3781
  };
3530
3782
  exports.ProxyResource = {
3531
3783
  type: {
3532
3784
  name: "Composite",
3533
3785
  className: "ProxyResource",
3534
- modelProperties: Object.assign({}, exports.Resource.type.modelProperties),
3786
+ modelProperties: {
3787
+ ...exports.Resource.type.modelProperties,
3788
+ },
3535
3789
  },
3536
3790
  };
3537
3791
  exports.BlobStreamInputDataSource = {
@@ -3541,7 +3795,9 @@ exports.BlobStreamInputDataSource = {
3541
3795
  className: "BlobStreamInputDataSource",
3542
3796
  uberParent: "StreamInputDataSource",
3543
3797
  polymorphicDiscriminator: exports.StreamInputDataSource.type.polymorphicDiscriminator,
3544
- modelProperties: Object.assign(Object.assign({}, exports.StreamInputDataSource.type.modelProperties), { storageAccounts: {
3798
+ modelProperties: {
3799
+ ...exports.StreamInputDataSource.type.modelProperties,
3800
+ storageAccounts: {
3545
3801
  serializedName: "properties.storageAccounts",
3546
3802
  type: {
3547
3803
  name: "Sequence",
@@ -3552,38 +3808,45 @@ exports.BlobStreamInputDataSource = {
3552
3808
  },
3553
3809
  },
3554
3810
  },
3555
- }, container: {
3811
+ },
3812
+ container: {
3556
3813
  serializedName: "properties.container",
3557
3814
  type: {
3558
3815
  name: "String",
3559
3816
  },
3560
- }, pathPattern: {
3817
+ },
3818
+ pathPattern: {
3561
3819
  serializedName: "properties.pathPattern",
3562
3820
  type: {
3563
3821
  name: "String",
3564
3822
  },
3565
- }, dateFormat: {
3823
+ },
3824
+ dateFormat: {
3566
3825
  serializedName: "properties.dateFormat",
3567
3826
  type: {
3568
3827
  name: "String",
3569
3828
  },
3570
- }, timeFormat: {
3829
+ },
3830
+ timeFormat: {
3571
3831
  serializedName: "properties.timeFormat",
3572
3832
  type: {
3573
3833
  name: "String",
3574
3834
  },
3575
- }, authenticationMode: {
3835
+ },
3836
+ authenticationMode: {
3576
3837
  defaultValue: "ConnectionString",
3577
3838
  serializedName: "properties.authenticationMode",
3578
3839
  type: {
3579
3840
  name: "String",
3580
3841
  },
3581
- }, sourcePartitionCount: {
3842
+ },
3843
+ sourcePartitionCount: {
3582
3844
  serializedName: "properties.sourcePartitionCount",
3583
3845
  type: {
3584
3846
  name: "Number",
3585
3847
  },
3586
- } }),
3848
+ },
3849
+ },
3587
3850
  },
3588
3851
  };
3589
3852
  exports.EventHubStreamInputDataSource = {
@@ -3593,48 +3856,58 @@ exports.EventHubStreamInputDataSource = {
3593
3856
  className: "EventHubStreamInputDataSource",
3594
3857
  uberParent: "StreamInputDataSource",
3595
3858
  polymorphicDiscriminator: exports.StreamInputDataSource.type.polymorphicDiscriminator,
3596
- modelProperties: Object.assign(Object.assign({}, exports.StreamInputDataSource.type.modelProperties), { serviceBusNamespace: {
3859
+ modelProperties: {
3860
+ ...exports.StreamInputDataSource.type.modelProperties,
3861
+ serviceBusNamespace: {
3597
3862
  serializedName: "properties.serviceBusNamespace",
3598
3863
  type: {
3599
3864
  name: "String",
3600
3865
  },
3601
- }, sharedAccessPolicyName: {
3866
+ },
3867
+ sharedAccessPolicyName: {
3602
3868
  serializedName: "properties.sharedAccessPolicyName",
3603
3869
  type: {
3604
3870
  name: "String",
3605
3871
  },
3606
- }, sharedAccessPolicyKey: {
3872
+ },
3873
+ sharedAccessPolicyKey: {
3607
3874
  serializedName: "properties.sharedAccessPolicyKey",
3608
3875
  type: {
3609
3876
  name: "String",
3610
3877
  },
3611
- }, authenticationMode: {
3878
+ },
3879
+ authenticationMode: {
3612
3880
  defaultValue: "ConnectionString",
3613
3881
  serializedName: "properties.authenticationMode",
3614
3882
  type: {
3615
3883
  name: "String",
3616
3884
  },
3617
- }, eventHubName: {
3885
+ },
3886
+ eventHubName: {
3618
3887
  serializedName: "properties.eventHubName",
3619
3888
  type: {
3620
3889
  name: "String",
3621
3890
  },
3622
- }, partitionCount: {
3891
+ },
3892
+ partitionCount: {
3623
3893
  serializedName: "properties.partitionCount",
3624
3894
  type: {
3625
3895
  name: "Number",
3626
3896
  },
3627
- }, consumerGroupName: {
3897
+ },
3898
+ consumerGroupName: {
3628
3899
  serializedName: "properties.consumerGroupName",
3629
3900
  type: {
3630
3901
  name: "String",
3631
3902
  },
3632
- }, prefetchCount: {
3903
+ },
3904
+ prefetchCount: {
3633
3905
  serializedName: "properties.prefetchCount",
3634
3906
  type: {
3635
3907
  name: "Number",
3636
3908
  },
3637
- } }),
3909
+ },
3910
+ },
3638
3911
  },
3639
3912
  };
3640
3913
  exports.EventHubV2StreamInputDataSource = {
@@ -3644,48 +3917,58 @@ exports.EventHubV2StreamInputDataSource = {
3644
3917
  className: "EventHubV2StreamInputDataSource",
3645
3918
  uberParent: "StreamInputDataSource",
3646
3919
  polymorphicDiscriminator: exports.StreamInputDataSource.type.polymorphicDiscriminator,
3647
- modelProperties: Object.assign(Object.assign({}, exports.StreamInputDataSource.type.modelProperties), { serviceBusNamespace: {
3920
+ modelProperties: {
3921
+ ...exports.StreamInputDataSource.type.modelProperties,
3922
+ serviceBusNamespace: {
3648
3923
  serializedName: "properties.serviceBusNamespace",
3649
3924
  type: {
3650
3925
  name: "String",
3651
3926
  },
3652
- }, sharedAccessPolicyName: {
3927
+ },
3928
+ sharedAccessPolicyName: {
3653
3929
  serializedName: "properties.sharedAccessPolicyName",
3654
3930
  type: {
3655
3931
  name: "String",
3656
3932
  },
3657
- }, sharedAccessPolicyKey: {
3933
+ },
3934
+ sharedAccessPolicyKey: {
3658
3935
  serializedName: "properties.sharedAccessPolicyKey",
3659
3936
  type: {
3660
3937
  name: "String",
3661
3938
  },
3662
- }, authenticationMode: {
3939
+ },
3940
+ authenticationMode: {
3663
3941
  defaultValue: "ConnectionString",
3664
3942
  serializedName: "properties.authenticationMode",
3665
3943
  type: {
3666
3944
  name: "String",
3667
3945
  },
3668
- }, eventHubName: {
3946
+ },
3947
+ eventHubName: {
3669
3948
  serializedName: "properties.eventHubName",
3670
3949
  type: {
3671
3950
  name: "String",
3672
3951
  },
3673
- }, partitionCount: {
3952
+ },
3953
+ partitionCount: {
3674
3954
  serializedName: "properties.partitionCount",
3675
3955
  type: {
3676
3956
  name: "Number",
3677
3957
  },
3678
- }, consumerGroupName: {
3958
+ },
3959
+ consumerGroupName: {
3679
3960
  serializedName: "properties.consumerGroupName",
3680
3961
  type: {
3681
3962
  name: "String",
3682
3963
  },
3683
- }, prefetchCount: {
3964
+ },
3965
+ prefetchCount: {
3684
3966
  serializedName: "properties.prefetchCount",
3685
3967
  type: {
3686
3968
  name: "Number",
3687
3969
  },
3688
- } }),
3970
+ },
3971
+ },
3689
3972
  },
3690
3973
  };
3691
3974
  exports.IoTHubStreamInputDataSource = {
@@ -3695,32 +3978,39 @@ exports.IoTHubStreamInputDataSource = {
3695
3978
  className: "IoTHubStreamInputDataSource",
3696
3979
  uberParent: "StreamInputDataSource",
3697
3980
  polymorphicDiscriminator: exports.StreamInputDataSource.type.polymorphicDiscriminator,
3698
- modelProperties: Object.assign(Object.assign({}, exports.StreamInputDataSource.type.modelProperties), { iotHubNamespace: {
3981
+ modelProperties: {
3982
+ ...exports.StreamInputDataSource.type.modelProperties,
3983
+ iotHubNamespace: {
3699
3984
  serializedName: "properties.iotHubNamespace",
3700
3985
  type: {
3701
3986
  name: "String",
3702
3987
  },
3703
- }, sharedAccessPolicyName: {
3988
+ },
3989
+ sharedAccessPolicyName: {
3704
3990
  serializedName: "properties.sharedAccessPolicyName",
3705
3991
  type: {
3706
3992
  name: "String",
3707
3993
  },
3708
- }, sharedAccessPolicyKey: {
3994
+ },
3995
+ sharedAccessPolicyKey: {
3709
3996
  serializedName: "properties.sharedAccessPolicyKey",
3710
3997
  type: {
3711
3998
  name: "String",
3712
3999
  },
3713
- }, consumerGroupName: {
4000
+ },
4001
+ consumerGroupName: {
3714
4002
  serializedName: "properties.consumerGroupName",
3715
4003
  type: {
3716
4004
  name: "String",
3717
4005
  },
3718
- }, endpoint: {
4006
+ },
4007
+ endpoint: {
3719
4008
  serializedName: "properties.endpoint",
3720
4009
  type: {
3721
4010
  name: "String",
3722
4011
  },
3723
- } }),
4012
+ },
4013
+ },
3724
4014
  },
3725
4015
  };
3726
4016
  exports.RawStreamInputDataSource = {
@@ -3730,17 +4020,21 @@ exports.RawStreamInputDataSource = {
3730
4020
  className: "RawStreamInputDataSource",
3731
4021
  uberParent: "StreamInputDataSource",
3732
4022
  polymorphicDiscriminator: exports.StreamInputDataSource.type.polymorphicDiscriminator,
3733
- modelProperties: Object.assign(Object.assign({}, exports.StreamInputDataSource.type.modelProperties), { payload: {
4023
+ modelProperties: {
4024
+ ...exports.StreamInputDataSource.type.modelProperties,
4025
+ payload: {
3734
4026
  serializedName: "properties.payload",
3735
4027
  type: {
3736
4028
  name: "String",
3737
4029
  },
3738
- }, payloadUri: {
4030
+ },
4031
+ payloadUri: {
3739
4032
  serializedName: "properties.payloadUri",
3740
4033
  type: {
3741
4034
  name: "String",
3742
4035
  },
3743
- } }),
4036
+ },
4037
+ },
3744
4038
  },
3745
4039
  };
3746
4040
  exports.GatewayMessageBusStreamInputDataSource = {
@@ -3750,12 +4044,15 @@ exports.GatewayMessageBusStreamInputDataSource = {
3750
4044
  className: "GatewayMessageBusStreamInputDataSource",
3751
4045
  uberParent: "StreamInputDataSource",
3752
4046
  polymorphicDiscriminator: exports.StreamInputDataSource.type.polymorphicDiscriminator,
3753
- modelProperties: Object.assign(Object.assign({}, exports.StreamInputDataSource.type.modelProperties), { topic: {
4047
+ modelProperties: {
4048
+ ...exports.StreamInputDataSource.type.modelProperties,
4049
+ topic: {
3754
4050
  serializedName: "properties.topic",
3755
4051
  type: {
3756
4052
  name: "String",
3757
4053
  },
3758
- } }),
4054
+ },
4055
+ },
3759
4056
  },
3760
4057
  };
3761
4058
  exports.EventGridStreamInputDataSource = {
@@ -3765,18 +4062,22 @@ exports.EventGridStreamInputDataSource = {
3765
4062
  className: "EventGridStreamInputDataSource",
3766
4063
  uberParent: "StreamInputDataSource",
3767
4064
  polymorphicDiscriminator: exports.StreamInputDataSource.type.polymorphicDiscriminator,
3768
- modelProperties: Object.assign(Object.assign({}, exports.StreamInputDataSource.type.modelProperties), { subscriber: {
4065
+ modelProperties: {
4066
+ ...exports.StreamInputDataSource.type.modelProperties,
4067
+ subscriber: {
3769
4068
  serializedName: "properties.subscriber",
3770
4069
  type: {
3771
4070
  name: "Composite",
3772
4071
  className: "EventHubV2StreamInputDataSource",
3773
4072
  },
3774
- }, schema: {
4073
+ },
4074
+ schema: {
3775
4075
  serializedName: "properties.schema",
3776
4076
  type: {
3777
4077
  name: "String",
3778
4078
  },
3779
- }, storageAccounts: {
4079
+ },
4080
+ storageAccounts: {
3780
4081
  serializedName: "properties.storageAccounts",
3781
4082
  type: {
3782
4083
  name: "Sequence",
@@ -3787,7 +4088,8 @@ exports.EventGridStreamInputDataSource = {
3787
4088
  },
3788
4089
  },
3789
4090
  },
3790
- }, eventTypes: {
4091
+ },
4092
+ eventTypes: {
3791
4093
  serializedName: "properties.eventTypes",
3792
4094
  type: {
3793
4095
  name: "Sequence",
@@ -3797,7 +4099,8 @@ exports.EventGridStreamInputDataSource = {
3797
4099
  },
3798
4100
  },
3799
4101
  },
3800
- } }),
4102
+ },
4103
+ },
3801
4104
  },
3802
4105
  };
3803
4106
  exports.FileReferenceInputDataSource = {
@@ -3807,12 +4110,15 @@ exports.FileReferenceInputDataSource = {
3807
4110
  className: "FileReferenceInputDataSource",
3808
4111
  uberParent: "ReferenceInputDataSource",
3809
4112
  polymorphicDiscriminator: exports.ReferenceInputDataSource.type.polymorphicDiscriminator,
3810
- modelProperties: Object.assign(Object.assign({}, exports.ReferenceInputDataSource.type.modelProperties), { path: {
4113
+ modelProperties: {
4114
+ ...exports.ReferenceInputDataSource.type.modelProperties,
4115
+ path: {
3811
4116
  serializedName: "properties.path",
3812
4117
  type: {
3813
4118
  name: "String",
3814
4119
  },
3815
- } }),
4120
+ },
4121
+ },
3816
4122
  },
3817
4123
  };
3818
4124
  exports.BlobReferenceInputDataSource = {
@@ -3822,7 +4128,9 @@ exports.BlobReferenceInputDataSource = {
3822
4128
  className: "BlobReferenceInputDataSource",
3823
4129
  uberParent: "ReferenceInputDataSource",
3824
4130
  polymorphicDiscriminator: exports.ReferenceInputDataSource.type.polymorphicDiscriminator,
3825
- modelProperties: Object.assign(Object.assign({}, exports.ReferenceInputDataSource.type.modelProperties), { storageAccounts: {
4131
+ modelProperties: {
4132
+ ...exports.ReferenceInputDataSource.type.modelProperties,
4133
+ storageAccounts: {
3826
4134
  serializedName: "properties.storageAccounts",
3827
4135
  type: {
3828
4136
  name: "Sequence",
@@ -3833,58 +4141,69 @@ exports.BlobReferenceInputDataSource = {
3833
4141
  },
3834
4142
  },
3835
4143
  },
3836
- }, container: {
4144
+ },
4145
+ container: {
3837
4146
  serializedName: "properties.container",
3838
4147
  type: {
3839
4148
  name: "String",
3840
4149
  },
3841
- }, pathPattern: {
4150
+ },
4151
+ pathPattern: {
3842
4152
  serializedName: "properties.pathPattern",
3843
4153
  type: {
3844
4154
  name: "String",
3845
4155
  },
3846
- }, dateFormat: {
4156
+ },
4157
+ dateFormat: {
3847
4158
  serializedName: "properties.dateFormat",
3848
4159
  type: {
3849
4160
  name: "String",
3850
4161
  },
3851
- }, timeFormat: {
4162
+ },
4163
+ timeFormat: {
3852
4164
  serializedName: "properties.timeFormat",
3853
4165
  type: {
3854
4166
  name: "String",
3855
4167
  },
3856
- }, authenticationMode: {
4168
+ },
4169
+ authenticationMode: {
3857
4170
  defaultValue: "ConnectionString",
3858
4171
  serializedName: "properties.authenticationMode",
3859
4172
  type: {
3860
4173
  name: "String",
3861
4174
  },
3862
- }, blobName: {
4175
+ },
4176
+ blobName: {
3863
4177
  serializedName: "properties.blobName",
3864
4178
  type: {
3865
4179
  name: "String",
3866
4180
  },
3867
- }, deltaPathPattern: {
4181
+ },
4182
+ deltaPathPattern: {
3868
4183
  serializedName: "properties.deltaPathPattern",
3869
4184
  type: {
3870
4185
  name: "String",
3871
4186
  },
3872
- }, sourcePartitionCount: {
4187
+ },
4188
+ sourcePartitionCount: {
3873
4189
  serializedName: "properties.sourcePartitionCount",
3874
4190
  type: {
3875
4191
  name: "Number",
3876
4192
  },
3877
- }, fullSnapshotRefreshRate: {
4193
+ },
4194
+ fullSnapshotRefreshRate: {
3878
4195
  serializedName: "properties.fullSnapshotRefreshRate",
3879
4196
  type: {
3880
4197
  name: "String",
3881
4198
  },
3882
- }, deltaSnapshotRefreshRate: {
4199
+ },
4200
+ deltaSnapshotRefreshRate: {
3883
4201
  serializedName: "properties.deltaSnapshotRefreshRate",
3884
4202
  type: {
3885
4203
  name: "String",
3886
4204
  },
3887
- } }),
4205
+ },
4206
+ },
3888
4207
  },
3889
4208
  };
3890
4209
  exports.RawReferenceInputDataSource = {
@@ -3894,17 +4213,21 @@ exports.RawReferenceInputDataSource = {
3894
4213
  className: "RawReferenceInputDataSource",
3895
4214
  uberParent: "ReferenceInputDataSource",
3896
4215
  polymorphicDiscriminator: exports.ReferenceInputDataSource.type.polymorphicDiscriminator,
3897
- modelProperties: Object.assign(Object.assign({}, exports.ReferenceInputDataSource.type.modelProperties), { payload: {
4216
+ modelProperties: {
4217
+ ...exports.ReferenceInputDataSource.type.modelProperties,
4218
+ payload: {
3898
4219
  serializedName: "properties.payload",
3899
4220
  type: {
3900
4221
  name: "String",
3901
4222
  },
3902
- }, payloadUri: {
4223
+ },
4224
+ payloadUri: {
3903
4225
  serializedName: "properties.payloadUri",
3904
4226
  type: {
3905
4227
  name: "String",
3906
4228
  },
3907
- } }),
4229
+ },
4230
+ },
3908
4231
  },
3909
4232
  };
3910
4233
  exports.AzureSqlReferenceInputDataSource = {
@@ -3914,143 +4237,175 @@ exports.AzureSqlReferenceInputDataSource = {
3914
4237
  className: "AzureSqlReferenceInputDataSource",
3915
4238
  uberParent: "ReferenceInputDataSource",
3916
4239
  polymorphicDiscriminator: exports.ReferenceInputDataSource.type.polymorphicDiscriminator,
3917
- modelProperties: Object.assign(Object.assign({}, exports.ReferenceInputDataSource.type.modelProperties), { server: {
4240
+ modelProperties: {
4241
+ ...exports.ReferenceInputDataSource.type.modelProperties,
4242
+ server: {
3918
4243
  serializedName: "properties.server",
3919
4244
  type: {
3920
4245
  name: "String",
3921
4246
  },
3922
- }, database: {
4247
+ },
4248
+ database: {
3923
4249
  serializedName: "properties.database",
3924
4250
  type: {
3925
4251
  name: "String",
3926
4252
  },
3927
- }, user: {
4253
+ },
4254
+ user: {
3928
4255
  serializedName: "properties.user",
3929
4256
  type: {
3930
4257
  name: "String",
3931
4258
  },
3932
- }, password: {
4259
+ },
4260
+ password: {
3933
4261
  serializedName: "properties.password",
3934
4262
  type: {
3935
4263
  name: "String",
3936
4264
  },
3937
- }, refreshType: {
4265
+ },
4266
+ refreshType: {
3938
4267
  serializedName: "properties.refreshType",
3939
4268
  type: {
3940
4269
  name: "String",
3941
4270
  },
3942
- }, refreshRate: {
4271
+ },
4272
+ refreshRate: {
3943
4273
  serializedName: "properties.refreshRate",
3944
4274
  type: {
3945
4275
  name: "String",
3946
4276
  },
3947
- }, fullSnapshotQuery: {
4277
+ },
4278
+ fullSnapshotQuery: {
3948
4279
  serializedName: "properties.fullSnapshotQuery",
3949
4280
  type: {
3950
4281
  name: "String",
3951
4282
  },
3952
- }, deltaSnapshotQuery: {
4283
+ },
4284
+ deltaSnapshotQuery: {
3953
4285
  serializedName: "properties.deltaSnapshotQuery",
3954
4286
  type: {
3955
4287
  name: "String",
3956
4288
  },
3957
- }, authenticationMode: {
4289
+ },
4290
+ authenticationMode: {
3958
4291
  defaultValue: "ConnectionString",
3959
4292
  serializedName: "properties.authenticationMode",
3960
4293
  type: {
3961
4294
  name: "String",
3962
4295
  },
3963
- } }),
4296
+ },
4297
+ },
3964
4298
  },
3965
4299
  };
3966
4300
  exports.BlobStreamInputDataSourceProperties = {
3967
4301
  type: {
3968
4302
  name: "Composite",
3969
4303
  className: "BlobStreamInputDataSourceProperties",
3970
- modelProperties: Object.assign(Object.assign({}, exports.BlobDataSourceProperties.type.modelProperties), { sourcePartitionCount: {
4304
+ modelProperties: {
4305
+ ...exports.BlobDataSourceProperties.type.modelProperties,
4306
+ sourcePartitionCount: {
3971
4307
  serializedName: "sourcePartitionCount",
3972
4308
  type: {
3973
4309
  name: "Number",
3974
4310
  },
3975
- } }),
4311
+ },
4312
+ },
3976
4313
  },
3977
4314
  };
3978
4315
  exports.BlobReferenceInputDataSourceProperties = {
3979
4316
  type: {
3980
4317
  name: "Composite",
3981
4318
  className: "BlobReferenceInputDataSourceProperties",
3982
- modelProperties: Object.assign(Object.assign({}, exports.BlobDataSourceProperties.type.modelProperties), { blobName: {
4319
+ modelProperties: {
4320
+ ...exports.BlobDataSourceProperties.type.modelProperties,
4321
+ blobName: {
3983
4322
  serializedName: "blobName",
3984
4323
  type: {
3985
4324
  name: "String",
3986
4325
  },
3987
- }, deltaPathPattern: {
4326
+ },
4327
+ deltaPathPattern: {
3988
4328
  serializedName: "deltaPathPattern",
3989
4329
  type: {
3990
4330
  name: "String",
3991
4331
  },
3992
- }, sourcePartitionCount: {
4332
+ },
4333
+ sourcePartitionCount: {
3993
4334
  serializedName: "sourcePartitionCount",
3994
4335
  type: {
3995
4336
  name: "Number",
3996
4337
  },
3997
- }, fullSnapshotRefreshRate: {
4338
+ },
4339
+ fullSnapshotRefreshRate: {
3998
4340
  serializedName: "fullSnapshotRefreshRate",
3999
4341
  type: {
4000
4342
  name: "String",
4001
4343
  },
4002
- }, deltaSnapshotRefreshRate: {
4344
+ },
4345
+ deltaSnapshotRefreshRate: {
4003
4346
  serializedName: "deltaSnapshotRefreshRate",
4004
4347
  type: {
4005
4348
  name: "String",
4006
4349
  },
4007
- } }),
4350
+ },
4351
+ },
4008
4352
  },
4009
4353
  };
4010
4354
  exports.BlobOutputDataSourceProperties = {
4011
4355
  type: {
4012
4356
  name: "Composite",
4013
4357
  className: "BlobOutputDataSourceProperties",
4014
- modelProperties: Object.assign(Object.assign({}, exports.BlobDataSourceProperties.type.modelProperties), { blobPathPrefix: {
4358
+ modelProperties: {
4359
+ ...exports.BlobDataSourceProperties.type.modelProperties,
4360
+ blobPathPrefix: {
4015
4361
  serializedName: "blobPathPrefix",
4016
4362
  type: {
4017
4363
  name: "String",
4018
4364
  },
4019
- }, blobWriteMode: {
4365
+ },
4366
+ blobWriteMode: {
4020
4367
  serializedName: "blobWriteMode",
4021
4368
  type: {
4022
4369
  name: "String",
4023
4370
  },
4024
- } }),
4371
+ },
4372
+ },
4025
4373
  },
4026
4374
  };
4027
4375
  exports.EventHubDataSourceProperties = {
4028
4376
  type: {
4029
4377
  name: "Composite",
4030
4378
  className: "EventHubDataSourceProperties",
4031
- modelProperties: Object.assign(Object.assign({}, exports.ServiceBusDataSourceProperties.type.modelProperties), { eventHubName: {
4379
+ modelProperties: {
4380
+ ...exports.ServiceBusDataSourceProperties.type.modelProperties,
4381
+ eventHubName: {
4032
4382
  serializedName: "eventHubName",
4033
4383
  type: {
4034
4384
  name: "String",
4035
4385
  },
4036
- }, partitionCount: {
4386
+ },
4387
+ partitionCount: {
4037
4388
  serializedName: "partitionCount",
4038
4389
  type: {
4039
4390
  name: "Number",
4040
4391
  },
4041
- } }),
4392
+ },
4393
+ },
4042
4394
  },
4043
4395
  };
4044
4396
  exports.ServiceBusQueueOutputDataSourceProperties = {
4045
4397
  type: {
4046
4398
  name: "Composite",
4047
4399
  className: "ServiceBusQueueOutputDataSourceProperties",
4048
- modelProperties: Object.assign(Object.assign({}, exports.ServiceBusDataSourceProperties.type.modelProperties), { queueName: {
4400
+ modelProperties: {
4401
+ ...exports.ServiceBusDataSourceProperties.type.modelProperties,
4402
+ queueName: {
4049
4403
  serializedName: "queueName",
4050
4404
  type: {
4051
4405
  name: "String",
4052
4406
  },
4053
- }, propertyColumns: {
4407
+ },
4408
+ propertyColumns: {
4054
4409
  serializedName: "propertyColumns",
4055
4410
  type: {
4056
4411
  name: "Sequence",
@@ -4060,25 +4415,30 @@ exports.ServiceBusQueueOutputDataSourceProperties = {
4060
4415
  },
4061
4416
  },
4062
4417
  },
4063
- }, systemPropertyColumns: {
4418
+ },
4419
+ systemPropertyColumns: {
4064
4420
  serializedName: "systemPropertyColumns",
4065
4421
  type: {
4066
4422
  name: "Dictionary",
4067
4423
  value: { type: { name: "any" } },
4068
4424
  },
4069
- } }),
4425
+ },
4426
+ },
4070
4427
  },
4071
4428
  };
4072
4429
  exports.ServiceBusTopicOutputDataSourceProperties = {
4073
4430
  type: {
4074
4431
  name: "Composite",
4075
4432
  className: "ServiceBusTopicOutputDataSourceProperties",
4076
- modelProperties: Object.assign(Object.assign({}, exports.ServiceBusDataSourceProperties.type.modelProperties), { topicName: {
4433
+ modelProperties: {
4434
+ ...exports.ServiceBusDataSourceProperties.type.modelProperties,
4435
+ topicName: {
4077
4436
  serializedName: "topicName",
4078
4437
  type: {
4079
4438
  name: "String",
4080
4439
  },
4081
- }, propertyColumns: {
4440
+ },
4441
+ propertyColumns: {
4082
4442
  serializedName: "propertyColumns",
4083
4443
  type: {
4084
4444
  name: "Sequence",
@@ -4088,219 +4448,265 @@ exports.ServiceBusTopicOutputDataSourceProperties = {
4088
4448
  },
4089
4449
  },
4090
4450
  },
4091
- }, systemPropertyColumns: {
4451
+ },
4452
+ systemPropertyColumns: {
4092
4453
  serializedName: "systemPropertyColumns",
4093
4454
  type: {
4094
4455
  name: "Dictionary",
4095
4456
  value: { type: { name: "String" } },
4096
4457
  },
4097
- } }),
4458
+ },
4459
+ },
4098
4460
  },
4099
4461
  };
4100
4462
  exports.GatewayMessageBusStreamInputDataSourceProperties = {
4101
4463
  type: {
4102
4464
  name: "Composite",
4103
4465
  className: "GatewayMessageBusStreamInputDataSourceProperties",
4104
- modelProperties: Object.assign({}, exports.GatewayMessageBusSourceProperties.type.modelProperties),
4466
+ modelProperties: {
4467
+ ...exports.GatewayMessageBusSourceProperties.type.modelProperties,
4468
+ },
4105
4469
  },
4106
4470
  };
4107
4471
  exports.GatewayMessageBusOutputDataSourceProperties = {
4108
4472
  type: {
4109
4473
  name: "Composite",
4110
4474
  className: "GatewayMessageBusOutputDataSourceProperties",
4111
- modelProperties: Object.assign({}, exports.GatewayMessageBusSourceProperties.type.modelProperties),
4475
+ modelProperties: {
4476
+ ...exports.GatewayMessageBusSourceProperties.type.modelProperties,
4477
+ },
4112
4478
  },
4113
4479
  };
4114
4480
  exports.AzureSqlDatabaseOutputDataSourceProperties = {
4115
4481
  type: {
4116
4482
  name: "Composite",
4117
4483
  className: "AzureSqlDatabaseOutputDataSourceProperties",
4118
- modelProperties: Object.assign({}, exports.AzureSqlDatabaseDataSourceProperties.type.modelProperties),
4484
+ modelProperties: {
4485
+ ...exports.AzureSqlDatabaseDataSourceProperties.type.modelProperties,
4486
+ },
4119
4487
  },
4120
4488
  };
4121
4489
  exports.AzureSynapseOutputDataSourceProperties = {
4122
4490
  type: {
4123
4491
  name: "Composite",
4124
4492
  className: "AzureSynapseOutputDataSourceProperties",
4125
- modelProperties: Object.assign({}, exports.AzureSynapseDataSourceProperties.type.modelProperties),
4493
+ modelProperties: {
4494
+ ...exports.AzureSynapseDataSourceProperties.type.modelProperties,
4495
+ },
4126
4496
  },
4127
4497
  };
4128
4498
  exports.PostgreSQLOutputDataSourceProperties = {
4129
4499
  type: {
4130
4500
  name: "Composite",
4131
4501
  className: "PostgreSQLOutputDataSourceProperties",
4132
- modelProperties: Object.assign({}, exports.PostgreSQLDataSourceProperties.type.modelProperties),
4502
+ modelProperties: {
4503
+ ...exports.PostgreSQLDataSourceProperties.type.modelProperties,
4504
+ },
4133
4505
  },
4134
4506
  };
4135
4507
  exports.PowerBIOutputDataSourceProperties = {
4136
4508
  type: {
4137
4509
  name: "Composite",
4138
4510
  className: "PowerBIOutputDataSourceProperties",
4139
- modelProperties: Object.assign(Object.assign({}, exports.OAuthBasedDataSourceProperties.type.modelProperties), { dataset: {
4511
+ modelProperties: {
4512
+ ...exports.OAuthBasedDataSourceProperties.type.modelProperties,
4513
+ dataset: {
4140
4514
  serializedName: "dataset",
4141
4515
  type: {
4142
4516
  name: "String",
4143
4517
  },
4144
- }, table: {
4518
+ },
4519
+ table: {
4145
4520
  serializedName: "table",
4146
4521
  type: {
4147
4522
  name: "String",
4148
4523
  },
4149
- }, groupId: {
4524
+ },
4525
+ groupId: {
4150
4526
  serializedName: "groupId",
4151
4527
  type: {
4152
4528
  name: "String",
4153
4529
  },
4154
- }, groupName: {
4530
+ },
4531
+ groupName: {
4155
4532
  serializedName: "groupName",
4156
4533
  type: {
4157
4534
  name: "String",
4158
4535
  },
4159
- }, authenticationMode: {
4536
+ },
4537
+ authenticationMode: {
4160
4538
  defaultValue: "ConnectionString",
4161
4539
  serializedName: "authenticationMode",
4162
4540
  type: {
4163
4541
  name: "String",
4164
4542
  },
4165
- } }),
4543
+ },
4544
+ },
4166
4545
  },
4167
4546
  };
4168
4547
  exports.AzureDataLakeStoreOutputDataSourceProperties = {
4169
4548
  type: {
4170
4549
  name: "Composite",
4171
4550
  className: "AzureDataLakeStoreOutputDataSourceProperties",
4172
- modelProperties: Object.assign(Object.assign({}, exports.OAuthBasedDataSourceProperties.type.modelProperties), { accountName: {
4551
+ modelProperties: {
4552
+ ...exports.OAuthBasedDataSourceProperties.type.modelProperties,
4553
+ accountName: {
4173
4554
  serializedName: "accountName",
4174
4555
  type: {
4175
4556
  name: "String",
4176
4557
  },
4177
- }, tenantId: {
4558
+ },
4559
+ tenantId: {
4178
4560
  serializedName: "tenantId",
4179
4561
  type: {
4180
4562
  name: "String",
4181
4563
  },
4182
- }, filePathPrefix: {
4564
+ },
4565
+ filePathPrefix: {
4183
4566
  serializedName: "filePathPrefix",
4184
4567
  type: {
4185
4568
  name: "String",
4186
4569
  },
4187
- }, dateFormat: {
4570
+ },
4571
+ dateFormat: {
4188
4572
  serializedName: "dateFormat",
4189
4573
  type: {
4190
4574
  name: "String",
4191
4575
  },
4192
- }, timeFormat: {
4576
+ },
4577
+ timeFormat: {
4193
4578
  serializedName: "timeFormat",
4194
4579
  type: {
4195
4580
  name: "String",
4196
4581
  },
4197
- }, authenticationMode: {
4582
+ },
4583
+ authenticationMode: {
4198
4584
  defaultValue: "ConnectionString",
4199
4585
  serializedName: "authenticationMode",
4200
4586
  type: {
4201
4587
  name: "String",
4202
4588
  },
4203
- } }),
4589
+ },
4590
+ },
4204
4591
  },
4205
4592
  };
4206
4593
  exports.StreamingJob = {
4207
4594
  type: {
4208
4595
  name: "Composite",
4209
4596
  className: "StreamingJob",
4210
- modelProperties: Object.assign(Object.assign({}, exports.TrackedResource.type.modelProperties), { sku: {
4597
+ modelProperties: {
4598
+ ...exports.TrackedResource.type.modelProperties,
4599
+ sku: {
4211
4600
  serializedName: "sku",
4212
4601
  type: {
4213
4602
  name: "Composite",
4214
4603
  className: "Sku",
4215
4604
  },
4216
- }, identity: {
4605
+ },
4606
+ identity: {
4217
4607
  serializedName: "identity",
4218
4608
  type: {
4219
4609
  name: "Composite",
4220
4610
  className: "Identity",
4221
4611
  },
4222
- }, skuPropertiesSku: {
4612
+ },
4613
+ skuPropertiesSku: {
4223
4614
  serializedName: "properties.sku",
4224
4615
  type: {
4225
4616
  name: "Composite",
4226
4617
  className: "Sku",
4227
4618
  },
4228
- }, jobId: {
4619
+ },
4620
+ jobId: {
4229
4621
  serializedName: "properties.jobId",
4230
4622
  readOnly: true,
4231
4623
  type: {
4232
4624
  name: "String",
4233
4625
  },
4234
- }, provisioningState: {
4626
+ },
4627
+ provisioningState: {
4235
4628
  serializedName: "properties.provisioningState",
4236
4629
  readOnly: true,
4237
4630
  type: {
4238
4631
  name: "String",
4239
4632
  },
4240
- }, jobState: {
4633
+ },
4634
+ jobState: {
4241
4635
  serializedName: "properties.jobState",
4242
4636
  readOnly: true,
4243
4637
  type: {
4244
4638
  name: "String",
4245
4639
  },
4246
- }, jobType: {
4640
+ },
4641
+ jobType: {
4247
4642
  serializedName: "properties.jobType",
4248
4643
  type: {
4249
4644
  name: "String",
4250
4645
  },
4251
- }, outputStartMode: {
4646
+ },
4647
+ outputStartMode: {
4252
4648
  serializedName: "properties.outputStartMode",
4253
4649
  type: {
4254
4650
  name: "String",
4255
4651
  },
4256
- }, outputStartTime: {
4652
+ },
4653
+ outputStartTime: {
4257
4654
  serializedName: "properties.outputStartTime",
4258
4655
  type: {
4259
4656
  name: "DateTime",
4260
4657
  },
4261
- }, lastOutputEventTime: {
4658
+ },
4659
+ lastOutputEventTime: {
4262
4660
  serializedName: "properties.lastOutputEventTime",
4263
4661
  readOnly: true,
4264
4662
  type: {
4265
4663
  name: "DateTime",
4266
4664
  },
4267
- }, eventsOutOfOrderPolicy: {
4665
+ },
4666
+ eventsOutOfOrderPolicy: {
4268
4667
  serializedName: "properties.eventsOutOfOrderPolicy",
4269
4668
  type: {
4270
4669
  name: "String",
4271
4670
  },
4272
- }, outputErrorPolicy: {
4671
+ },
4672
+ outputErrorPolicy: {
4273
4673
  serializedName: "properties.outputErrorPolicy",
4274
4674
  type: {
4275
4675
  name: "String",
4276
4676
  },
4277
- }, eventsOutOfOrderMaxDelayInSeconds: {
4677
+ },
4678
+ eventsOutOfOrderMaxDelayInSeconds: {
4278
4679
  serializedName: "properties.eventsOutOfOrderMaxDelayInSeconds",
4279
4680
  type: {
4280
4681
  name: "Number",
4281
4682
  },
4282
- }, eventsLateArrivalMaxDelayInSeconds: {
4683
+ },
4684
+ eventsLateArrivalMaxDelayInSeconds: {
4283
4685
  serializedName: "properties.eventsLateArrivalMaxDelayInSeconds",
4284
4686
  type: {
4285
4687
  name: "Number",
4286
4688
  },
4287
- }, dataLocale: {
4689
+ },
4690
+ dataLocale: {
4288
4691
  serializedName: "properties.dataLocale",
4289
4692
  type: {
4290
4693
  name: "String",
4291
4694
  },
4292
- }, compatibilityLevel: {
4695
+ },
4696
+ compatibilityLevel: {
4293
4697
  serializedName: "properties.compatibilityLevel",
4294
4698
  type: {
4295
4699
  name: "String",
4296
4700
  },
4297
- }, createdDate: {
4701
+ },
4702
+ createdDate: {
4298
4703
  serializedName: "properties.createdDate",
4299
4704
  readOnly: true,
4300
4705
  type: {
4301
4706
  name: "DateTime",
4302
4707
  },
4303
- }, inputs: {
4708
+ },
4709
+ inputs: {
4304
4710
  serializedName: "properties.inputs",
4305
4711
  type: {
4306
4712
  name: "Sequence",
@@ -4311,13 +4717,15 @@ exports.StreamingJob = {
4311
4717
  },
4312
4718
  },
4313
4719
  },
4314
- }, transformation: {
4720
+ },
4721
+ transformation: {
4315
4722
  serializedName: "properties.transformation",
4316
4723
  type: {
4317
4724
  name: "Composite",
4318
4725
  className: "Transformation",
4319
4726
  },
4320
- }, outputs: {
4727
+ },
4728
+ outputs: {
4321
4729
  serializedName: "properties.outputs",
4322
4730
  type: {
4323
4731
  name: "Sequence",
@@ -4328,7 +4736,8 @@ exports.StreamingJob = {
4328
4736
  },
4329
4737
  },
4330
4738
  },
4331
- }, functions: {
4739
+ },
4740
+ functions: {
4332
4741
  serializedName: "properties.functions",
4333
4742
  type: {
4334
4743
  name: "Sequence",
@@ -4339,109 +4748,131 @@ exports.StreamingJob = {
4339
4748
  },
4340
4749
  },
4341
4750
  },
4342
- }, etag: {
4751
+ },
4752
+ etag: {
4343
4753
  serializedName: "properties.etag",
4344
4754
  readOnly: true,
4345
4755
  type: {
4346
4756
  name: "String",
4347
4757
  },
4348
- }, jobStorageAccount: {
4758
+ },
4759
+ jobStorageAccount: {
4349
4760
  serializedName: "properties.jobStorageAccount",
4350
4761
  type: {
4351
4762
  name: "Composite",
4352
4763
  className: "JobStorageAccount",
4353
4764
  },
4354
- }, contentStoragePolicy: {
4765
+ },
4766
+ contentStoragePolicy: {
4355
4767
  serializedName: "properties.contentStoragePolicy",
4356
4768
  type: {
4357
4769
  name: "String",
4358
4770
  },
4359
- }, externals: {
4771
+ },
4772
+ externals: {
4360
4773
  serializedName: "properties.externals",
4361
4774
  type: {
4362
4775
  name: "Composite",
4363
4776
  className: "External",
4364
4777
  },
4365
- }, cluster: {
4778
+ },
4779
+ cluster: {
4366
4780
  serializedName: "properties.cluster",
4367
4781
  type: {
4368
4782
  name: "Composite",
4369
4783
  className: "ClusterInfo",
4370
4784
  },
4371
- } }),
4785
+ },
4786
+ },
4372
4787
  },
4373
4788
  };
4374
4789
  exports.Cluster = {
4375
4790
  type: {
4376
4791
  name: "Composite",
4377
4792
  className: "Cluster",
4378
- modelProperties: Object.assign(Object.assign({}, exports.TrackedResource.type.modelProperties), { sku: {
4793
+ modelProperties: {
4794
+ ...exports.TrackedResource.type.modelProperties,
4795
+ sku: {
4379
4796
  serializedName: "sku",
4380
4797
  type: {
4381
4798
  name: "Composite",
4382
4799
  className: "ClusterSku",
4383
4800
  },
4384
- }, etag: {
4801
+ },
4802
+ etag: {
4385
4803
  serializedName: "etag",
4386
4804
  readOnly: true,
4387
4805
  type: {
4388
4806
  name: "String",
4389
4807
  },
4390
- }, properties: {
4808
+ },
4809
+ properties: {
4391
4810
  serializedName: "properties",
4392
4811
  type: {
4393
4812
  name: "Composite",
4394
4813
  className: "ClusterProperties",
4395
4814
  },
4396
- } }),
4815
+ },
4816
+ },
4397
4817
  },
4398
4818
  };
4399
4819
  exports.PrivateEndpoint = {
4400
4820
  type: {
4401
4821
  name: "Composite",
4402
4822
  className: "PrivateEndpoint",
4403
- modelProperties: Object.assign(Object.assign({}, exports.ProxyResource.type.modelProperties), { properties: {
4823
+ modelProperties: {
4824
+ ...exports.ProxyResource.type.modelProperties,
4825
+ properties: {
4404
4826
  serializedName: "properties",
4405
4827
  type: {
4406
4828
  name: "Composite",
4407
4829
  className: "PrivateEndpointProperties",
4408
4830
  },
4409
- }, etag: {
4831
+ },
4832
+ etag: {
4410
4833
  serializedName: "etag",
4411
4834
  readOnly: true,
4412
4835
  type: {
4413
4836
  name: "String",
4414
4837
  },
4415
- } }),
4838
+ },
4839
+ },
4416
4840
  },
4417
4841
  };
4418
4842
  exports.EventHubStreamInputDataSourceProperties = {
4419
4843
  type: {
4420
4844
  name: "Composite",
4421
4845
  className: "EventHubStreamInputDataSourceProperties",
4422
- modelProperties: Object.assign(Object.assign({}, exports.EventHubDataSourceProperties.type.modelProperties), { consumerGroupName: {
4846
+ modelProperties: {
4847
+ ...exports.EventHubDataSourceProperties.type.modelProperties,
4848
+ consumerGroupName: {
4423
4849
  serializedName: "consumerGroupName",
4424
4850
  type: {
4425
4851
  name: "String",
4426
4852
  },
4427
- }, prefetchCount: {
4853
+ },
4854
+ prefetchCount: {
4428
4855
  serializedName: "prefetchCount",
4429
4856
  type: {
4430
4857
  name: "Number",
4431
4858
  },
4432
- } }),
4859
+ },
4860
+ },
4433
4861
  },
4434
4862
  };
4435
4863
  exports.EventHubOutputDataSourceProperties = {
4436
4864
  type: {
4437
4865
  name: "Composite",
4438
4866
  className: "EventHubOutputDataSourceProperties",
4439
- modelProperties: Object.assign(Object.assign({}, exports.EventHubDataSourceProperties.type.modelProperties), { partitionKey: {
4867
+ modelProperties: {
4868
+ ...exports.EventHubDataSourceProperties.type.modelProperties,
4869
+ partitionKey: {
4440
4870
  serializedName: "partitionKey",
4441
4871
  type: {
4442
4872
  name: "String",
4443
4873
  },
4444
- }, propertyColumns: {
4874
+ },
4875
+ propertyColumns: {
4445
4876
  serializedName: "propertyColumns",
4446
4877
  type: {
4447
4878
  name: "Sequence",
@@ -4451,7 +4882,8 @@ exports.EventHubOutputDataSourceProperties = {
4451
4882
  },
4452
4883
  },
4453
4884
  },
4454
- } }),
4885
+ },
4886
+ },
4455
4887
  },
4456
4888
  };
4457
4889
  exports.FunctionsCreateOrReplaceHeaders = {