@azure/synapse-artifacts 1.0.0-alpha.20220401.1 → 1.0.0-alpha.20220413.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/CHANGELOG.md +2 -6
- package/dist/index.js +12198 -11032
- package/dist/index.js.map +1 -1
- package/dist-esm/src/artifactsClient.js +4 -2
- package/dist-esm/src/artifactsClient.js.map +1 -1
- package/dist-esm/src/models/index.js +5 -5
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.js +680 -180
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +46 -9
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/bigDataPools.js +2 -2
- package/dist-esm/src/operations/bigDataPools.js.map +1 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js +18 -14
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
- package/dist-esm/src/operations/dataFlowOperations.js +21 -15
- package/dist-esm/src/operations/dataFlowOperations.js.map +1 -1
- package/dist-esm/src/operations/datasetOperations.js +21 -15
- package/dist-esm/src/operations/datasetOperations.js.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.js +2 -2
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
- package/dist-esm/src/operations/kqlScriptOperations.js +13 -7
- package/dist-esm/src/operations/kqlScriptOperations.js.map +1 -1
- package/dist-esm/src/operations/kqlScripts.js +2 -2
- package/dist-esm/src/operations/kqlScripts.js.map +1 -1
- package/dist-esm/src/operations/library.js +25 -19
- package/dist-esm/src/operations/library.js.map +1 -1
- package/dist-esm/src/operations/linkConnectionOperations.js +534 -0
- package/dist-esm/src/operations/linkConnectionOperations.js.map +1 -0
- package/dist-esm/src/operations/linkedServiceOperations.js +21 -15
- package/dist-esm/src/operations/linkedServiceOperations.js.map +1 -1
- package/dist-esm/src/operations/metastore.js +4 -4
- package/dist-esm/src/operations/metastore.js.map +1 -1
- package/dist-esm/src/operations/notebookOperationResult.js +1 -1
- package/dist-esm/src/operations/notebookOperationResult.js.map +1 -1
- package/dist-esm/src/operations/notebookOperations.js +25 -19
- package/dist-esm/src/operations/notebookOperations.js.map +1 -1
- package/dist-esm/src/operations/pipelineOperations.js +23 -17
- package/dist-esm/src/operations/pipelineOperations.js.map +1 -1
- package/dist-esm/src/operations/pipelineRunOperations.js +8 -8
- package/dist-esm/src/operations/pipelineRunOperations.js.map +1 -1
- package/dist-esm/src/operations/sparkConfigurationOperations.js +15 -9
- package/dist-esm/src/operations/sparkConfigurationOperations.js.map +1 -1
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js +31 -21
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +1 -1
- package/dist-esm/src/operations/sqlPools.js +2 -2
- package/dist-esm/src/operations/sqlPools.js.map +1 -1
- package/dist-esm/src/operations/sqlScriptOperations.js +21 -15
- package/dist-esm/src/operations/sqlScriptOperations.js.map +1 -1
- package/dist-esm/src/operations/triggerOperations.js +38 -26
- package/dist-esm/src/operations/triggerOperations.js.map +1 -1
- package/dist-esm/src/operations/triggerRunOperations.js +6 -6
- package/dist-esm/src/operations/triggerRunOperations.js.map +1 -1
- package/dist-esm/src/operations/workspaceGitRepoManagement.js +1 -1
- package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +1 -1
- package/dist-esm/src/operations/workspaceOperations.js +1 -1
- package/dist-esm/src/operations/workspaceOperations.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/package.json +1 -1
- package/types/synapse-artifacts.d.ts +319 -16
|
@@ -5,6 +5,638 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
+
export const LinkConnectionListResponse = {
|
|
9
|
+
type: {
|
|
10
|
+
name: "Composite",
|
|
11
|
+
className: "LinkConnectionListResponse",
|
|
12
|
+
modelProperties: {
|
|
13
|
+
value: {
|
|
14
|
+
serializedName: "value",
|
|
15
|
+
required: true,
|
|
16
|
+
type: {
|
|
17
|
+
name: "Sequence",
|
|
18
|
+
element: {
|
|
19
|
+
type: {
|
|
20
|
+
name: "Composite",
|
|
21
|
+
className: "LinkConnectionResource"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
nextLink: {
|
|
27
|
+
serializedName: "nextLink",
|
|
28
|
+
type: {
|
|
29
|
+
name: "String"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
export const LinkConnectionResource = {
|
|
36
|
+
type: {
|
|
37
|
+
name: "Composite",
|
|
38
|
+
className: "LinkConnectionResource",
|
|
39
|
+
modelProperties: {
|
|
40
|
+
id: {
|
|
41
|
+
serializedName: "id",
|
|
42
|
+
type: {
|
|
43
|
+
name: "String"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
name: {
|
|
47
|
+
serializedName: "name",
|
|
48
|
+
type: {
|
|
49
|
+
name: "String"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
type: {
|
|
53
|
+
serializedName: "type",
|
|
54
|
+
type: {
|
|
55
|
+
name: "String"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
properties: {
|
|
59
|
+
serializedName: "properties",
|
|
60
|
+
type: {
|
|
61
|
+
name: "Composite",
|
|
62
|
+
className: "LinkConnection"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
export const LinkConnection = {
|
|
69
|
+
type: {
|
|
70
|
+
name: "Composite",
|
|
71
|
+
className: "LinkConnection",
|
|
72
|
+
modelProperties: {
|
|
73
|
+
sourceDatabase: {
|
|
74
|
+
serializedName: "sourceDatabase",
|
|
75
|
+
type: {
|
|
76
|
+
name: "Composite",
|
|
77
|
+
className: "LinkConnectionSourceDatabase"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
targetDatabase: {
|
|
81
|
+
serializedName: "targetDatabase",
|
|
82
|
+
type: {
|
|
83
|
+
name: "Composite",
|
|
84
|
+
className: "LinkConnectionTargetDatabase"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
landingZone: {
|
|
88
|
+
serializedName: "landingZone",
|
|
89
|
+
type: {
|
|
90
|
+
name: "Composite",
|
|
91
|
+
className: "LinkConnectionLandingZone"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
compute: {
|
|
95
|
+
serializedName: "compute",
|
|
96
|
+
type: {
|
|
97
|
+
name: "Composite",
|
|
98
|
+
className: "LinkConnectionCompute"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
export const LinkConnectionSourceDatabase = {
|
|
105
|
+
type: {
|
|
106
|
+
name: "Composite",
|
|
107
|
+
className: "LinkConnectionSourceDatabase",
|
|
108
|
+
modelProperties: {
|
|
109
|
+
linkedService: {
|
|
110
|
+
serializedName: "linkedService",
|
|
111
|
+
type: {
|
|
112
|
+
name: "Composite",
|
|
113
|
+
className: "LinkedServiceReference"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
typeProperties: {
|
|
117
|
+
serializedName: "typeProperties",
|
|
118
|
+
type: {
|
|
119
|
+
name: "Composite",
|
|
120
|
+
className: "LinkConnectionSourceDatabaseTypeProperties"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
export const LinkedServiceReference = {
|
|
127
|
+
type: {
|
|
128
|
+
name: "Composite",
|
|
129
|
+
className: "LinkedServiceReference",
|
|
130
|
+
modelProperties: {
|
|
131
|
+
type: {
|
|
132
|
+
serializedName: "type",
|
|
133
|
+
required: true,
|
|
134
|
+
type: {
|
|
135
|
+
name: "String"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
referenceName: {
|
|
139
|
+
serializedName: "referenceName",
|
|
140
|
+
required: true,
|
|
141
|
+
type: {
|
|
142
|
+
name: "String"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
parameters: {
|
|
146
|
+
serializedName: "parameters",
|
|
147
|
+
type: {
|
|
148
|
+
name: "Dictionary",
|
|
149
|
+
value: { type: { name: "any" } }
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
};
|
|
155
|
+
export const LinkConnectionSourceDatabaseTypeProperties = {
|
|
156
|
+
type: {
|
|
157
|
+
name: "Composite",
|
|
158
|
+
className: "LinkConnectionSourceDatabaseTypeProperties",
|
|
159
|
+
modelProperties: {
|
|
160
|
+
resourceId: {
|
|
161
|
+
serializedName: "resourceId",
|
|
162
|
+
type: {
|
|
163
|
+
name: "String"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
principalId: {
|
|
167
|
+
serializedName: "principalId",
|
|
168
|
+
type: {
|
|
169
|
+
name: "String"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
};
|
|
175
|
+
export const LinkConnectionTargetDatabase = {
|
|
176
|
+
type: {
|
|
177
|
+
name: "Composite",
|
|
178
|
+
className: "LinkConnectionTargetDatabase",
|
|
179
|
+
modelProperties: {
|
|
180
|
+
linkedService: {
|
|
181
|
+
serializedName: "linkedService",
|
|
182
|
+
type: {
|
|
183
|
+
name: "Composite",
|
|
184
|
+
className: "LinkedServiceReference"
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
};
|
|
190
|
+
export const LinkConnectionLandingZone = {
|
|
191
|
+
type: {
|
|
192
|
+
name: "Composite",
|
|
193
|
+
className: "LinkConnectionLandingZone",
|
|
194
|
+
modelProperties: {
|
|
195
|
+
linkedService: {
|
|
196
|
+
serializedName: "linkedService",
|
|
197
|
+
type: {
|
|
198
|
+
name: "Composite",
|
|
199
|
+
className: "LinkedServiceReference"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
fileSystem: {
|
|
203
|
+
serializedName: "fileSystem",
|
|
204
|
+
type: {
|
|
205
|
+
name: "String"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
folderPath: {
|
|
209
|
+
serializedName: "folderPath",
|
|
210
|
+
type: {
|
|
211
|
+
name: "String"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
sasToken: {
|
|
215
|
+
serializedName: "sasToken",
|
|
216
|
+
type: {
|
|
217
|
+
name: "Composite",
|
|
218
|
+
className: "SecureString"
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
};
|
|
224
|
+
export const SecretBase = {
|
|
225
|
+
type: {
|
|
226
|
+
name: "Composite",
|
|
227
|
+
className: "SecretBase",
|
|
228
|
+
uberParent: "SecretBase",
|
|
229
|
+
polymorphicDiscriminator: {
|
|
230
|
+
serializedName: "type",
|
|
231
|
+
clientName: "type"
|
|
232
|
+
},
|
|
233
|
+
modelProperties: {
|
|
234
|
+
type: {
|
|
235
|
+
serializedName: "type",
|
|
236
|
+
required: true,
|
|
237
|
+
type: {
|
|
238
|
+
name: "String"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
};
|
|
244
|
+
export const LinkConnectionCompute = {
|
|
245
|
+
type: {
|
|
246
|
+
name: "Composite",
|
|
247
|
+
className: "LinkConnectionCompute",
|
|
248
|
+
modelProperties: {
|
|
249
|
+
coreCount: {
|
|
250
|
+
serializedName: "coreCount",
|
|
251
|
+
type: {
|
|
252
|
+
name: "Number"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
computeType: {
|
|
256
|
+
serializedName: "computeType",
|
|
257
|
+
type: {
|
|
258
|
+
name: "String"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
};
|
|
264
|
+
export const CloudError = {
|
|
265
|
+
type: {
|
|
266
|
+
name: "Composite",
|
|
267
|
+
className: "CloudError",
|
|
268
|
+
modelProperties: {
|
|
269
|
+
code: {
|
|
270
|
+
serializedName: "error.code",
|
|
271
|
+
required: true,
|
|
272
|
+
type: {
|
|
273
|
+
name: "String"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
message: {
|
|
277
|
+
serializedName: "error.message",
|
|
278
|
+
required: true,
|
|
279
|
+
type: {
|
|
280
|
+
name: "String"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
target: {
|
|
284
|
+
serializedName: "error.target",
|
|
285
|
+
type: {
|
|
286
|
+
name: "String"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
details: {
|
|
290
|
+
serializedName: "error.details",
|
|
291
|
+
type: {
|
|
292
|
+
name: "Sequence",
|
|
293
|
+
element: {
|
|
294
|
+
type: {
|
|
295
|
+
name: "Composite",
|
|
296
|
+
className: "CloudError"
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
};
|
|
304
|
+
export const EditTablesRequest = {
|
|
305
|
+
type: {
|
|
306
|
+
name: "Composite",
|
|
307
|
+
className: "EditTablesRequest",
|
|
308
|
+
modelProperties: {
|
|
309
|
+
linkTables: {
|
|
310
|
+
serializedName: "linkTables",
|
|
311
|
+
type: {
|
|
312
|
+
name: "Sequence",
|
|
313
|
+
element: {
|
|
314
|
+
type: {
|
|
315
|
+
name: "Composite",
|
|
316
|
+
className: "LinkTableRequest"
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
};
|
|
324
|
+
export const LinkTableRequest = {
|
|
325
|
+
type: {
|
|
326
|
+
name: "Composite",
|
|
327
|
+
className: "LinkTableRequest",
|
|
328
|
+
modelProperties: {
|
|
329
|
+
id: {
|
|
330
|
+
serializedName: "id",
|
|
331
|
+
type: {
|
|
332
|
+
name: "String"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
source: {
|
|
336
|
+
serializedName: "source",
|
|
337
|
+
type: {
|
|
338
|
+
name: "Composite",
|
|
339
|
+
className: "LinkTableRequestSource"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
target: {
|
|
343
|
+
serializedName: "target",
|
|
344
|
+
type: {
|
|
345
|
+
name: "Composite",
|
|
346
|
+
className: "LinkTableRequestTarget"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
operationType: {
|
|
350
|
+
serializedName: "operationType",
|
|
351
|
+
type: {
|
|
352
|
+
name: "String"
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
};
|
|
358
|
+
export const LinkTableRequestSource = {
|
|
359
|
+
type: {
|
|
360
|
+
name: "Composite",
|
|
361
|
+
className: "LinkTableRequestSource",
|
|
362
|
+
modelProperties: {
|
|
363
|
+
tableName: {
|
|
364
|
+
serializedName: "tableName",
|
|
365
|
+
type: {
|
|
366
|
+
name: "String"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
schemaName: {
|
|
370
|
+
serializedName: "schemaName",
|
|
371
|
+
type: {
|
|
372
|
+
name: "String"
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
};
|
|
378
|
+
export const LinkTableRequestTarget = {
|
|
379
|
+
type: {
|
|
380
|
+
name: "Composite",
|
|
381
|
+
className: "LinkTableRequestTarget",
|
|
382
|
+
modelProperties: {
|
|
383
|
+
tableName: {
|
|
384
|
+
serializedName: "tableName",
|
|
385
|
+
type: {
|
|
386
|
+
name: "String"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
schemaName: {
|
|
390
|
+
serializedName: "schemaName",
|
|
391
|
+
type: {
|
|
392
|
+
name: "String"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
distributionOptions: {
|
|
396
|
+
serializedName: "distributionOptions",
|
|
397
|
+
type: {
|
|
398
|
+
name: "Composite",
|
|
399
|
+
className: "LinkTableRequestTargetDistributionOptions"
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
};
|
|
405
|
+
export const LinkTableRequestTargetDistributionOptions = {
|
|
406
|
+
type: {
|
|
407
|
+
name: "Composite",
|
|
408
|
+
className: "LinkTableRequestTargetDistributionOptions",
|
|
409
|
+
modelProperties: {
|
|
410
|
+
type: {
|
|
411
|
+
serializedName: "type",
|
|
412
|
+
type: {
|
|
413
|
+
name: "String"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
distributionColumn: {
|
|
417
|
+
serializedName: "distributionColumn",
|
|
418
|
+
type: {
|
|
419
|
+
name: "String"
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
};
|
|
425
|
+
export const LinkConnectionDetailedStatus = {
|
|
426
|
+
type: {
|
|
427
|
+
name: "Composite",
|
|
428
|
+
className: "LinkConnectionDetailedStatus",
|
|
429
|
+
modelProperties: {
|
|
430
|
+
id: {
|
|
431
|
+
serializedName: "id",
|
|
432
|
+
type: {
|
|
433
|
+
name: "String"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
name: {
|
|
437
|
+
serializedName: "name",
|
|
438
|
+
type: {
|
|
439
|
+
name: "String"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
isApplyingChanges: {
|
|
443
|
+
serializedName: "isApplyingChanges",
|
|
444
|
+
type: {
|
|
445
|
+
name: "Boolean"
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
isPartiallyFailed: {
|
|
449
|
+
serializedName: "isPartiallyFailed",
|
|
450
|
+
type: {
|
|
451
|
+
name: "Boolean"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
startTime: {
|
|
455
|
+
serializedName: "startTime",
|
|
456
|
+
type: {
|
|
457
|
+
name: "any"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
stopTime: {
|
|
461
|
+
serializedName: "stopTime",
|
|
462
|
+
type: {
|
|
463
|
+
name: "any"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
status: {
|
|
467
|
+
serializedName: "status",
|
|
468
|
+
type: {
|
|
469
|
+
name: "String"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
continuousRunId: {
|
|
473
|
+
serializedName: "continuousRunId",
|
|
474
|
+
type: {
|
|
475
|
+
name: "String"
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
error: {
|
|
479
|
+
serializedName: "error",
|
|
480
|
+
type: {
|
|
481
|
+
name: "any"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
};
|
|
487
|
+
export const LinkTableListResponse = {
|
|
488
|
+
type: {
|
|
489
|
+
name: "Composite",
|
|
490
|
+
className: "LinkTableListResponse",
|
|
491
|
+
modelProperties: {
|
|
492
|
+
value: {
|
|
493
|
+
serializedName: "value",
|
|
494
|
+
type: {
|
|
495
|
+
name: "Sequence",
|
|
496
|
+
element: {
|
|
497
|
+
type: {
|
|
498
|
+
name: "Composite",
|
|
499
|
+
className: "LinkTableResource"
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
};
|
|
507
|
+
export const LinkTableResource = {
|
|
508
|
+
type: {
|
|
509
|
+
name: "Composite",
|
|
510
|
+
className: "LinkTableResource",
|
|
511
|
+
modelProperties: {
|
|
512
|
+
id: {
|
|
513
|
+
serializedName: "id",
|
|
514
|
+
type: {
|
|
515
|
+
name: "String"
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
name: {
|
|
519
|
+
serializedName: "name",
|
|
520
|
+
type: {
|
|
521
|
+
name: "String"
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
source: {
|
|
525
|
+
serializedName: "source",
|
|
526
|
+
type: {
|
|
527
|
+
name: "Composite",
|
|
528
|
+
className: "LinkTableRequestSource"
|
|
529
|
+
}
|
|
530
|
+
},
|
|
531
|
+
target: {
|
|
532
|
+
serializedName: "target",
|
|
533
|
+
type: {
|
|
534
|
+
name: "Composite",
|
|
535
|
+
className: "LinkTableRequestTarget"
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
};
|
|
541
|
+
export const QueryTableStatusRequest = {
|
|
542
|
+
type: {
|
|
543
|
+
name: "Composite",
|
|
544
|
+
className: "QueryTableStatusRequest",
|
|
545
|
+
modelProperties: {
|
|
546
|
+
maxSegmentCount: {
|
|
547
|
+
serializedName: "maxSegmentCount",
|
|
548
|
+
type: {
|
|
549
|
+
name: "Number"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
continuationToken: {
|
|
553
|
+
serializedName: "continuationToken",
|
|
554
|
+
type: {
|
|
555
|
+
name: "any"
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
};
|
|
561
|
+
export const LinkConnectionQueryTableStatus = {
|
|
562
|
+
type: {
|
|
563
|
+
name: "Composite",
|
|
564
|
+
className: "LinkConnectionQueryTableStatus",
|
|
565
|
+
modelProperties: {
|
|
566
|
+
value: {
|
|
567
|
+
serializedName: "value",
|
|
568
|
+
type: {
|
|
569
|
+
name: "Sequence",
|
|
570
|
+
element: {
|
|
571
|
+
type: {
|
|
572
|
+
name: "Composite",
|
|
573
|
+
className: "LinkTableStatus"
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
continuationToken: {
|
|
579
|
+
serializedName: "continuationToken",
|
|
580
|
+
type: {
|
|
581
|
+
name: "any"
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
};
|
|
587
|
+
export const LinkTableStatus = {
|
|
588
|
+
type: {
|
|
589
|
+
name: "Composite",
|
|
590
|
+
className: "LinkTableStatus",
|
|
591
|
+
modelProperties: {
|
|
592
|
+
id: {
|
|
593
|
+
serializedName: "id",
|
|
594
|
+
type: {
|
|
595
|
+
name: "String"
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
status: {
|
|
599
|
+
serializedName: "status",
|
|
600
|
+
type: {
|
|
601
|
+
name: "String"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
errorMessage: {
|
|
605
|
+
serializedName: "errorMessage",
|
|
606
|
+
type: {
|
|
607
|
+
name: "String"
|
|
608
|
+
}
|
|
609
|
+
},
|
|
610
|
+
startTime: {
|
|
611
|
+
serializedName: "startTime",
|
|
612
|
+
type: {
|
|
613
|
+
name: "any"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
stopTime: {
|
|
617
|
+
serializedName: "stopTime",
|
|
618
|
+
type: {
|
|
619
|
+
name: "any"
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
};
|
|
625
|
+
export const UpdateLandingZoneCredential = {
|
|
626
|
+
type: {
|
|
627
|
+
name: "Composite",
|
|
628
|
+
className: "UpdateLandingZoneCredential",
|
|
629
|
+
modelProperties: {
|
|
630
|
+
sasToken: {
|
|
631
|
+
serializedName: "sasToken",
|
|
632
|
+
type: {
|
|
633
|
+
name: "Composite",
|
|
634
|
+
className: "SecureString"
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
};
|
|
8
640
|
export const KqlScriptsResourceCollectionResponse = {
|
|
9
641
|
type: {
|
|
10
642
|
name: "Composite",
|
|
@@ -450,46 +1082,6 @@ export const Resource = {
|
|
|
450
1082
|
}
|
|
451
1083
|
}
|
|
452
1084
|
};
|
|
453
|
-
export const CloudError = {
|
|
454
|
-
type: {
|
|
455
|
-
name: "Composite",
|
|
456
|
-
className: "CloudError",
|
|
457
|
-
modelProperties: {
|
|
458
|
-
code: {
|
|
459
|
-
serializedName: "error.code",
|
|
460
|
-
required: true,
|
|
461
|
-
type: {
|
|
462
|
-
name: "String"
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
message: {
|
|
466
|
-
serializedName: "error.message",
|
|
467
|
-
required: true,
|
|
468
|
-
type: {
|
|
469
|
-
name: "String"
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
target: {
|
|
473
|
-
serializedName: "error.target",
|
|
474
|
-
type: {
|
|
475
|
-
name: "String"
|
|
476
|
-
}
|
|
477
|
-
},
|
|
478
|
-
details: {
|
|
479
|
-
serializedName: "error.details",
|
|
480
|
-
type: {
|
|
481
|
-
name: "Sequence",
|
|
482
|
-
element: {
|
|
483
|
-
type: {
|
|
484
|
-
name: "Composite",
|
|
485
|
-
className: "CloudError"
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
};
|
|
493
1085
|
export const BigDataPoolResourceInfoListResult = {
|
|
494
1086
|
type: {
|
|
495
1087
|
name: "Composite",
|
|
@@ -713,46 +1305,6 @@ export const DataFlowFolder = {
|
|
|
713
1305
|
}
|
|
714
1306
|
}
|
|
715
1307
|
};
|
|
716
|
-
export const CloudErrorAutoGenerated = {
|
|
717
|
-
type: {
|
|
718
|
-
name: "Composite",
|
|
719
|
-
className: "CloudErrorAutoGenerated",
|
|
720
|
-
modelProperties: {
|
|
721
|
-
code: {
|
|
722
|
-
serializedName: "error.code",
|
|
723
|
-
required: true,
|
|
724
|
-
type: {
|
|
725
|
-
name: "String"
|
|
726
|
-
}
|
|
727
|
-
},
|
|
728
|
-
message: {
|
|
729
|
-
serializedName: "error.message",
|
|
730
|
-
required: true,
|
|
731
|
-
type: {
|
|
732
|
-
name: "String"
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
target: {
|
|
736
|
-
serializedName: "error.target",
|
|
737
|
-
type: {
|
|
738
|
-
name: "String"
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
details: {
|
|
742
|
-
serializedName: "error.details",
|
|
743
|
-
type: {
|
|
744
|
-
name: "Sequence",
|
|
745
|
-
element: {
|
|
746
|
-
type: {
|
|
747
|
-
name: "Composite",
|
|
748
|
-
className: "CloudErrorAutoGenerated"
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
};
|
|
756
1308
|
export const DataFlowListResponse = {
|
|
757
1309
|
type: {
|
|
758
1310
|
name: "Composite",
|
|
@@ -1104,35 +1656,6 @@ export const Dataset = {
|
|
|
1104
1656
|
}
|
|
1105
1657
|
}
|
|
1106
1658
|
};
|
|
1107
|
-
export const LinkedServiceReference = {
|
|
1108
|
-
type: {
|
|
1109
|
-
name: "Composite",
|
|
1110
|
-
className: "LinkedServiceReference",
|
|
1111
|
-
modelProperties: {
|
|
1112
|
-
type: {
|
|
1113
|
-
serializedName: "type",
|
|
1114
|
-
required: true,
|
|
1115
|
-
type: {
|
|
1116
|
-
name: "String"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
|
-
referenceName: {
|
|
1120
|
-
serializedName: "referenceName",
|
|
1121
|
-
required: true,
|
|
1122
|
-
type: {
|
|
1123
|
-
name: "String"
|
|
1124
|
-
}
|
|
1125
|
-
},
|
|
1126
|
-
parameters: {
|
|
1127
|
-
serializedName: "parameters",
|
|
1128
|
-
type: {
|
|
1129
|
-
name: "Dictionary",
|
|
1130
|
-
value: { type: { name: "any" } }
|
|
1131
|
-
}
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1134
|
-
}
|
|
1135
|
-
};
|
|
1136
1659
|
export const ParameterSpecification = {
|
|
1137
1660
|
type: {
|
|
1138
1661
|
name: "Composite",
|
|
@@ -1735,7 +2258,7 @@ export const OperationResult = {
|
|
|
1735
2258
|
element: {
|
|
1736
2259
|
type: {
|
|
1737
2260
|
name: "Composite",
|
|
1738
|
-
className: "
|
|
2261
|
+
className: "CloudError"
|
|
1739
2262
|
}
|
|
1740
2263
|
}
|
|
1741
2264
|
}
|
|
@@ -4146,26 +4669,6 @@ export const Expression = {
|
|
|
4146
4669
|
}
|
|
4147
4670
|
}
|
|
4148
4671
|
};
|
|
4149
|
-
export const SecretBase = {
|
|
4150
|
-
type: {
|
|
4151
|
-
name: "Composite",
|
|
4152
|
-
className: "SecretBase",
|
|
4153
|
-
uberParent: "SecretBase",
|
|
4154
|
-
polymorphicDiscriminator: {
|
|
4155
|
-
serializedName: "type",
|
|
4156
|
-
clientName: "type"
|
|
4157
|
-
},
|
|
4158
|
-
modelProperties: {
|
|
4159
|
-
type: {
|
|
4160
|
-
serializedName: "type",
|
|
4161
|
-
required: true,
|
|
4162
|
-
type: {
|
|
4163
|
-
name: "String"
|
|
4164
|
-
}
|
|
4165
|
-
}
|
|
4166
|
-
}
|
|
4167
|
-
}
|
|
4168
|
-
};
|
|
4169
4672
|
export const TriggerDependencyProvisioningStatus = {
|
|
4170
4673
|
type: {
|
|
4171
4674
|
name: "Composite",
|
|
@@ -7052,6 +7555,49 @@ export const LinkedIntegrationRuntimeType = {
|
|
|
7052
7555
|
}
|
|
7053
7556
|
}
|
|
7054
7557
|
};
|
|
7558
|
+
export const SecureString = {
|
|
7559
|
+
serializedName: "SecureString",
|
|
7560
|
+
type: {
|
|
7561
|
+
name: "Composite",
|
|
7562
|
+
className: "SecureString",
|
|
7563
|
+
uberParent: "SecretBase",
|
|
7564
|
+
polymorphicDiscriminator: SecretBase.type.polymorphicDiscriminator,
|
|
7565
|
+
modelProperties: Object.assign(Object.assign({}, SecretBase.type.modelProperties), { value: {
|
|
7566
|
+
serializedName: "value",
|
|
7567
|
+
required: true,
|
|
7568
|
+
type: {
|
|
7569
|
+
name: "String"
|
|
7570
|
+
}
|
|
7571
|
+
} })
|
|
7572
|
+
}
|
|
7573
|
+
};
|
|
7574
|
+
export const AzureKeyVaultSecretReference = {
|
|
7575
|
+
serializedName: "AzureKeyVaultSecret",
|
|
7576
|
+
type: {
|
|
7577
|
+
name: "Composite",
|
|
7578
|
+
className: "AzureKeyVaultSecretReference",
|
|
7579
|
+
uberParent: "SecretBase",
|
|
7580
|
+
polymorphicDiscriminator: SecretBase.type.polymorphicDiscriminator,
|
|
7581
|
+
modelProperties: Object.assign(Object.assign({}, SecretBase.type.modelProperties), { store: {
|
|
7582
|
+
serializedName: "store",
|
|
7583
|
+
type: {
|
|
7584
|
+
name: "Composite",
|
|
7585
|
+
className: "LinkedServiceReference"
|
|
7586
|
+
}
|
|
7587
|
+
}, secretName: {
|
|
7588
|
+
serializedName: "secretName",
|
|
7589
|
+
required: true,
|
|
7590
|
+
type: {
|
|
7591
|
+
name: "any"
|
|
7592
|
+
}
|
|
7593
|
+
}, secretVersion: {
|
|
7594
|
+
serializedName: "secretVersion",
|
|
7595
|
+
type: {
|
|
7596
|
+
name: "any"
|
|
7597
|
+
}
|
|
7598
|
+
} })
|
|
7599
|
+
}
|
|
7600
|
+
};
|
|
7055
7601
|
export const AzureEntityResource = {
|
|
7056
7602
|
type: {
|
|
7057
7603
|
name: "Composite",
|
|
@@ -14753,49 +15299,6 @@ export const ChainingTrigger = {
|
|
|
14753
15299
|
} })
|
|
14754
15300
|
}
|
|
14755
15301
|
};
|
|
14756
|
-
export const SecureString = {
|
|
14757
|
-
serializedName: "SecureString",
|
|
14758
|
-
type: {
|
|
14759
|
-
name: "Composite",
|
|
14760
|
-
className: "SecureString",
|
|
14761
|
-
uberParent: "SecretBase",
|
|
14762
|
-
polymorphicDiscriminator: SecretBase.type.polymorphicDiscriminator,
|
|
14763
|
-
modelProperties: Object.assign(Object.assign({}, SecretBase.type.modelProperties), { value: {
|
|
14764
|
-
serializedName: "value",
|
|
14765
|
-
required: true,
|
|
14766
|
-
type: {
|
|
14767
|
-
name: "String"
|
|
14768
|
-
}
|
|
14769
|
-
} })
|
|
14770
|
-
}
|
|
14771
|
-
};
|
|
14772
|
-
export const AzureKeyVaultSecretReference = {
|
|
14773
|
-
serializedName: "AzureKeyVaultSecret",
|
|
14774
|
-
type: {
|
|
14775
|
-
name: "Composite",
|
|
14776
|
-
className: "AzureKeyVaultSecretReference",
|
|
14777
|
-
uberParent: "SecretBase",
|
|
14778
|
-
polymorphicDiscriminator: SecretBase.type.polymorphicDiscriminator,
|
|
14779
|
-
modelProperties: Object.assign(Object.assign({}, SecretBase.type.modelProperties), { store: {
|
|
14780
|
-
serializedName: "store",
|
|
14781
|
-
type: {
|
|
14782
|
-
name: "Composite",
|
|
14783
|
-
className: "LinkedServiceReference"
|
|
14784
|
-
}
|
|
14785
|
-
}, secretName: {
|
|
14786
|
-
serializedName: "secretName",
|
|
14787
|
-
required: true,
|
|
14788
|
-
type: {
|
|
14789
|
-
name: "any"
|
|
14790
|
-
}
|
|
14791
|
-
}, secretVersion: {
|
|
14792
|
-
serializedName: "secretVersion",
|
|
14793
|
-
type: {
|
|
14794
|
-
name: "any"
|
|
14795
|
-
}
|
|
14796
|
-
} })
|
|
14797
|
-
}
|
|
14798
|
-
};
|
|
14799
15302
|
export const DataFlowSource = {
|
|
14800
15303
|
type: {
|
|
14801
15304
|
name: "Composite",
|
|
@@ -19552,10 +20055,7 @@ export const SqlServerStoredProcedureActivity = {
|
|
|
19552
20055
|
}, storedProcedureParameters: {
|
|
19553
20056
|
serializedName: "typeProperties.storedProcedureParameters",
|
|
19554
20057
|
type: {
|
|
19555
|
-
name: "
|
|
19556
|
-
value: {
|
|
19557
|
-
type: { name: "Composite", className: "StoredProcedureParameter" }
|
|
19558
|
-
}
|
|
20058
|
+
name: "any"
|
|
19559
20059
|
}
|
|
19560
20060
|
} })
|
|
19561
20061
|
}
|
|
@@ -21831,13 +22331,13 @@ export const DataFlowDebugSessionExecuteCommandHeaders = {
|
|
|
21831
22331
|
}
|
|
21832
22332
|
};
|
|
21833
22333
|
export let discriminators = {
|
|
22334
|
+
SecretBase: SecretBase,
|
|
21834
22335
|
DataFlow: DataFlow,
|
|
21835
22336
|
IntegrationRuntime: IntegrationRuntime,
|
|
21836
22337
|
Dataset: Dataset,
|
|
21837
22338
|
LinkedService: LinkedService,
|
|
21838
22339
|
Activity: Activity,
|
|
21839
22340
|
Trigger: Trigger,
|
|
21840
|
-
SecretBase: SecretBase,
|
|
21841
22341
|
DatasetLocation: DatasetLocation,
|
|
21842
22342
|
DatasetStorageFormat: DatasetStorageFormat,
|
|
21843
22343
|
WebLinkedServiceTypeProperties: WebLinkedServiceTypeProperties,
|
|
@@ -21854,6 +22354,8 @@ export let discriminators = {
|
|
|
21854
22354
|
DependencyReference: DependencyReference,
|
|
21855
22355
|
"CustomSetupBase.undefined": CustomSetupBase,
|
|
21856
22356
|
LinkedIntegrationRuntimeType: LinkedIntegrationRuntimeType,
|
|
22357
|
+
"SecretBase.SecureString": SecureString,
|
|
22358
|
+
"SecretBase.AzureKeyVaultSecret": AzureKeyVaultSecretReference,
|
|
21857
22359
|
"DataFlow.MappingDataFlow": MappingDataFlow,
|
|
21858
22360
|
"DataFlow.Flowlet": Flowlet,
|
|
21859
22361
|
"IntegrationRuntime.Managed": ManagedIntegrationRuntime,
|
|
@@ -22064,8 +22566,6 @@ export let discriminators = {
|
|
|
22064
22566
|
"Trigger.MultiplePipelineTrigger": MultiplePipelineTrigger,
|
|
22065
22567
|
"Trigger.TumblingWindowTrigger": TumblingWindowTrigger,
|
|
22066
22568
|
"Trigger.ChainingTrigger": ChainingTrigger,
|
|
22067
|
-
"SecretBase.SecureString": SecureString,
|
|
22068
|
-
"SecretBase.AzureKeyVaultSecret": AzureKeyVaultSecretReference,
|
|
22069
22569
|
"DatasetLocation.AzureBlobStorageLocation": AzureBlobStorageLocation,
|
|
22070
22570
|
"DatasetLocation.AzureBlobFSLocation": AzureBlobFSLocation,
|
|
22071
22571
|
"DatasetLocation.AzureDataLakeStoreLocation": AzureDataLakeStoreLocation,
|