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