@azure/synapse-artifacts 1.0.0-beta.1 → 1.0.0-beta.10
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 +60 -0
- package/README.md +6 -4
- package/dist/index.js +22546 -19192
- package/dist/index.js.map +1 -1
- package/dist-esm/src/artifactsClient.js +72 -0
- package/dist-esm/src/artifactsClient.js.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.js +25 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.js +822 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.js +22801 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.js +541 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/bigDataPools.js +100 -0
- package/dist-esm/src/operations/bigDataPools.js.map +1 -0
- package/dist-esm/src/operations/dataFlowDebugSession.js +403 -0
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -0
- package/dist-esm/src/operations/dataFlowOperations.js +439 -0
- package/dist-esm/src/operations/dataFlowOperations.js.map +1 -0
- package/dist-esm/src/operations/datasetOperations.js +439 -0
- package/dist-esm/src/operations/datasetOperations.js.map +1 -0
- package/dist-esm/src/operations/index.js +31 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/integrationRuntimes.js +100 -0
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -0
- package/dist-esm/src/operations/kqlScriptOperations.js +309 -0
- package/dist-esm/src/operations/kqlScriptOperations.js.map +1 -0
- package/dist-esm/src/operations/kqlScripts.js +150 -0
- package/dist-esm/src/operations/kqlScripts.js.map +1 -0
- package/dist-esm/src/operations/library.js +512 -0
- package/dist-esm/src/operations/library.js.map +1 -0
- 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 +440 -0
- package/dist-esm/src/operations/linkedServiceOperations.js.map +1 -0
- package/dist-esm/src/operations/metastore.js +182 -0
- package/dist-esm/src/operations/metastore.js.map +1 -0
- package/dist-esm/src/operations/notebookOperationResult.js +64 -0
- package/dist-esm/src/operations/notebookOperationResult.js.map +1 -0
- package/dist-esm/src/operations/notebookOperations.js +564 -0
- package/dist-esm/src/operations/notebookOperations.js.map +1 -0
- package/dist-esm/src/operations/pipelineOperations.js +485 -0
- package/dist-esm/src/operations/pipelineOperations.js.map +1 -0
- package/dist-esm/src/operations/pipelineRunOperations.js +185 -0
- package/dist-esm/src/operations/pipelineRunOperations.js.map +1 -0
- package/dist-esm/src/operations/sparkConfigurationOperations.js +440 -0
- package/dist-esm/src/operations/sparkConfigurationOperations.js.map +1 -0
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js +612 -0
- package/dist-esm/src/operations/sparkJobDefinitionOperations.js.map +1 -0
- package/dist-esm/src/operations/sqlPools.js +100 -0
- package/dist-esm/src/operations/sqlPools.js.map +1 -0
- package/dist-esm/src/operations/sqlScriptOperations.js +440 -0
- package/dist-esm/src/operations/sqlScriptOperations.js.map +1 -0
- package/dist-esm/src/operations/triggerOperations.js +717 -0
- package/dist-esm/src/operations/triggerOperations.js.map +1 -0
- package/dist-esm/src/operations/triggerRunOperations.js +147 -0
- package/dist-esm/src/operations/triggerRunOperations.js.map +1 -0
- package/dist-esm/src/operations/workspaceGitRepoManagement.js +66 -0
- package/dist-esm/src/operations/workspaceGitRepoManagement.js.map +1 -0
- package/dist-esm/src/operations/workspaceOperations.js +62 -0
- package/dist-esm/src/operations/workspaceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/bigDataPools.js +9 -0
- package/dist-esm/src/operationsInterfaces/bigDataPools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js +9 -0
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataFlowOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/dataFlowOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/datasetOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/datasetOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +31 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js +9 -0
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/kqlScriptOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/kqlScriptOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/kqlScripts.js +9 -0
- package/dist-esm/src/operationsInterfaces/kqlScripts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/library.js +9 -0
- package/dist-esm/src/operationsInterfaces/library.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkConnectionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/linkedServiceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/linkedServiceOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/metastore.js +9 -0
- package/dist-esm/src/operationsInterfaces/metastore.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/notebookOperationResult.js +9 -0
- package/dist-esm/src/operationsInterfaces/notebookOperationResult.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/notebookOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/notebookOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelineOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/pipelineOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/pipelineRunOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/pipelineRunOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sparkConfigurationOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/sparkConfigurationOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sparkJobDefinitionOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/sparkJobDefinitionOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlPools.js +9 -0
- package/dist-esm/src/operationsInterfaces/sqlPools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sqlScriptOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/sqlScriptOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggerOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/triggerOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/triggerRunOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/triggerRunOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaceGitRepoManagement.js +9 -0
- package/dist-esm/src/operationsInterfaces/workspaceGitRepoManagement.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaceOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/workspaceOperations.js.map +1 -0
- package/dist-esm/src/tracing.js +13 -0
- package/dist-esm/src/tracing.js.map +1 -0
- package/package.json +82 -34
- package/types/synapse-artifacts.d.ts +6680 -11132
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/rollup.config.js +0 -41
- package/tsconfig.json +0 -20
|
@@ -0,0 +1,541 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { LinkConnectionResource as LinkConnectionResourceMapper, EditTablesRequest as EditTablesRequestMapper, QueryTableStatusRequest as QueryTableStatusRequestMapper, UpdateLandingZoneCredential as UpdateLandingZoneCredentialMapper, KqlScriptResource as KqlScriptResourceMapper, ArtifactRenameRequest as ArtifactRenameRequestMapper, MetastoreRegisterObject as MetastoreRegisterObjectMapper, MetastoreUpdateObject as MetastoreUpdateObjectMapper, SparkConfigurationResource as SparkConfigurationResourceMapper, DataFlowResource as DataFlowResourceMapper, CreateDataFlowDebugSessionRequest as CreateDataFlowDebugSessionRequestMapper, DataFlowDebugPackage as DataFlowDebugPackageMapper, DeleteDataFlowDebugSessionRequest as DeleteDataFlowDebugSessionRequestMapper, DataFlowDebugCommandRequest as DataFlowDebugCommandRequestMapper, DatasetResource as DatasetResourceMapper, GitHubAccessTokenRequest as GitHubAccessTokenRequestMapper, LinkedServiceResource as LinkedServiceResourceMapper, NotebookResource as NotebookResourceMapper, PipelineResource as PipelineResourceMapper, RunFilterParameters as RunFilterParametersMapper, SparkJobDefinitionResource as SparkJobDefinitionResourceMapper, SqlScriptResource as SqlScriptResourceMapper, TriggerResource as TriggerResourceMapper } from "../models/mappers";
|
|
9
|
+
export const accept = {
|
|
10
|
+
parameterPath: "accept",
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Accept",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
export const endpoint = {
|
|
21
|
+
parameterPath: "endpoint",
|
|
22
|
+
mapper: {
|
|
23
|
+
serializedName: "endpoint",
|
|
24
|
+
required: true,
|
|
25
|
+
type: {
|
|
26
|
+
name: "String"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
skipEncoding: true
|
|
30
|
+
};
|
|
31
|
+
export const apiVersion = {
|
|
32
|
+
parameterPath: "apiVersion",
|
|
33
|
+
mapper: {
|
|
34
|
+
defaultValue: "2021-12-01-preview",
|
|
35
|
+
isConstant: true,
|
|
36
|
+
serializedName: "api-version",
|
|
37
|
+
type: {
|
|
38
|
+
name: "String"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
export const contentType = {
|
|
43
|
+
parameterPath: ["options", "contentType"],
|
|
44
|
+
mapper: {
|
|
45
|
+
defaultValue: "application/json",
|
|
46
|
+
isConstant: true,
|
|
47
|
+
serializedName: "Content-Type",
|
|
48
|
+
type: {
|
|
49
|
+
name: "String"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
export const linkConnection = {
|
|
54
|
+
parameterPath: "linkConnection",
|
|
55
|
+
mapper: LinkConnectionResourceMapper
|
|
56
|
+
};
|
|
57
|
+
export const linkConnectionName = {
|
|
58
|
+
parameterPath: "linkConnectionName",
|
|
59
|
+
mapper: {
|
|
60
|
+
serializedName: "linkConnectionName",
|
|
61
|
+
required: true,
|
|
62
|
+
type: {
|
|
63
|
+
name: "String"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
};
|
|
67
|
+
export const editTablesRequest = {
|
|
68
|
+
parameterPath: "editTablesRequest",
|
|
69
|
+
mapper: EditTablesRequestMapper
|
|
70
|
+
};
|
|
71
|
+
export const queryTableStatusRequest = {
|
|
72
|
+
parameterPath: "queryTableStatusRequest",
|
|
73
|
+
mapper: QueryTableStatusRequestMapper
|
|
74
|
+
};
|
|
75
|
+
export const updateLandingZoneCredentialRequest = {
|
|
76
|
+
parameterPath: "updateLandingZoneCredentialRequest",
|
|
77
|
+
mapper: UpdateLandingZoneCredentialMapper
|
|
78
|
+
};
|
|
79
|
+
export const nextLink = {
|
|
80
|
+
parameterPath: "nextLink",
|
|
81
|
+
mapper: {
|
|
82
|
+
serializedName: "nextLink",
|
|
83
|
+
required: true,
|
|
84
|
+
type: {
|
|
85
|
+
name: "String"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
skipEncoding: true
|
|
89
|
+
};
|
|
90
|
+
export const apiVersion1 = {
|
|
91
|
+
parameterPath: "apiVersion",
|
|
92
|
+
mapper: {
|
|
93
|
+
defaultValue: "2021-11-01-preview",
|
|
94
|
+
isConstant: true,
|
|
95
|
+
serializedName: "api-version",
|
|
96
|
+
type: {
|
|
97
|
+
name: "String"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
export const kqlScript = {
|
|
102
|
+
parameterPath: "kqlScript",
|
|
103
|
+
mapper: KqlScriptResourceMapper
|
|
104
|
+
};
|
|
105
|
+
export const kqlScriptName = {
|
|
106
|
+
parameterPath: "kqlScriptName",
|
|
107
|
+
mapper: {
|
|
108
|
+
serializedName: "kqlScriptName",
|
|
109
|
+
required: true,
|
|
110
|
+
type: {
|
|
111
|
+
name: "String"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
};
|
|
115
|
+
export const renameRequest = {
|
|
116
|
+
parameterPath: "renameRequest",
|
|
117
|
+
mapper: ArtifactRenameRequestMapper
|
|
118
|
+
};
|
|
119
|
+
export const registerBody = {
|
|
120
|
+
parameterPath: "registerBody",
|
|
121
|
+
mapper: MetastoreRegisterObjectMapper
|
|
122
|
+
};
|
|
123
|
+
export const apiVersion2 = {
|
|
124
|
+
parameterPath: "apiVersion",
|
|
125
|
+
mapper: {
|
|
126
|
+
defaultValue: "2021-07-01-preview",
|
|
127
|
+
isConstant: true,
|
|
128
|
+
serializedName: "api-version",
|
|
129
|
+
type: {
|
|
130
|
+
name: "String"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
};
|
|
134
|
+
export const id = {
|
|
135
|
+
parameterPath: "id",
|
|
136
|
+
mapper: {
|
|
137
|
+
serializedName: "id",
|
|
138
|
+
required: true,
|
|
139
|
+
type: {
|
|
140
|
+
name: "String"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
};
|
|
144
|
+
export const updateBody = {
|
|
145
|
+
parameterPath: "updateBody",
|
|
146
|
+
mapper: MetastoreUpdateObjectMapper
|
|
147
|
+
};
|
|
148
|
+
export const apiVersion3 = {
|
|
149
|
+
parameterPath: "apiVersion",
|
|
150
|
+
mapper: {
|
|
151
|
+
defaultValue: "2021-06-01-preview",
|
|
152
|
+
isConstant: true,
|
|
153
|
+
serializedName: "api-version",
|
|
154
|
+
type: {
|
|
155
|
+
name: "String"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
export const sparkConfiguration = {
|
|
160
|
+
parameterPath: "sparkConfiguration",
|
|
161
|
+
mapper: SparkConfigurationResourceMapper
|
|
162
|
+
};
|
|
163
|
+
export const sparkConfigurationName = {
|
|
164
|
+
parameterPath: "sparkConfigurationName",
|
|
165
|
+
mapper: {
|
|
166
|
+
serializedName: "sparkConfigurationName",
|
|
167
|
+
required: true,
|
|
168
|
+
type: {
|
|
169
|
+
name: "String"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
};
|
|
173
|
+
export const ifMatch = {
|
|
174
|
+
parameterPath: ["options", "ifMatch"],
|
|
175
|
+
mapper: {
|
|
176
|
+
serializedName: "If-Match",
|
|
177
|
+
type: {
|
|
178
|
+
name: "String"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
};
|
|
182
|
+
export const ifNoneMatch = {
|
|
183
|
+
parameterPath: ["options", "ifNoneMatch"],
|
|
184
|
+
mapper: {
|
|
185
|
+
serializedName: "If-None-Match",
|
|
186
|
+
type: {
|
|
187
|
+
name: "String"
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
};
|
|
191
|
+
export const request = {
|
|
192
|
+
parameterPath: "request",
|
|
193
|
+
mapper: ArtifactRenameRequestMapper
|
|
194
|
+
};
|
|
195
|
+
export const apiVersion4 = {
|
|
196
|
+
parameterPath: "apiVersion",
|
|
197
|
+
mapper: {
|
|
198
|
+
defaultValue: "2020-12-01",
|
|
199
|
+
isConstant: true,
|
|
200
|
+
serializedName: "api-version",
|
|
201
|
+
type: {
|
|
202
|
+
name: "String"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
};
|
|
206
|
+
export const bigDataPoolName = {
|
|
207
|
+
parameterPath: "bigDataPoolName",
|
|
208
|
+
mapper: {
|
|
209
|
+
serializedName: "bigDataPoolName",
|
|
210
|
+
required: true,
|
|
211
|
+
type: {
|
|
212
|
+
name: "String"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
};
|
|
216
|
+
export const dataFlow = {
|
|
217
|
+
parameterPath: "dataFlow",
|
|
218
|
+
mapper: DataFlowResourceMapper
|
|
219
|
+
};
|
|
220
|
+
export const dataFlowName = {
|
|
221
|
+
parameterPath: "dataFlowName",
|
|
222
|
+
mapper: {
|
|
223
|
+
constraints: {
|
|
224
|
+
Pattern: new RegExp("^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"),
|
|
225
|
+
MaxLength: 260,
|
|
226
|
+
MinLength: 1
|
|
227
|
+
},
|
|
228
|
+
serializedName: "dataFlowName",
|
|
229
|
+
required: true,
|
|
230
|
+
type: {
|
|
231
|
+
name: "String"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
};
|
|
235
|
+
export const request1 = {
|
|
236
|
+
parameterPath: "request",
|
|
237
|
+
mapper: CreateDataFlowDebugSessionRequestMapper
|
|
238
|
+
};
|
|
239
|
+
export const request2 = {
|
|
240
|
+
parameterPath: "request",
|
|
241
|
+
mapper: DataFlowDebugPackageMapper
|
|
242
|
+
};
|
|
243
|
+
export const request3 = {
|
|
244
|
+
parameterPath: "request",
|
|
245
|
+
mapper: DeleteDataFlowDebugSessionRequestMapper
|
|
246
|
+
};
|
|
247
|
+
export const request4 = {
|
|
248
|
+
parameterPath: "request",
|
|
249
|
+
mapper: DataFlowDebugCommandRequestMapper
|
|
250
|
+
};
|
|
251
|
+
export const dataset = {
|
|
252
|
+
parameterPath: "dataset",
|
|
253
|
+
mapper: DatasetResourceMapper
|
|
254
|
+
};
|
|
255
|
+
export const datasetName = {
|
|
256
|
+
parameterPath: "datasetName",
|
|
257
|
+
mapper: {
|
|
258
|
+
constraints: {
|
|
259
|
+
Pattern: new RegExp("^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"),
|
|
260
|
+
MaxLength: 260,
|
|
261
|
+
MinLength: 1
|
|
262
|
+
},
|
|
263
|
+
serializedName: "datasetName",
|
|
264
|
+
required: true,
|
|
265
|
+
type: {
|
|
266
|
+
name: "String"
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
};
|
|
270
|
+
export const gitHubAccessTokenRequest = {
|
|
271
|
+
parameterPath: "gitHubAccessTokenRequest",
|
|
272
|
+
mapper: GitHubAccessTokenRequestMapper
|
|
273
|
+
};
|
|
274
|
+
export const clientRequestId = {
|
|
275
|
+
parameterPath: ["options", "clientRequestId"],
|
|
276
|
+
mapper: {
|
|
277
|
+
serializedName: "x-ms-client-request-id",
|
|
278
|
+
type: {
|
|
279
|
+
name: "String"
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
};
|
|
283
|
+
export const integrationRuntimeName = {
|
|
284
|
+
parameterPath: "integrationRuntimeName",
|
|
285
|
+
mapper: {
|
|
286
|
+
serializedName: "integrationRuntimeName",
|
|
287
|
+
required: true,
|
|
288
|
+
type: {
|
|
289
|
+
name: "String"
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
};
|
|
293
|
+
export const libraryName = {
|
|
294
|
+
parameterPath: "libraryName",
|
|
295
|
+
mapper: {
|
|
296
|
+
constraints: {
|
|
297
|
+
MaxLength: 100
|
|
298
|
+
},
|
|
299
|
+
serializedName: "libraryName",
|
|
300
|
+
required: true,
|
|
301
|
+
type: {
|
|
302
|
+
name: "String"
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
};
|
|
306
|
+
export const operationId = {
|
|
307
|
+
parameterPath: "operationId",
|
|
308
|
+
mapper: {
|
|
309
|
+
serializedName: "operationId",
|
|
310
|
+
required: true,
|
|
311
|
+
type: {
|
|
312
|
+
name: "String"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
};
|
|
316
|
+
export const contentType1 = {
|
|
317
|
+
parameterPath: ["options", "contentType"],
|
|
318
|
+
mapper: {
|
|
319
|
+
defaultValue: "application/octet-stream",
|
|
320
|
+
isConstant: true,
|
|
321
|
+
serializedName: "Content-Type",
|
|
322
|
+
type: {
|
|
323
|
+
name: "String"
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
};
|
|
327
|
+
export const content = {
|
|
328
|
+
parameterPath: "content",
|
|
329
|
+
mapper: {
|
|
330
|
+
serializedName: "content",
|
|
331
|
+
required: true,
|
|
332
|
+
type: {
|
|
333
|
+
name: "Stream"
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
};
|
|
337
|
+
export const accept1 = {
|
|
338
|
+
parameterPath: "accept",
|
|
339
|
+
mapper: {
|
|
340
|
+
defaultValue: "application/json",
|
|
341
|
+
isConstant: true,
|
|
342
|
+
serializedName: "Accept",
|
|
343
|
+
type: {
|
|
344
|
+
name: "String"
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
};
|
|
348
|
+
export const comp = {
|
|
349
|
+
parameterPath: "comp",
|
|
350
|
+
mapper: {
|
|
351
|
+
defaultValue: "appendblock",
|
|
352
|
+
isConstant: true,
|
|
353
|
+
serializedName: "comp",
|
|
354
|
+
type: {
|
|
355
|
+
name: "String"
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
};
|
|
359
|
+
export const blobConditionAppendPosition = {
|
|
360
|
+
parameterPath: ["options", "blobConditionAppendPosition"],
|
|
361
|
+
mapper: {
|
|
362
|
+
serializedName: "x-ms-blob-condition-appendpos",
|
|
363
|
+
type: {
|
|
364
|
+
name: "Number"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
};
|
|
368
|
+
export const linkedService = {
|
|
369
|
+
parameterPath: "linkedService",
|
|
370
|
+
mapper: LinkedServiceResourceMapper
|
|
371
|
+
};
|
|
372
|
+
export const linkedServiceName = {
|
|
373
|
+
parameterPath: "linkedServiceName",
|
|
374
|
+
mapper: {
|
|
375
|
+
constraints: {
|
|
376
|
+
Pattern: new RegExp("^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"),
|
|
377
|
+
MaxLength: 260,
|
|
378
|
+
MinLength: 1
|
|
379
|
+
},
|
|
380
|
+
serializedName: "linkedServiceName",
|
|
381
|
+
required: true,
|
|
382
|
+
type: {
|
|
383
|
+
name: "String"
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
};
|
|
387
|
+
export const notebook = {
|
|
388
|
+
parameterPath: "notebook",
|
|
389
|
+
mapper: NotebookResourceMapper
|
|
390
|
+
};
|
|
391
|
+
export const notebookName = {
|
|
392
|
+
parameterPath: "notebookName",
|
|
393
|
+
mapper: {
|
|
394
|
+
serializedName: "notebookName",
|
|
395
|
+
required: true,
|
|
396
|
+
type: {
|
|
397
|
+
name: "String"
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
};
|
|
401
|
+
export const pipeline = {
|
|
402
|
+
parameterPath: "pipeline",
|
|
403
|
+
mapper: PipelineResourceMapper
|
|
404
|
+
};
|
|
405
|
+
export const pipelineName = {
|
|
406
|
+
parameterPath: "pipelineName",
|
|
407
|
+
mapper: {
|
|
408
|
+
constraints: {
|
|
409
|
+
Pattern: new RegExp("^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"),
|
|
410
|
+
MaxLength: 260,
|
|
411
|
+
MinLength: 1
|
|
412
|
+
},
|
|
413
|
+
serializedName: "pipelineName",
|
|
414
|
+
required: true,
|
|
415
|
+
type: {
|
|
416
|
+
name: "String"
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
};
|
|
420
|
+
export const parameters = {
|
|
421
|
+
parameterPath: ["options", "parameters"],
|
|
422
|
+
mapper: {
|
|
423
|
+
serializedName: "parameters",
|
|
424
|
+
type: {
|
|
425
|
+
name: "Dictionary",
|
|
426
|
+
value: { type: { name: "any" } }
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
};
|
|
430
|
+
export const referencePipelineRunId = {
|
|
431
|
+
parameterPath: ["options", "referencePipelineRunId"],
|
|
432
|
+
mapper: {
|
|
433
|
+
serializedName: "referencePipelineRunId",
|
|
434
|
+
type: {
|
|
435
|
+
name: "String"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
};
|
|
439
|
+
export const isRecovery = {
|
|
440
|
+
parameterPath: ["options", "isRecovery"],
|
|
441
|
+
mapper: {
|
|
442
|
+
serializedName: "isRecovery",
|
|
443
|
+
type: {
|
|
444
|
+
name: "Boolean"
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
};
|
|
448
|
+
export const startActivityName = {
|
|
449
|
+
parameterPath: ["options", "startActivityName"],
|
|
450
|
+
mapper: {
|
|
451
|
+
serializedName: "startActivityName",
|
|
452
|
+
type: {
|
|
453
|
+
name: "String"
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
};
|
|
457
|
+
export const filterParameters = {
|
|
458
|
+
parameterPath: "filterParameters",
|
|
459
|
+
mapper: RunFilterParametersMapper
|
|
460
|
+
};
|
|
461
|
+
export const runId = {
|
|
462
|
+
parameterPath: "runId",
|
|
463
|
+
mapper: {
|
|
464
|
+
serializedName: "runId",
|
|
465
|
+
required: true,
|
|
466
|
+
type: {
|
|
467
|
+
name: "String"
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
};
|
|
471
|
+
export const isRecursive = {
|
|
472
|
+
parameterPath: ["options", "isRecursive"],
|
|
473
|
+
mapper: {
|
|
474
|
+
serializedName: "isRecursive",
|
|
475
|
+
type: {
|
|
476
|
+
name: "Boolean"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
};
|
|
480
|
+
export const sparkJobDefinition = {
|
|
481
|
+
parameterPath: "sparkJobDefinition",
|
|
482
|
+
mapper: SparkJobDefinitionResourceMapper
|
|
483
|
+
};
|
|
484
|
+
export const sparkJobDefinitionName = {
|
|
485
|
+
parameterPath: "sparkJobDefinitionName",
|
|
486
|
+
mapper: {
|
|
487
|
+
serializedName: "sparkJobDefinitionName",
|
|
488
|
+
required: true,
|
|
489
|
+
type: {
|
|
490
|
+
name: "String"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
};
|
|
494
|
+
export const sparkJobDefinitionAzureResource = {
|
|
495
|
+
parameterPath: "sparkJobDefinitionAzureResource",
|
|
496
|
+
mapper: SparkJobDefinitionResourceMapper
|
|
497
|
+
};
|
|
498
|
+
export const sqlPoolName = {
|
|
499
|
+
parameterPath: "sqlPoolName",
|
|
500
|
+
mapper: {
|
|
501
|
+
serializedName: "sqlPoolName",
|
|
502
|
+
required: true,
|
|
503
|
+
type: {
|
|
504
|
+
name: "String"
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
};
|
|
508
|
+
export const sqlScript = {
|
|
509
|
+
parameterPath: "sqlScript",
|
|
510
|
+
mapper: SqlScriptResourceMapper
|
|
511
|
+
};
|
|
512
|
+
export const sqlScriptName = {
|
|
513
|
+
parameterPath: "sqlScriptName",
|
|
514
|
+
mapper: {
|
|
515
|
+
serializedName: "sqlScriptName",
|
|
516
|
+
required: true,
|
|
517
|
+
type: {
|
|
518
|
+
name: "String"
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
};
|
|
522
|
+
export const trigger = {
|
|
523
|
+
parameterPath: "trigger",
|
|
524
|
+
mapper: TriggerResourceMapper
|
|
525
|
+
};
|
|
526
|
+
export const triggerName = {
|
|
527
|
+
parameterPath: "triggerName",
|
|
528
|
+
mapper: {
|
|
529
|
+
constraints: {
|
|
530
|
+
Pattern: new RegExp("^[A-Za-z0-9_][^<>*#.%&:\\\\+?/]*$"),
|
|
531
|
+
MaxLength: 260,
|
|
532
|
+
MinLength: 1
|
|
533
|
+
},
|
|
534
|
+
serializedName: "triggerName",
|
|
535
|
+
required: true,
|
|
536
|
+
type: {
|
|
537
|
+
name: "String"
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
};
|
|
541
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EACL,sBAAsB,IAAI,4BAA4B,EACtD,iBAAiB,IAAI,uBAAuB,EAC5C,uBAAuB,IAAI,6BAA6B,EACxD,2BAA2B,IAAI,iCAAiC,EAChE,iBAAiB,IAAI,uBAAuB,EAC5C,qBAAqB,IAAI,2BAA2B,EACpD,uBAAuB,IAAI,6BAA6B,EACxD,qBAAqB,IAAI,2BAA2B,EACpD,0BAA0B,IAAI,gCAAgC,EAC9D,gBAAgB,IAAI,sBAAsB,EAC1C,iCAAiC,IAAI,uCAAuC,EAC5E,oBAAoB,IAAI,0BAA0B,EAClD,iCAAiC,IAAI,uCAAuC,EAC5E,2BAA2B,IAAI,iCAAiC,EAChE,eAAe,IAAI,qBAAqB,EACxC,wBAAwB,IAAI,8BAA8B,EAC1D,qBAAqB,IAAI,2BAA2B,EACpD,gBAAgB,IAAI,sBAAsB,EAC1C,gBAAgB,IAAI,sBAAsB,EAC1C,mBAAmB,IAAI,yBAAyB,EAChD,0BAA0B,IAAI,gCAAgC,EAC9D,iBAAiB,IAAI,uBAAuB,EAC5C,eAAe,IAAI,qBAAqB,EACzC,MAAM,mBAAmB,CAAC;AAE3B,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAAuB;IAChD,aAAa,EAAE,gBAAgB;IAC/B,MAAM,EAAE,4BAA4B;CACrC,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAA0B;IACvD,aAAa,EAAE,oBAAoB;IACnC,MAAM,EAAE;QACN,cAAc,EAAE,oBAAoB;QACpC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAuB;IACnD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE,uBAAuB;CAChC,CAAC;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAuB;IACzD,aAAa,EAAE,yBAAyB;IACxC,MAAM,EAAE,6BAA6B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAuB;IACpE,aAAa,EAAE,oCAAoC;IACnD,MAAM,EAAE,iCAAiC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAuB;IAC3C,aAAa,EAAE,WAAW;IAC1B,MAAM,EAAE,uBAAuB;CAChC,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA0B;IAClD,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE;QACN,cAAc,EAAE,eAAe;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAuB;IAC/C,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE,2BAA2B;CACpC,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAuB;IAC9C,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE,6BAA6B;CACtC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,EAAE,GAA0B;IACvC,aAAa,EAAE,IAAI;IACnB,MAAM,EAAE;QACN,cAAc,EAAE,IAAI;QACpB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAuB;IAC5C,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE,2BAA2B;CACpC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,oBAAoB;QAClC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAuB;IACpD,aAAa,EAAE,oBAAoB;IACnC,MAAM,EAAE,gCAAgC;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA0B;IAC3D,aAAa,EAAE,wBAAwB;IACvC,MAAM,EAAE;QACN,cAAc,EAAE,wBAAwB;QACxC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,CAAC,SAAS,EAAE,SAAS,CAAC;IACrC,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,cAAc,EAAE,eAAe;QAC/B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,2BAA2B;CACpC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAA0B;IACpD,aAAa,EAAE,iBAAiB;IAChC,MAAM,EAAE;QACN,cAAc,EAAE,iBAAiB;QACjC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAuB;IAC1C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,sBAAsB;CAC/B,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,mCAAmC,CAAC;YACxD,SAAS,EAAE,GAAG;YACd,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAuB;IAC1C,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,uCAAuC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAuB;IAC1C,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,0BAA0B;CACnC,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAuB;IAC1C,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,uCAAuC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAuB;IAC1C,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,iCAAiC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,qBAAqB;CAC9B,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,mCAAmC,CAAC;YACxD,SAAS,EAAE,GAAG;YACd,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAuB;IAC1D,aAAa,EAAE,0BAA0B;IACzC,MAAM,EAAE,8BAA8B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAuB;IACjD,aAAa,EAAE,CAAC,SAAS,EAAE,iBAAiB,CAAC;IAC7C,MAAM,EAAE;QACN,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA0B;IAC3D,aAAa,EAAE,wBAAwB;IACvC,MAAM,EAAE;QACN,cAAc,EAAE,wBAAwB;QACxC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,SAAS,EAAE,GAAG;SACf;QACD,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAuB;IAC9C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,0BAA0B;QACxC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE;QACN,cAAc,EAAE,SAAS;QACzB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA4B;IAC3C,aAAa,EAAE,MAAM;IACrB,MAAM,EAAE;QACN,YAAY,EAAE,aAAa;QAC3B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,MAAM;QACtB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAuB;IAC7D,aAAa,EAAE,CAAC,SAAS,EAAE,6BAA6B,CAAC;IACzD,MAAM,EAAE;QACN,cAAc,EAAE,+BAA+B;QAC/C,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAAuB;IAC/C,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE,2BAA2B;CACpC,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA0B;IACtD,aAAa,EAAE,mBAAmB;IAClC,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,mCAAmC,CAAC;YACxD,SAAS,EAAE,GAAG;YACd,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,mBAAmB;QACnC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAuB;IAC1C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,sBAAsB;CAC/B,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAuB;IAC1C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE,sBAAsB;CAC/B,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAA0B;IACjD,aAAa,EAAE,cAAc;IAC7B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,mCAAmC,CAAC;YACxD,SAAS,EAAE,GAAG;YACd,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,cAAc;QAC9B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAuB;IAC5C,aAAa,EAAE,CAAC,SAAS,EAAE,YAAY,CAAC;IACxC,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,IAAI,EAAE;YACJ,IAAI,EAAE,YAAY;YAClB,KAAK,EAAE,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE;SACjC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA4B;IAC7D,aAAa,EAAE,CAAC,SAAS,EAAE,wBAAwB,CAAC;IACpD,MAAM,EAAE;QACN,cAAc,EAAE,wBAAwB;QACxC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,CAAC,SAAS,EAAE,YAAY,CAAC;IACxC,MAAM,EAAE;QACN,cAAc,EAAE,YAAY;QAC5B,IAAI,EAAE;YACJ,IAAI,EAAE,SAAS;SAChB;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAA4B;IACxD,aAAa,EAAE,CAAC,SAAS,EAAE,mBAAmB,CAAC;IAC/C,MAAM,EAAE;QACN,cAAc,EAAE,mBAAmB;QACnC,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAuB;IAClD,aAAa,EAAE,kBAAkB;IACjC,MAAM,EAAE,yBAAyB;CAClC,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAA0B;IAC1C,aAAa,EAAE,OAAO;IACtB,MAAM,EAAE;QACN,cAAc,EAAE,OAAO;QACvB,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA4B;IAClD,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,SAAS;SAChB;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAuB;IACpD,aAAa,EAAE,oBAAoB;IACnC,MAAM,EAAE,gCAAgC;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAA0B;IAC3D,aAAa,EAAE,wBAAwB;IACvC,MAAM,EAAE;QACN,cAAc,EAAE,wBAAwB;QACxC,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,+BAA+B,GAAuB;IACjE,aAAa,EAAE,iCAAiC;IAChD,MAAM,EAAE,gCAAgC;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAuB;IAC3C,aAAa,EAAE,WAAW;IAC1B,MAAM,EAAE,uBAAuB;CAChC,CAAC;AAEF,MAAM,CAAC,MAAM,aAAa,GAA0B;IAClD,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE;QACN,cAAc,EAAE,eAAe;QAC/B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,qBAAqB;CAC9B,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,aAAa,EAAE,aAAa;IAC5B,MAAM,EAAE;QACN,WAAW,EAAE;YACX,OAAO,EAAE,IAAI,MAAM,CAAC,mCAAmC,CAAC;YACxD,SAAS,EAAE,GAAG;YACd,SAAS,EAAE,CAAC;SACb;QACD,cAAc,EAAE,aAAa;QAC7B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n LinkConnectionResource as LinkConnectionResourceMapper,\n EditTablesRequest as EditTablesRequestMapper,\n QueryTableStatusRequest as QueryTableStatusRequestMapper,\n UpdateLandingZoneCredential as UpdateLandingZoneCredentialMapper,\n KqlScriptResource as KqlScriptResourceMapper,\n ArtifactRenameRequest as ArtifactRenameRequestMapper,\n MetastoreRegisterObject as MetastoreRegisterObjectMapper,\n MetastoreUpdateObject as MetastoreUpdateObjectMapper,\n SparkConfigurationResource as SparkConfigurationResourceMapper,\n DataFlowResource as DataFlowResourceMapper,\n CreateDataFlowDebugSessionRequest as CreateDataFlowDebugSessionRequestMapper,\n DataFlowDebugPackage as DataFlowDebugPackageMapper,\n DeleteDataFlowDebugSessionRequest as DeleteDataFlowDebugSessionRequestMapper,\n DataFlowDebugCommandRequest as DataFlowDebugCommandRequestMapper,\n DatasetResource as DatasetResourceMapper,\n GitHubAccessTokenRequest as GitHubAccessTokenRequestMapper,\n LinkedServiceResource as LinkedServiceResourceMapper,\n NotebookResource as NotebookResourceMapper,\n PipelineResource as PipelineResourceMapper,\n RunFilterParameters as RunFilterParametersMapper,\n SparkJobDefinitionResource as SparkJobDefinitionResourceMapper,\n SqlScriptResource as SqlScriptResourceMapper,\n TriggerResource as TriggerResourceMapper\n} from \"../models/mappers\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-12-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const linkConnection: OperationParameter = {\n parameterPath: \"linkConnection\",\n mapper: LinkConnectionResourceMapper\n};\n\nexport const linkConnectionName: OperationURLParameter = {\n parameterPath: \"linkConnectionName\",\n mapper: {\n serializedName: \"linkConnectionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const editTablesRequest: OperationParameter = {\n parameterPath: \"editTablesRequest\",\n mapper: EditTablesRequestMapper\n};\n\nexport const queryTableStatusRequest: OperationParameter = {\n parameterPath: \"queryTableStatusRequest\",\n mapper: QueryTableStatusRequestMapper\n};\n\nexport const updateLandingZoneCredentialRequest: OperationParameter = {\n parameterPath: \"updateLandingZoneCredentialRequest\",\n mapper: UpdateLandingZoneCredentialMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const apiVersion1: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-11-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const kqlScript: OperationParameter = {\n parameterPath: \"kqlScript\",\n mapper: KqlScriptResourceMapper\n};\n\nexport const kqlScriptName: OperationURLParameter = {\n parameterPath: \"kqlScriptName\",\n mapper: {\n serializedName: \"kqlScriptName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const renameRequest: OperationParameter = {\n parameterPath: \"renameRequest\",\n mapper: ArtifactRenameRequestMapper\n};\n\nexport const registerBody: OperationParameter = {\n parameterPath: \"registerBody\",\n mapper: MetastoreRegisterObjectMapper\n};\n\nexport const apiVersion2: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-07-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const id: OperationURLParameter = {\n parameterPath: \"id\",\n mapper: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const updateBody: OperationParameter = {\n parameterPath: \"updateBody\",\n mapper: MetastoreUpdateObjectMapper\n};\n\nexport const apiVersion3: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-06-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const sparkConfiguration: OperationParameter = {\n parameterPath: \"sparkConfiguration\",\n mapper: SparkConfigurationResourceMapper\n};\n\nexport const sparkConfigurationName: OperationURLParameter = {\n parameterPath: \"sparkConfigurationName\",\n mapper: {\n serializedName: \"sparkConfigurationName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const ifMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifMatch\"],\n mapper: {\n serializedName: \"If-Match\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const ifNoneMatch: OperationParameter = {\n parameterPath: [\"options\", \"ifNoneMatch\"],\n mapper: {\n serializedName: \"If-None-Match\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const request: OperationParameter = {\n parameterPath: \"request\",\n mapper: ArtifactRenameRequestMapper\n};\n\nexport const apiVersion4: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2020-12-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const bigDataPoolName: OperationURLParameter = {\n parameterPath: \"bigDataPoolName\",\n mapper: {\n serializedName: \"bigDataPoolName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const dataFlow: OperationParameter = {\n parameterPath: \"dataFlow\",\n mapper: DataFlowResourceMapper\n};\n\nexport const dataFlowName: OperationURLParameter = {\n parameterPath: \"dataFlowName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1\n },\n serializedName: \"dataFlowName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const request1: OperationParameter = {\n parameterPath: \"request\",\n mapper: CreateDataFlowDebugSessionRequestMapper\n};\n\nexport const request2: OperationParameter = {\n parameterPath: \"request\",\n mapper: DataFlowDebugPackageMapper\n};\n\nexport const request3: OperationParameter = {\n parameterPath: \"request\",\n mapper: DeleteDataFlowDebugSessionRequestMapper\n};\n\nexport const request4: OperationParameter = {\n parameterPath: \"request\",\n mapper: DataFlowDebugCommandRequestMapper\n};\n\nexport const dataset: OperationParameter = {\n parameterPath: \"dataset\",\n mapper: DatasetResourceMapper\n};\n\nexport const datasetName: OperationURLParameter = {\n parameterPath: \"datasetName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1\n },\n serializedName: \"datasetName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const gitHubAccessTokenRequest: OperationParameter = {\n parameterPath: \"gitHubAccessTokenRequest\",\n mapper: GitHubAccessTokenRequestMapper\n};\n\nexport const clientRequestId: OperationParameter = {\n parameterPath: [\"options\", \"clientRequestId\"],\n mapper: {\n serializedName: \"x-ms-client-request-id\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const integrationRuntimeName: OperationURLParameter = {\n parameterPath: \"integrationRuntimeName\",\n mapper: {\n serializedName: \"integrationRuntimeName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const libraryName: OperationURLParameter = {\n parameterPath: \"libraryName\",\n mapper: {\n constraints: {\n MaxLength: 100\n },\n serializedName: \"libraryName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType1: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/octet-stream\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const content: OperationParameter = {\n parameterPath: \"content\",\n mapper: {\n serializedName: \"content\",\n required: true,\n type: {\n name: \"Stream\"\n }\n }\n};\n\nexport const accept1: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const comp: OperationQueryParameter = {\n parameterPath: \"comp\",\n mapper: {\n defaultValue: \"appendblock\",\n isConstant: true,\n serializedName: \"comp\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const blobConditionAppendPosition: OperationParameter = {\n parameterPath: [\"options\", \"blobConditionAppendPosition\"],\n mapper: {\n serializedName: \"x-ms-blob-condition-appendpos\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const linkedService: OperationParameter = {\n parameterPath: \"linkedService\",\n mapper: LinkedServiceResourceMapper\n};\n\nexport const linkedServiceName: OperationURLParameter = {\n parameterPath: \"linkedServiceName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1\n },\n serializedName: \"linkedServiceName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const notebook: OperationParameter = {\n parameterPath: \"notebook\",\n mapper: NotebookResourceMapper\n};\n\nexport const notebookName: OperationURLParameter = {\n parameterPath: \"notebookName\",\n mapper: {\n serializedName: \"notebookName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const pipeline: OperationParameter = {\n parameterPath: \"pipeline\",\n mapper: PipelineResourceMapper\n};\n\nexport const pipelineName: OperationURLParameter = {\n parameterPath: \"pipelineName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1\n },\n serializedName: \"pipelineName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: {\n serializedName: \"parameters\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n};\n\nexport const referencePipelineRunId: OperationQueryParameter = {\n parameterPath: [\"options\", \"referencePipelineRunId\"],\n mapper: {\n serializedName: \"referencePipelineRunId\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const isRecovery: OperationQueryParameter = {\n parameterPath: [\"options\", \"isRecovery\"],\n mapper: {\n serializedName: \"isRecovery\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const startActivityName: OperationQueryParameter = {\n parameterPath: [\"options\", \"startActivityName\"],\n mapper: {\n serializedName: \"startActivityName\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const filterParameters: OperationParameter = {\n parameterPath: \"filterParameters\",\n mapper: RunFilterParametersMapper\n};\n\nexport const runId: OperationURLParameter = {\n parameterPath: \"runId\",\n mapper: {\n serializedName: \"runId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const isRecursive: OperationQueryParameter = {\n parameterPath: [\"options\", \"isRecursive\"],\n mapper: {\n serializedName: \"isRecursive\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const sparkJobDefinition: OperationParameter = {\n parameterPath: \"sparkJobDefinition\",\n mapper: SparkJobDefinitionResourceMapper\n};\n\nexport const sparkJobDefinitionName: OperationURLParameter = {\n parameterPath: \"sparkJobDefinitionName\",\n mapper: {\n serializedName: \"sparkJobDefinitionName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const sparkJobDefinitionAzureResource: OperationParameter = {\n parameterPath: \"sparkJobDefinitionAzureResource\",\n mapper: SparkJobDefinitionResourceMapper\n};\n\nexport const sqlPoolName: OperationURLParameter = {\n parameterPath: \"sqlPoolName\",\n mapper: {\n serializedName: \"sqlPoolName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const sqlScript: OperationParameter = {\n parameterPath: \"sqlScript\",\n mapper: SqlScriptResourceMapper\n};\n\nexport const sqlScriptName: OperationURLParameter = {\n parameterPath: \"sqlScriptName\",\n mapper: {\n serializedName: \"sqlScriptName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const trigger: OperationParameter = {\n parameterPath: \"trigger\",\n mapper: TriggerResourceMapper\n};\n\nexport const triggerName: OperationURLParameter = {\n parameterPath: \"triggerName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[A-Za-z0-9_][^<>*#.%&:\\\\\\\\+?/]*$\"),\n MaxLength: 260,\n MinLength: 1\n },\n serializedName: \"triggerName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n"]}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { createSpan } from "../tracing";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as coreTracing from "@azure/core-tracing";
|
|
11
|
+
import * as Mappers from "../models/mappers";
|
|
12
|
+
import * as Parameters from "../models/parameters";
|
|
13
|
+
/** Class containing BigDataPools operations. */
|
|
14
|
+
export class BigDataPoolsImpl {
|
|
15
|
+
/**
|
|
16
|
+
* Initialize a new instance of the class BigDataPools class.
|
|
17
|
+
* @param client Reference to the service client
|
|
18
|
+
*/
|
|
19
|
+
constructor(client) {
|
|
20
|
+
this.client = client;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* List Big Data Pools
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
async list(options) {
|
|
27
|
+
const { span } = createSpan("ArtifactsClient-list", options || {});
|
|
28
|
+
try {
|
|
29
|
+
const result = await this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
30
|
+
return result;
|
|
31
|
+
}
|
|
32
|
+
catch (error) {
|
|
33
|
+
span.setStatus({
|
|
34
|
+
code: coreTracing.SpanStatusCode.UNSET,
|
|
35
|
+
message: error.message
|
|
36
|
+
});
|
|
37
|
+
throw error;
|
|
38
|
+
}
|
|
39
|
+
finally {
|
|
40
|
+
span.end();
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Get Big Data Pool
|
|
45
|
+
* @param bigDataPoolName The Big Data Pool name
|
|
46
|
+
* @param options The options parameters.
|
|
47
|
+
*/
|
|
48
|
+
async get(bigDataPoolName, options) {
|
|
49
|
+
const { span } = createSpan("ArtifactsClient-get", options || {});
|
|
50
|
+
try {
|
|
51
|
+
const result = await this.client.sendOperationRequest({ bigDataPoolName, options }, getOperationSpec);
|
|
52
|
+
return result;
|
|
53
|
+
}
|
|
54
|
+
catch (error) {
|
|
55
|
+
span.setStatus({
|
|
56
|
+
code: coreTracing.SpanStatusCode.UNSET,
|
|
57
|
+
message: error.message
|
|
58
|
+
});
|
|
59
|
+
throw error;
|
|
60
|
+
}
|
|
61
|
+
finally {
|
|
62
|
+
span.end();
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
// Operation Specifications
|
|
67
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
68
|
+
const listOperationSpec = {
|
|
69
|
+
path: "/bigDataPools",
|
|
70
|
+
httpMethod: "GET",
|
|
71
|
+
responses: {
|
|
72
|
+
200: {
|
|
73
|
+
bodyMapper: Mappers.BigDataPoolResourceInfoListResult
|
|
74
|
+
},
|
|
75
|
+
default: {
|
|
76
|
+
bodyMapper: Mappers.ErrorContract
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
queryParameters: [Parameters.apiVersion4],
|
|
80
|
+
urlParameters: [Parameters.endpoint],
|
|
81
|
+
headerParameters: [Parameters.accept],
|
|
82
|
+
serializer
|
|
83
|
+
};
|
|
84
|
+
const getOperationSpec = {
|
|
85
|
+
path: "/bigDataPools/{bigDataPoolName}",
|
|
86
|
+
httpMethod: "GET",
|
|
87
|
+
responses: {
|
|
88
|
+
200: {
|
|
89
|
+
bodyMapper: Mappers.BigDataPoolResourceInfo
|
|
90
|
+
},
|
|
91
|
+
default: {
|
|
92
|
+
bodyMapper: Mappers.ErrorContract
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
queryParameters: [Parameters.apiVersion4],
|
|
96
|
+
urlParameters: [Parameters.endpoint, Parameters.bigDataPoolName],
|
|
97
|
+
headerParameters: [Parameters.accept],
|
|
98
|
+
serializer
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=bigDataPools.js.map
|