@azure/arm-datafactory 10.1.1-alpha.20220118.1 → 10.1.1-alpha.20220131.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/index.js CHANGED
@@ -6,6 +6,26 @@ var coreClient = require('@azure/core-client');
6
6
  var tslib = require('tslib');
7
7
  var coreLro = require('@azure/core-lro');
8
8
 
9
+ function _interopNamespace(e) {
10
+ if (e && e.__esModule) return e;
11
+ var n = Object.create(null);
12
+ if (e) {
13
+ Object.keys(e).forEach(function (k) {
14
+ if (k !== 'default') {
15
+ var d = Object.getOwnPropertyDescriptor(e, k);
16
+ Object.defineProperty(n, k, d.get ? d : {
17
+ enumerable: true,
18
+ get: function () { return e[k]; }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n["default"] = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
28
+
9
29
  /*
10
30
  * Copyright (c) Microsoft Corporation.
11
31
  * Licensed under the MIT License.
@@ -13,11 +33,15 @@ var coreLro = require('@azure/core-lro');
13
33
  * Code generated by Microsoft (R) AutoRest Code Generator.
14
34
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
15
35
  */
36
+ /** Known values of {@link FactoryIdentityType} that the service accepts. */
37
+ exports.KnownFactoryIdentityType = void 0;
16
38
  (function (KnownFactoryIdentityType) {
17
39
  KnownFactoryIdentityType["SystemAssigned"] = "SystemAssigned";
18
40
  KnownFactoryIdentityType["UserAssigned"] = "UserAssigned";
19
41
  KnownFactoryIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
20
42
  })(exports.KnownFactoryIdentityType || (exports.KnownFactoryIdentityType = {}));
43
+ /** Known values of {@link GlobalParameterType} that the service accepts. */
44
+ exports.KnownGlobalParameterType = void 0;
21
45
  (function (KnownGlobalParameterType) {
22
46
  KnownGlobalParameterType["Object"] = "Object";
23
47
  KnownGlobalParameterType["String"] = "String";
@@ -26,18 +50,26 @@ var coreLro = require('@azure/core-lro');
26
50
  KnownGlobalParameterType["Bool"] = "Bool";
27
51
  KnownGlobalParameterType["Array"] = "Array";
28
52
  })(exports.KnownGlobalParameterType || (exports.KnownGlobalParameterType = {}));
53
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
54
+ exports.KnownPublicNetworkAccess = void 0;
29
55
  (function (KnownPublicNetworkAccess) {
30
56
  KnownPublicNetworkAccess["Enabled"] = "Enabled";
31
57
  KnownPublicNetworkAccess["Disabled"] = "Disabled";
32
58
  })(exports.KnownPublicNetworkAccess || (exports.KnownPublicNetworkAccess = {}));
59
+ /** Known values of {@link IntegrationRuntimeType} that the service accepts. */
60
+ exports.KnownIntegrationRuntimeType = void 0;
33
61
  (function (KnownIntegrationRuntimeType) {
34
62
  KnownIntegrationRuntimeType["Managed"] = "Managed";
35
63
  KnownIntegrationRuntimeType["SelfHosted"] = "SelfHosted";
36
64
  })(exports.KnownIntegrationRuntimeType || (exports.KnownIntegrationRuntimeType = {}));
65
+ /** Known values of {@link IntegrationRuntimeAutoUpdate} that the service accepts. */
66
+ exports.KnownIntegrationRuntimeAutoUpdate = void 0;
37
67
  (function (KnownIntegrationRuntimeAutoUpdate) {
38
68
  KnownIntegrationRuntimeAutoUpdate["On"] = "On";
39
69
  KnownIntegrationRuntimeAutoUpdate["Off"] = "Off";
40
70
  })(exports.KnownIntegrationRuntimeAutoUpdate || (exports.KnownIntegrationRuntimeAutoUpdate = {}));
71
+ /** Known values of {@link IntegrationRuntimeState} that the service accepts. */
72
+ exports.KnownIntegrationRuntimeState = void 0;
41
73
  (function (KnownIntegrationRuntimeState) {
42
74
  KnownIntegrationRuntimeState["Initial"] = "Initial";
43
75
  KnownIntegrationRuntimeState["Stopped"] = "Stopped";
@@ -50,16 +82,22 @@ var coreLro = require('@azure/core-lro');
50
82
  KnownIntegrationRuntimeState["Offline"] = "Offline";
51
83
  KnownIntegrationRuntimeState["AccessDenied"] = "AccessDenied";
52
84
  })(exports.KnownIntegrationRuntimeState || (exports.KnownIntegrationRuntimeState = {}));
85
+ /** Known values of {@link IntegrationRuntimeAuthKeyName} that the service accepts. */
86
+ exports.KnownIntegrationRuntimeAuthKeyName = void 0;
53
87
  (function (KnownIntegrationRuntimeAuthKeyName) {
54
88
  KnownIntegrationRuntimeAuthKeyName["AuthKey1"] = "authKey1";
55
89
  KnownIntegrationRuntimeAuthKeyName["AuthKey2"] = "authKey2";
56
90
  })(exports.KnownIntegrationRuntimeAuthKeyName || (exports.KnownIntegrationRuntimeAuthKeyName = {}));
91
+ /** Known values of {@link SsisObjectMetadataType} that the service accepts. */
92
+ exports.KnownSsisObjectMetadataType = void 0;
57
93
  (function (KnownSsisObjectMetadataType) {
58
94
  KnownSsisObjectMetadataType["Folder"] = "Folder";
59
95
  KnownSsisObjectMetadataType["Project"] = "Project";
60
96
  KnownSsisObjectMetadataType["Package"] = "Package";
61
97
  KnownSsisObjectMetadataType["Environment"] = "Environment";
62
98
  })(exports.KnownSsisObjectMetadataType || (exports.KnownSsisObjectMetadataType = {}));
99
+ /** Known values of {@link SelfHostedIntegrationRuntimeNodeStatus} that the service accepts. */
100
+ exports.KnownSelfHostedIntegrationRuntimeNodeStatus = void 0;
63
101
  (function (KnownSelfHostedIntegrationRuntimeNodeStatus) {
64
102
  KnownSelfHostedIntegrationRuntimeNodeStatus["NeedRegistration"] = "NeedRegistration";
65
103
  KnownSelfHostedIntegrationRuntimeNodeStatus["Online"] = "Online";
@@ -69,11 +107,15 @@ var coreLro = require('@azure/core-lro');
69
107
  KnownSelfHostedIntegrationRuntimeNodeStatus["Initializing"] = "Initializing";
70
108
  KnownSelfHostedIntegrationRuntimeNodeStatus["InitializeFailed"] = "InitializeFailed";
71
109
  })(exports.KnownSelfHostedIntegrationRuntimeNodeStatus || (exports.KnownSelfHostedIntegrationRuntimeNodeStatus = {}));
110
+ /** Known values of {@link IntegrationRuntimeUpdateResult} that the service accepts. */
111
+ exports.KnownIntegrationRuntimeUpdateResult = void 0;
72
112
  (function (KnownIntegrationRuntimeUpdateResult) {
73
113
  KnownIntegrationRuntimeUpdateResult["None"] = "None";
74
114
  KnownIntegrationRuntimeUpdateResult["Succeed"] = "Succeed";
75
115
  KnownIntegrationRuntimeUpdateResult["Fail"] = "Fail";
76
116
  })(exports.KnownIntegrationRuntimeUpdateResult || (exports.KnownIntegrationRuntimeUpdateResult = {}));
117
+ /** Known values of {@link ParameterType} that the service accepts. */
118
+ exports.KnownParameterType = void 0;
77
119
  (function (KnownParameterType) {
78
120
  KnownParameterType["Object"] = "Object";
79
121
  KnownParameterType["String"] = "String";
@@ -83,17 +125,23 @@ var coreLro = require('@azure/core-lro');
83
125
  KnownParameterType["Array"] = "Array";
84
126
  KnownParameterType["SecureString"] = "SecureString";
85
127
  })(exports.KnownParameterType || (exports.KnownParameterType = {}));
128
+ /** Known values of {@link DependencyCondition} that the service accepts. */
129
+ exports.KnownDependencyCondition = void 0;
86
130
  (function (KnownDependencyCondition) {
87
131
  KnownDependencyCondition["Succeeded"] = "Succeeded";
88
132
  KnownDependencyCondition["Failed"] = "Failed";
89
133
  KnownDependencyCondition["Skipped"] = "Skipped";
90
134
  KnownDependencyCondition["Completed"] = "Completed";
91
135
  })(exports.KnownDependencyCondition || (exports.KnownDependencyCondition = {}));
136
+ /** Known values of {@link VariableType} that the service accepts. */
137
+ exports.KnownVariableType = void 0;
92
138
  (function (KnownVariableType) {
93
139
  KnownVariableType["String"] = "String";
94
140
  KnownVariableType["Bool"] = "Bool";
95
141
  KnownVariableType["Array"] = "Array";
96
142
  })(exports.KnownVariableType || (exports.KnownVariableType = {}));
143
+ /** Known values of {@link RunQueryFilterOperand} that the service accepts. */
144
+ exports.KnownRunQueryFilterOperand = void 0;
97
145
  (function (KnownRunQueryFilterOperand) {
98
146
  KnownRunQueryFilterOperand["PipelineName"] = "PipelineName";
99
147
  KnownRunQueryFilterOperand["Status"] = "Status";
@@ -108,12 +156,16 @@ var coreLro = require('@azure/core-lro');
108
156
  KnownRunQueryFilterOperand["RunGroupId"] = "RunGroupId";
109
157
  KnownRunQueryFilterOperand["LatestOnly"] = "LatestOnly";
110
158
  })(exports.KnownRunQueryFilterOperand || (exports.KnownRunQueryFilterOperand = {}));
159
+ /** Known values of {@link RunQueryFilterOperator} that the service accepts. */
160
+ exports.KnownRunQueryFilterOperator = void 0;
111
161
  (function (KnownRunQueryFilterOperator) {
112
162
  KnownRunQueryFilterOperator["Equals"] = "Equals";
113
163
  KnownRunQueryFilterOperator["NotEquals"] = "NotEquals";
114
164
  KnownRunQueryFilterOperator["In"] = "In";
115
165
  KnownRunQueryFilterOperator["NotIn"] = "NotIn";
116
166
  })(exports.KnownRunQueryFilterOperator || (exports.KnownRunQueryFilterOperator = {}));
167
+ /** Known values of {@link RunQueryOrderByField} that the service accepts. */
168
+ exports.KnownRunQueryOrderByField = void 0;
117
169
  (function (KnownRunQueryOrderByField) {
118
170
  KnownRunQueryOrderByField["RunStart"] = "RunStart";
119
171
  KnownRunQueryOrderByField["RunEnd"] = "RunEnd";
@@ -125,15 +177,21 @@ var coreLro = require('@azure/core-lro');
125
177
  KnownRunQueryOrderByField["TriggerName"] = "TriggerName";
126
178
  KnownRunQueryOrderByField["TriggerRunTimestamp"] = "TriggerRunTimestamp";
127
179
  })(exports.KnownRunQueryOrderByField || (exports.KnownRunQueryOrderByField = {}));
180
+ /** Known values of {@link RunQueryOrder} that the service accepts. */
181
+ exports.KnownRunQueryOrder = void 0;
128
182
  (function (KnownRunQueryOrder) {
129
183
  KnownRunQueryOrder["ASC"] = "ASC";
130
184
  KnownRunQueryOrder["Desc"] = "DESC";
131
185
  })(exports.KnownRunQueryOrder || (exports.KnownRunQueryOrder = {}));
186
+ /** Known values of {@link TriggerRuntimeState} that the service accepts. */
187
+ exports.KnownTriggerRuntimeState = void 0;
132
188
  (function (KnownTriggerRuntimeState) {
133
189
  KnownTriggerRuntimeState["Started"] = "Started";
134
190
  KnownTriggerRuntimeState["Stopped"] = "Stopped";
135
191
  KnownTriggerRuntimeState["Disabled"] = "Disabled";
136
192
  })(exports.KnownTriggerRuntimeState || (exports.KnownTriggerRuntimeState = {}));
193
+ /** Known values of {@link EventSubscriptionStatus} that the service accepts. */
194
+ exports.KnownEventSubscriptionStatus = void 0;
137
195
  (function (KnownEventSubscriptionStatus) {
138
196
  KnownEventSubscriptionStatus["Enabled"] = "Enabled";
139
197
  KnownEventSubscriptionStatus["Provisioning"] = "Provisioning";
@@ -141,74 +199,106 @@ var coreLro = require('@azure/core-lro');
141
199
  KnownEventSubscriptionStatus["Disabled"] = "Disabled";
142
200
  KnownEventSubscriptionStatus["Unknown"] = "Unknown";
143
201
  })(exports.KnownEventSubscriptionStatus || (exports.KnownEventSubscriptionStatus = {}));
202
+ /** Known values of {@link TriggerRunStatus} that the service accepts. */
203
+ exports.KnownTriggerRunStatus = void 0;
144
204
  (function (KnownTriggerRunStatus) {
145
205
  KnownTriggerRunStatus["Succeeded"] = "Succeeded";
146
206
  KnownTriggerRunStatus["Failed"] = "Failed";
147
207
  KnownTriggerRunStatus["Inprogress"] = "Inprogress";
148
208
  })(exports.KnownTriggerRunStatus || (exports.KnownTriggerRunStatus = {}));
209
+ /** Known values of {@link DataFlowDebugCommandType} that the service accepts. */
210
+ exports.KnownDataFlowDebugCommandType = void 0;
149
211
  (function (KnownDataFlowDebugCommandType) {
150
212
  KnownDataFlowDebugCommandType["ExecutePreviewQuery"] = "executePreviewQuery";
151
213
  KnownDataFlowDebugCommandType["ExecuteStatisticsQuery"] = "executeStatisticsQuery";
152
214
  KnownDataFlowDebugCommandType["ExecuteExpressionQuery"] = "executeExpressionQuery";
153
215
  })(exports.KnownDataFlowDebugCommandType || (exports.KnownDataFlowDebugCommandType = {}));
216
+ /** Known values of {@link DataFlowComputeType} that the service accepts. */
217
+ exports.KnownDataFlowComputeType = void 0;
154
218
  (function (KnownDataFlowComputeType) {
155
219
  KnownDataFlowComputeType["General"] = "General";
156
220
  KnownDataFlowComputeType["MemoryOptimized"] = "MemoryOptimized";
157
221
  KnownDataFlowComputeType["ComputeOptimized"] = "ComputeOptimized";
158
222
  })(exports.KnownDataFlowComputeType || (exports.KnownDataFlowComputeType = {}));
223
+ /** Known values of {@link IntegrationRuntimeSsisCatalogPricingTier} that the service accepts. */
224
+ exports.KnownIntegrationRuntimeSsisCatalogPricingTier = void 0;
159
225
  (function (KnownIntegrationRuntimeSsisCatalogPricingTier) {
160
226
  KnownIntegrationRuntimeSsisCatalogPricingTier["Basic"] = "Basic";
161
227
  KnownIntegrationRuntimeSsisCatalogPricingTier["Standard"] = "Standard";
162
228
  KnownIntegrationRuntimeSsisCatalogPricingTier["Premium"] = "Premium";
163
229
  KnownIntegrationRuntimeSsisCatalogPricingTier["PremiumRS"] = "PremiumRS";
164
230
  })(exports.KnownIntegrationRuntimeSsisCatalogPricingTier || (exports.KnownIntegrationRuntimeSsisCatalogPricingTier = {}));
231
+ /** Known values of {@link IntegrationRuntimeLicenseType} that the service accepts. */
232
+ exports.KnownIntegrationRuntimeLicenseType = void 0;
165
233
  (function (KnownIntegrationRuntimeLicenseType) {
166
234
  KnownIntegrationRuntimeLicenseType["BasePrice"] = "BasePrice";
167
235
  KnownIntegrationRuntimeLicenseType["LicenseIncluded"] = "LicenseIncluded";
168
236
  })(exports.KnownIntegrationRuntimeLicenseType || (exports.KnownIntegrationRuntimeLicenseType = {}));
237
+ /** Known values of {@link IntegrationRuntimeEntityReferenceType} that the service accepts. */
238
+ exports.KnownIntegrationRuntimeEntityReferenceType = void 0;
169
239
  (function (KnownIntegrationRuntimeEntityReferenceType) {
170
240
  KnownIntegrationRuntimeEntityReferenceType["IntegrationRuntimeReference"] = "IntegrationRuntimeReference";
171
241
  KnownIntegrationRuntimeEntityReferenceType["LinkedServiceReference"] = "LinkedServiceReference";
172
242
  })(exports.KnownIntegrationRuntimeEntityReferenceType || (exports.KnownIntegrationRuntimeEntityReferenceType = {}));
243
+ /** Known values of {@link IntegrationRuntimeEdition} that the service accepts. */
244
+ exports.KnownIntegrationRuntimeEdition = void 0;
173
245
  (function (KnownIntegrationRuntimeEdition) {
174
246
  KnownIntegrationRuntimeEdition["Standard"] = "Standard";
175
247
  KnownIntegrationRuntimeEdition["Enterprise"] = "Enterprise";
176
248
  })(exports.KnownIntegrationRuntimeEdition || (exports.KnownIntegrationRuntimeEdition = {}));
249
+ /** Known values of {@link ManagedIntegrationRuntimeNodeStatus} that the service accepts. */
250
+ exports.KnownManagedIntegrationRuntimeNodeStatus = void 0;
177
251
  (function (KnownManagedIntegrationRuntimeNodeStatus) {
178
252
  KnownManagedIntegrationRuntimeNodeStatus["Starting"] = "Starting";
179
253
  KnownManagedIntegrationRuntimeNodeStatus["Available"] = "Available";
180
254
  KnownManagedIntegrationRuntimeNodeStatus["Recycling"] = "Recycling";
181
255
  KnownManagedIntegrationRuntimeNodeStatus["Unavailable"] = "Unavailable";
182
256
  })(exports.KnownManagedIntegrationRuntimeNodeStatus || (exports.KnownManagedIntegrationRuntimeNodeStatus = {}));
257
+ /** Known values of {@link IntegrationRuntimeInternalChannelEncryptionMode} that the service accepts. */
258
+ exports.KnownIntegrationRuntimeInternalChannelEncryptionMode = void 0;
183
259
  (function (KnownIntegrationRuntimeInternalChannelEncryptionMode) {
184
260
  KnownIntegrationRuntimeInternalChannelEncryptionMode["NotSet"] = "NotSet";
185
261
  KnownIntegrationRuntimeInternalChannelEncryptionMode["SslEncrypted"] = "SslEncrypted";
186
262
  KnownIntegrationRuntimeInternalChannelEncryptionMode["NotEncrypted"] = "NotEncrypted";
187
263
  })(exports.KnownIntegrationRuntimeInternalChannelEncryptionMode || (exports.KnownIntegrationRuntimeInternalChannelEncryptionMode = {}));
264
+ /** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
265
+ exports.KnownSqlAlwaysEncryptedAkvAuthType = void 0;
188
266
  (function (KnownSqlAlwaysEncryptedAkvAuthType) {
189
267
  KnownSqlAlwaysEncryptedAkvAuthType["ServicePrincipal"] = "ServicePrincipal";
190
268
  KnownSqlAlwaysEncryptedAkvAuthType["ManagedIdentity"] = "ManagedIdentity";
191
269
  KnownSqlAlwaysEncryptedAkvAuthType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
192
270
  })(exports.KnownSqlAlwaysEncryptedAkvAuthType || (exports.KnownSqlAlwaysEncryptedAkvAuthType = {}));
271
+ /** Known values of {@link CosmosDbServicePrincipalCredentialType} that the service accepts. */
272
+ exports.KnownCosmosDbServicePrincipalCredentialType = void 0;
193
273
  (function (KnownCosmosDbServicePrincipalCredentialType) {
194
274
  KnownCosmosDbServicePrincipalCredentialType["ServicePrincipalKey"] = "ServicePrincipalKey";
195
275
  KnownCosmosDbServicePrincipalCredentialType["ServicePrincipalCert"] = "ServicePrincipalCert";
196
276
  })(exports.KnownCosmosDbServicePrincipalCredentialType || (exports.KnownCosmosDbServicePrincipalCredentialType = {}));
277
+ /** Known values of {@link CosmosDbConnectionMode} that the service accepts. */
278
+ exports.KnownCosmosDbConnectionMode = void 0;
197
279
  (function (KnownCosmosDbConnectionMode) {
198
280
  KnownCosmosDbConnectionMode["Gateway"] = "Gateway";
199
281
  KnownCosmosDbConnectionMode["Direct"] = "Direct";
200
282
  })(exports.KnownCosmosDbConnectionMode || (exports.KnownCosmosDbConnectionMode = {}));
283
+ /** Known values of {@link SybaseAuthenticationType} that the service accepts. */
284
+ exports.KnownSybaseAuthenticationType = void 0;
201
285
  (function (KnownSybaseAuthenticationType) {
202
286
  KnownSybaseAuthenticationType["Basic"] = "Basic";
203
287
  KnownSybaseAuthenticationType["Windows"] = "Windows";
204
288
  })(exports.KnownSybaseAuthenticationType || (exports.KnownSybaseAuthenticationType = {}));
289
+ /** Known values of {@link Db2AuthenticationType} that the service accepts. */
290
+ exports.KnownDb2AuthenticationType = void 0;
205
291
  (function (KnownDb2AuthenticationType) {
206
292
  KnownDb2AuthenticationType["Basic"] = "Basic";
207
293
  })(exports.KnownDb2AuthenticationType || (exports.KnownDb2AuthenticationType = {}));
294
+ /** Known values of {@link TeradataAuthenticationType} that the service accepts. */
295
+ exports.KnownTeradataAuthenticationType = void 0;
208
296
  (function (KnownTeradataAuthenticationType) {
209
297
  KnownTeradataAuthenticationType["Basic"] = "Basic";
210
298
  KnownTeradataAuthenticationType["Windows"] = "Windows";
211
299
  })(exports.KnownTeradataAuthenticationType || (exports.KnownTeradataAuthenticationType = {}));
300
+ /** Known values of {@link ODataAuthenticationType} that the service accepts. */
301
+ exports.KnownODataAuthenticationType = void 0;
212
302
  (function (KnownODataAuthenticationType) {
213
303
  KnownODataAuthenticationType["Basic"] = "Basic";
214
304
  KnownODataAuthenticationType["Anonymous"] = "Anonymous";
@@ -216,25 +306,35 @@ var coreLro = require('@azure/core-lro');
216
306
  KnownODataAuthenticationType["AadServicePrincipal"] = "AadServicePrincipal";
217
307
  KnownODataAuthenticationType["ManagedServiceIdentity"] = "ManagedServiceIdentity";
218
308
  })(exports.KnownODataAuthenticationType || (exports.KnownODataAuthenticationType = {}));
309
+ /** Known values of {@link ODataAadServicePrincipalCredentialType} that the service accepts. */
310
+ exports.KnownODataAadServicePrincipalCredentialType = void 0;
219
311
  (function (KnownODataAadServicePrincipalCredentialType) {
220
312
  KnownODataAadServicePrincipalCredentialType["ServicePrincipalKey"] = "ServicePrincipalKey";
221
313
  KnownODataAadServicePrincipalCredentialType["ServicePrincipalCert"] = "ServicePrincipalCert";
222
314
  })(exports.KnownODataAadServicePrincipalCredentialType || (exports.KnownODataAadServicePrincipalCredentialType = {}));
315
+ /** Known values of {@link WebAuthenticationType} that the service accepts. */
316
+ exports.KnownWebAuthenticationType = void 0;
223
317
  (function (KnownWebAuthenticationType) {
224
318
  KnownWebAuthenticationType["Basic"] = "Basic";
225
319
  KnownWebAuthenticationType["Anonymous"] = "Anonymous";
226
320
  KnownWebAuthenticationType["ClientCertificate"] = "ClientCertificate";
227
321
  })(exports.KnownWebAuthenticationType || (exports.KnownWebAuthenticationType = {}));
322
+ /** Known values of {@link MongoDbAuthenticationType} that the service accepts. */
323
+ exports.KnownMongoDbAuthenticationType = void 0;
228
324
  (function (KnownMongoDbAuthenticationType) {
229
325
  KnownMongoDbAuthenticationType["Basic"] = "Basic";
230
326
  KnownMongoDbAuthenticationType["Anonymous"] = "Anonymous";
231
327
  })(exports.KnownMongoDbAuthenticationType || (exports.KnownMongoDbAuthenticationType = {}));
328
+ /** Known values of {@link RestServiceAuthenticationType} that the service accepts. */
329
+ exports.KnownRestServiceAuthenticationType = void 0;
232
330
  (function (KnownRestServiceAuthenticationType) {
233
331
  KnownRestServiceAuthenticationType["Anonymous"] = "Anonymous";
234
332
  KnownRestServiceAuthenticationType["Basic"] = "Basic";
235
333
  KnownRestServiceAuthenticationType["AadServicePrincipal"] = "AadServicePrincipal";
236
334
  KnownRestServiceAuthenticationType["ManagedServiceIdentity"] = "ManagedServiceIdentity";
237
335
  })(exports.KnownRestServiceAuthenticationType || (exports.KnownRestServiceAuthenticationType = {}));
336
+ /** Known values of {@link HttpAuthenticationType} that the service accepts. */
337
+ exports.KnownHttpAuthenticationType = void 0;
238
338
  (function (KnownHttpAuthenticationType) {
239
339
  KnownHttpAuthenticationType["Basic"] = "Basic";
240
340
  KnownHttpAuthenticationType["Anonymous"] = "Anonymous";
@@ -242,85 +342,121 @@ var coreLro = require('@azure/core-lro');
242
342
  KnownHttpAuthenticationType["Windows"] = "Windows";
243
343
  KnownHttpAuthenticationType["ClientCertificate"] = "ClientCertificate";
244
344
  })(exports.KnownHttpAuthenticationType || (exports.KnownHttpAuthenticationType = {}));
345
+ /** Known values of {@link FtpAuthenticationType} that the service accepts. */
346
+ exports.KnownFtpAuthenticationType = void 0;
245
347
  (function (KnownFtpAuthenticationType) {
246
348
  KnownFtpAuthenticationType["Basic"] = "Basic";
247
349
  KnownFtpAuthenticationType["Anonymous"] = "Anonymous";
248
350
  })(exports.KnownFtpAuthenticationType || (exports.KnownFtpAuthenticationType = {}));
351
+ /** Known values of {@link SftpAuthenticationType} that the service accepts. */
352
+ exports.KnownSftpAuthenticationType = void 0;
249
353
  (function (KnownSftpAuthenticationType) {
250
354
  KnownSftpAuthenticationType["Basic"] = "Basic";
251
355
  KnownSftpAuthenticationType["SshPublicKey"] = "SshPublicKey";
252
356
  KnownSftpAuthenticationType["MultiFactor"] = "MultiFactor";
253
357
  })(exports.KnownSftpAuthenticationType || (exports.KnownSftpAuthenticationType = {}));
358
+ /** Known values of {@link SapHanaAuthenticationType} that the service accepts. */
359
+ exports.KnownSapHanaAuthenticationType = void 0;
254
360
  (function (KnownSapHanaAuthenticationType) {
255
361
  KnownSapHanaAuthenticationType["Basic"] = "Basic";
256
362
  KnownSapHanaAuthenticationType["Windows"] = "Windows";
257
363
  })(exports.KnownSapHanaAuthenticationType || (exports.KnownSapHanaAuthenticationType = {}));
364
+ /** Known values of {@link GoogleBigQueryAuthenticationType} that the service accepts. */
365
+ exports.KnownGoogleBigQueryAuthenticationType = void 0;
258
366
  (function (KnownGoogleBigQueryAuthenticationType) {
259
367
  KnownGoogleBigQueryAuthenticationType["ServiceAuthentication"] = "ServiceAuthentication";
260
368
  KnownGoogleBigQueryAuthenticationType["UserAuthentication"] = "UserAuthentication";
261
369
  })(exports.KnownGoogleBigQueryAuthenticationType || (exports.KnownGoogleBigQueryAuthenticationType = {}));
370
+ /** Known values of {@link HBaseAuthenticationType} that the service accepts. */
371
+ exports.KnownHBaseAuthenticationType = void 0;
262
372
  (function (KnownHBaseAuthenticationType) {
263
373
  KnownHBaseAuthenticationType["Anonymous"] = "Anonymous";
264
374
  KnownHBaseAuthenticationType["Basic"] = "Basic";
265
375
  })(exports.KnownHBaseAuthenticationType || (exports.KnownHBaseAuthenticationType = {}));
376
+ /** Known values of {@link HiveServerType} that the service accepts. */
377
+ exports.KnownHiveServerType = void 0;
266
378
  (function (KnownHiveServerType) {
267
379
  KnownHiveServerType["HiveServer1"] = "HiveServer1";
268
380
  KnownHiveServerType["HiveServer2"] = "HiveServer2";
269
381
  KnownHiveServerType["HiveThriftServer"] = "HiveThriftServer";
270
382
  })(exports.KnownHiveServerType || (exports.KnownHiveServerType = {}));
383
+ /** Known values of {@link HiveThriftTransportProtocol} that the service accepts. */
384
+ exports.KnownHiveThriftTransportProtocol = void 0;
271
385
  (function (KnownHiveThriftTransportProtocol) {
272
386
  KnownHiveThriftTransportProtocol["Binary"] = "Binary";
273
387
  KnownHiveThriftTransportProtocol["Sasl"] = "SASL";
274
388
  KnownHiveThriftTransportProtocol["Http"] = "HTTP ";
275
389
  })(exports.KnownHiveThriftTransportProtocol || (exports.KnownHiveThriftTransportProtocol = {}));
390
+ /** Known values of {@link HiveAuthenticationType} that the service accepts. */
391
+ exports.KnownHiveAuthenticationType = void 0;
276
392
  (function (KnownHiveAuthenticationType) {
277
393
  KnownHiveAuthenticationType["Anonymous"] = "Anonymous";
278
394
  KnownHiveAuthenticationType["Username"] = "Username";
279
395
  KnownHiveAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
280
396
  KnownHiveAuthenticationType["WindowsAzureHDInsightService"] = "WindowsAzureHDInsightService";
281
397
  })(exports.KnownHiveAuthenticationType || (exports.KnownHiveAuthenticationType = {}));
398
+ /** Known values of {@link ImpalaAuthenticationType} that the service accepts. */
399
+ exports.KnownImpalaAuthenticationType = void 0;
282
400
  (function (KnownImpalaAuthenticationType) {
283
401
  KnownImpalaAuthenticationType["Anonymous"] = "Anonymous";
284
402
  KnownImpalaAuthenticationType["SaslUsername"] = "SASLUsername";
285
403
  KnownImpalaAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
286
404
  })(exports.KnownImpalaAuthenticationType || (exports.KnownImpalaAuthenticationType = {}));
405
+ /** Known values of {@link PhoenixAuthenticationType} that the service accepts. */
406
+ exports.KnownPhoenixAuthenticationType = void 0;
287
407
  (function (KnownPhoenixAuthenticationType) {
288
408
  KnownPhoenixAuthenticationType["Anonymous"] = "Anonymous";
289
409
  KnownPhoenixAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
290
410
  KnownPhoenixAuthenticationType["WindowsAzureHDInsightService"] = "WindowsAzureHDInsightService";
291
411
  })(exports.KnownPhoenixAuthenticationType || (exports.KnownPhoenixAuthenticationType = {}));
412
+ /** Known values of {@link PrestoAuthenticationType} that the service accepts. */
413
+ exports.KnownPrestoAuthenticationType = void 0;
292
414
  (function (KnownPrestoAuthenticationType) {
293
415
  KnownPrestoAuthenticationType["Anonymous"] = "Anonymous";
294
416
  KnownPrestoAuthenticationType["Ldap"] = "LDAP";
295
417
  })(exports.KnownPrestoAuthenticationType || (exports.KnownPrestoAuthenticationType = {}));
418
+ /** Known values of {@link ServiceNowAuthenticationType} that the service accepts. */
419
+ exports.KnownServiceNowAuthenticationType = void 0;
296
420
  (function (KnownServiceNowAuthenticationType) {
297
421
  KnownServiceNowAuthenticationType["Basic"] = "Basic";
298
422
  KnownServiceNowAuthenticationType["OAuth2"] = "OAuth2";
299
423
  })(exports.KnownServiceNowAuthenticationType || (exports.KnownServiceNowAuthenticationType = {}));
424
+ /** Known values of {@link SparkServerType} that the service accepts. */
425
+ exports.KnownSparkServerType = void 0;
300
426
  (function (KnownSparkServerType) {
301
427
  KnownSparkServerType["SharkServer"] = "SharkServer";
302
428
  KnownSparkServerType["SharkServer2"] = "SharkServer2";
303
429
  KnownSparkServerType["SparkThriftServer"] = "SparkThriftServer";
304
430
  })(exports.KnownSparkServerType || (exports.KnownSparkServerType = {}));
431
+ /** Known values of {@link SparkThriftTransportProtocol} that the service accepts. */
432
+ exports.KnownSparkThriftTransportProtocol = void 0;
305
433
  (function (KnownSparkThriftTransportProtocol) {
306
434
  KnownSparkThriftTransportProtocol["Binary"] = "Binary";
307
435
  KnownSparkThriftTransportProtocol["Sasl"] = "SASL";
308
436
  KnownSparkThriftTransportProtocol["Http"] = "HTTP ";
309
437
  })(exports.KnownSparkThriftTransportProtocol || (exports.KnownSparkThriftTransportProtocol = {}));
438
+ /** Known values of {@link SparkAuthenticationType} that the service accepts. */
439
+ exports.KnownSparkAuthenticationType = void 0;
310
440
  (function (KnownSparkAuthenticationType) {
311
441
  KnownSparkAuthenticationType["Anonymous"] = "Anonymous";
312
442
  KnownSparkAuthenticationType["Username"] = "Username";
313
443
  KnownSparkAuthenticationType["UsernameAndPassword"] = "UsernameAndPassword";
314
444
  KnownSparkAuthenticationType["WindowsAzureHDInsightService"] = "WindowsAzureHDInsightService";
315
445
  })(exports.KnownSparkAuthenticationType || (exports.KnownSparkAuthenticationType = {}));
446
+ /** Known values of {@link GoogleAdWordsAuthenticationType} that the service accepts. */
447
+ exports.KnownGoogleAdWordsAuthenticationType = void 0;
316
448
  (function (KnownGoogleAdWordsAuthenticationType) {
317
449
  KnownGoogleAdWordsAuthenticationType["ServiceAuthentication"] = "ServiceAuthentication";
318
450
  KnownGoogleAdWordsAuthenticationType["UserAuthentication"] = "UserAuthentication";
319
451
  })(exports.KnownGoogleAdWordsAuthenticationType || (exports.KnownGoogleAdWordsAuthenticationType = {}));
452
+ /** Known values of {@link SalesforceSourceReadBehavior} that the service accepts. */
453
+ exports.KnownSalesforceSourceReadBehavior = void 0;
320
454
  (function (KnownSalesforceSourceReadBehavior) {
321
455
  KnownSalesforceSourceReadBehavior["Query"] = "Query";
322
456
  KnownSalesforceSourceReadBehavior["QueryAll"] = "QueryAll";
323
457
  })(exports.KnownSalesforceSourceReadBehavior || (exports.KnownSalesforceSourceReadBehavior = {}));
458
+ /** Known values of {@link StoredProcedureParameterType} that the service accepts. */
459
+ exports.KnownStoredProcedureParameterType = void 0;
324
460
  (function (KnownStoredProcedureParameterType) {
325
461
  KnownStoredProcedureParameterType["String"] = "String";
326
462
  KnownStoredProcedureParameterType["Int"] = "Int";
@@ -330,6 +466,8 @@ var coreLro = require('@azure/core-lro');
330
466
  KnownStoredProcedureParameterType["Boolean"] = "Boolean";
331
467
  KnownStoredProcedureParameterType["Date"] = "Date";
332
468
  })(exports.KnownStoredProcedureParameterType || (exports.KnownStoredProcedureParameterType = {}));
469
+ /** Known values of {@link CassandraSourceReadConsistencyLevels} that the service accepts. */
470
+ exports.KnownCassandraSourceReadConsistencyLevels = void 0;
333
471
  (function (KnownCassandraSourceReadConsistencyLevels) {
334
472
  KnownCassandraSourceReadConsistencyLevels["ALL"] = "ALL";
335
473
  KnownCassandraSourceReadConsistencyLevels["EachQuorum"] = "EACH_QUORUM";
@@ -342,45 +480,65 @@ var coreLro = require('@azure/core-lro');
342
480
  KnownCassandraSourceReadConsistencyLevels["Serial"] = "SERIAL";
343
481
  KnownCassandraSourceReadConsistencyLevels["LocalSerial"] = "LOCAL_SERIAL";
344
482
  })(exports.KnownCassandraSourceReadConsistencyLevels || (exports.KnownCassandraSourceReadConsistencyLevels = {}));
483
+ /** Known values of {@link SapCloudForCustomerSinkWriteBehavior} that the service accepts. */
484
+ exports.KnownSapCloudForCustomerSinkWriteBehavior = void 0;
345
485
  (function (KnownSapCloudForCustomerSinkWriteBehavior) {
346
486
  KnownSapCloudForCustomerSinkWriteBehavior["Insert"] = "Insert";
347
487
  KnownSapCloudForCustomerSinkWriteBehavior["Update"] = "Update";
348
488
  })(exports.KnownSapCloudForCustomerSinkWriteBehavior || (exports.KnownSapCloudForCustomerSinkWriteBehavior = {}));
489
+ /** Known values of {@link PolybaseSettingsRejectType} that the service accepts. */
490
+ exports.KnownPolybaseSettingsRejectType = void 0;
349
491
  (function (KnownPolybaseSettingsRejectType) {
350
492
  KnownPolybaseSettingsRejectType["Value"] = "value";
351
493
  KnownPolybaseSettingsRejectType["Percentage"] = "percentage";
352
494
  })(exports.KnownPolybaseSettingsRejectType || (exports.KnownPolybaseSettingsRejectType = {}));
495
+ /** Known values of {@link AzureSearchIndexWriteBehaviorType} that the service accepts. */
496
+ exports.KnownAzureSearchIndexWriteBehaviorType = void 0;
353
497
  (function (KnownAzureSearchIndexWriteBehaviorType) {
354
498
  KnownAzureSearchIndexWriteBehaviorType["Merge"] = "Merge";
355
499
  KnownAzureSearchIndexWriteBehaviorType["Upload"] = "Upload";
356
500
  })(exports.KnownAzureSearchIndexWriteBehaviorType || (exports.KnownAzureSearchIndexWriteBehaviorType = {}));
501
+ /** Known values of {@link DynamicsSinkWriteBehavior} that the service accepts. */
502
+ exports.KnownDynamicsSinkWriteBehavior = void 0;
357
503
  (function (KnownDynamicsSinkWriteBehavior) {
358
504
  KnownDynamicsSinkWriteBehavior["Upsert"] = "Upsert";
359
505
  })(exports.KnownDynamicsSinkWriteBehavior || (exports.KnownDynamicsSinkWriteBehavior = {}));
506
+ /** Known values of {@link SalesforceSinkWriteBehavior} that the service accepts. */
507
+ exports.KnownSalesforceSinkWriteBehavior = void 0;
360
508
  (function (KnownSalesforceSinkWriteBehavior) {
361
509
  KnownSalesforceSinkWriteBehavior["Insert"] = "Insert";
362
510
  KnownSalesforceSinkWriteBehavior["Upsert"] = "Upsert";
363
511
  })(exports.KnownSalesforceSinkWriteBehavior || (exports.KnownSalesforceSinkWriteBehavior = {}));
512
+ /** Known values of {@link HDInsightActivityDebugInfoOption} that the service accepts. */
513
+ exports.KnownHDInsightActivityDebugInfoOption = void 0;
364
514
  (function (KnownHDInsightActivityDebugInfoOption) {
365
515
  KnownHDInsightActivityDebugInfoOption["None"] = "None";
366
516
  KnownHDInsightActivityDebugInfoOption["Always"] = "Always";
367
517
  KnownHDInsightActivityDebugInfoOption["Failure"] = "Failure";
368
518
  })(exports.KnownHDInsightActivityDebugInfoOption || (exports.KnownHDInsightActivityDebugInfoOption = {}));
519
+ /** Known values of {@link SsisPackageLocationType} that the service accepts. */
520
+ exports.KnownSsisPackageLocationType = void 0;
369
521
  (function (KnownSsisPackageLocationType) {
370
522
  KnownSsisPackageLocationType["Ssisdb"] = "SSISDB";
371
523
  KnownSsisPackageLocationType["File"] = "File";
372
524
  KnownSsisPackageLocationType["InlinePackage"] = "InlinePackage";
373
525
  KnownSsisPackageLocationType["PackageStore"] = "PackageStore";
374
526
  })(exports.KnownSsisPackageLocationType || (exports.KnownSsisPackageLocationType = {}));
527
+ /** Known values of {@link SsisLogLocationType} that the service accepts. */
528
+ exports.KnownSsisLogLocationType = void 0;
375
529
  (function (KnownSsisLogLocationType) {
376
530
  KnownSsisLogLocationType["File"] = "File";
377
531
  })(exports.KnownSsisLogLocationType || (exports.KnownSsisLogLocationType = {}));
532
+ /** Known values of {@link WebActivityMethod} that the service accepts. */
533
+ exports.KnownWebActivityMethod = void 0;
378
534
  (function (KnownWebActivityMethod) {
379
535
  KnownWebActivityMethod["GET"] = "GET";
380
536
  KnownWebActivityMethod["Post"] = "POST";
381
537
  KnownWebActivityMethod["PUT"] = "PUT";
382
538
  KnownWebActivityMethod["Delete"] = "DELETE";
383
539
  })(exports.KnownWebActivityMethod || (exports.KnownWebActivityMethod = {}));
540
+ /** Known values of {@link AzureFunctionActivityMethod} that the service accepts. */
541
+ exports.KnownAzureFunctionActivityMethod = void 0;
384
542
  (function (KnownAzureFunctionActivityMethod) {
385
543
  KnownAzureFunctionActivityMethod["GET"] = "GET";
386
544
  KnownAzureFunctionActivityMethod["Post"] = "POST";
@@ -390,9 +548,13 @@ var coreLro = require('@azure/core-lro');
390
548
  KnownAzureFunctionActivityMethod["Head"] = "HEAD";
391
549
  KnownAzureFunctionActivityMethod["Trace"] = "TRACE";
392
550
  })(exports.KnownAzureFunctionActivityMethod || (exports.KnownAzureFunctionActivityMethod = {}));
551
+ /** Known values of {@link WebHookActivityMethod} that the service accepts. */
552
+ exports.KnownWebHookActivityMethod = void 0;
393
553
  (function (KnownWebHookActivityMethod) {
394
554
  KnownWebHookActivityMethod["Post"] = "POST";
395
555
  })(exports.KnownWebHookActivityMethod || (exports.KnownWebHookActivityMethod = {}));
556
+ /** Known values of {@link RecurrenceFrequency} that the service accepts. */
557
+ exports.KnownRecurrenceFrequency = void 0;
396
558
  (function (KnownRecurrenceFrequency) {
397
559
  KnownRecurrenceFrequency["NotSpecified"] = "NotSpecified";
398
560
  KnownRecurrenceFrequency["Minute"] = "Minute";
@@ -402,23 +564,33 @@ var coreLro = require('@azure/core-lro');
402
564
  KnownRecurrenceFrequency["Month"] = "Month";
403
565
  KnownRecurrenceFrequency["Year"] = "Year";
404
566
  })(exports.KnownRecurrenceFrequency || (exports.KnownRecurrenceFrequency = {}));
567
+ /** Known values of {@link BlobEventTypes} that the service accepts. */
568
+ exports.KnownBlobEventTypes = void 0;
405
569
  (function (KnownBlobEventTypes) {
406
570
  KnownBlobEventTypes["MicrosoftStorageBlobCreated"] = "Microsoft.Storage.BlobCreated";
407
571
  KnownBlobEventTypes["MicrosoftStorageBlobDeleted"] = "Microsoft.Storage.BlobDeleted";
408
572
  })(exports.KnownBlobEventTypes || (exports.KnownBlobEventTypes = {}));
573
+ /** Known values of {@link TumblingWindowFrequency} that the service accepts. */
574
+ exports.KnownTumblingWindowFrequency = void 0;
409
575
  (function (KnownTumblingWindowFrequency) {
410
576
  KnownTumblingWindowFrequency["Minute"] = "Minute";
411
577
  KnownTumblingWindowFrequency["Hour"] = "Hour";
412
578
  KnownTumblingWindowFrequency["Month"] = "Month";
413
579
  })(exports.KnownTumblingWindowFrequency || (exports.KnownTumblingWindowFrequency = {}));
580
+ /** Known values of {@link JsonFormatFilePattern} that the service accepts. */
581
+ exports.KnownJsonFormatFilePattern = void 0;
414
582
  (function (KnownJsonFormatFilePattern) {
415
583
  KnownJsonFormatFilePattern["SetOfObjects"] = "setOfObjects";
416
584
  KnownJsonFormatFilePattern["ArrayOfObjects"] = "arrayOfObjects";
417
585
  })(exports.KnownJsonFormatFilePattern || (exports.KnownJsonFormatFilePattern = {}));
586
+ /** Known values of {@link DatasetCompressionLevel} that the service accepts. */
587
+ exports.KnownDatasetCompressionLevel = void 0;
418
588
  (function (KnownDatasetCompressionLevel) {
419
589
  KnownDatasetCompressionLevel["Optimal"] = "Optimal";
420
590
  KnownDatasetCompressionLevel["Fastest"] = "Fastest";
421
591
  })(exports.KnownDatasetCompressionLevel || (exports.KnownDatasetCompressionLevel = {}));
592
+ /** Known values of {@link AvroCompressionCodec} that the service accepts. */
593
+ exports.KnownAvroCompressionCodec = void 0;
422
594
  (function (KnownAvroCompressionCodec) {
423
595
  KnownAvroCompressionCodec["None"] = "none";
424
596
  KnownAvroCompressionCodec["Deflate"] = "deflate";
@@ -426,6 +598,8 @@ var coreLro = require('@azure/core-lro');
426
598
  KnownAvroCompressionCodec["Xz"] = "xz";
427
599
  KnownAvroCompressionCodec["Bzip2"] = "bzip2";
428
600
  })(exports.KnownAvroCompressionCodec || (exports.KnownAvroCompressionCodec = {}));
601
+ /** Known values of {@link CompressionCodec} that the service accepts. */
602
+ exports.KnownCompressionCodec = void 0;
429
603
  (function (KnownCompressionCodec) {
430
604
  KnownCompressionCodec["None"] = "none";
431
605
  KnownCompressionCodec["Lzo"] = "lzo";
@@ -438,63 +612,89 @@ var coreLro = require('@azure/core-lro');
438
612
  KnownCompressionCodec["Tar"] = "tar";
439
613
  KnownCompressionCodec["TarGZip"] = "tarGZip";
440
614
  })(exports.KnownCompressionCodec || (exports.KnownCompressionCodec = {}));
615
+ /** Known values of {@link OrcCompressionCodec} that the service accepts. */
616
+ exports.KnownOrcCompressionCodec = void 0;
441
617
  (function (KnownOrcCompressionCodec) {
442
618
  KnownOrcCompressionCodec["None"] = "none";
443
619
  KnownOrcCompressionCodec["Zlib"] = "zlib";
444
620
  KnownOrcCompressionCodec["Snappy"] = "snappy";
445
621
  KnownOrcCompressionCodec["Lzo"] = "lzo";
446
622
  })(exports.KnownOrcCompressionCodec || (exports.KnownOrcCompressionCodec = {}));
623
+ /** Known values of {@link DynamicsDeploymentType} that the service accepts. */
624
+ exports.KnownDynamicsDeploymentType = void 0;
447
625
  (function (KnownDynamicsDeploymentType) {
448
626
  KnownDynamicsDeploymentType["Online"] = "Online";
449
627
  KnownDynamicsDeploymentType["OnPremisesWithIfd"] = "OnPremisesWithIfd";
450
628
  })(exports.KnownDynamicsDeploymentType || (exports.KnownDynamicsDeploymentType = {}));
629
+ /** Known values of {@link DynamicsAuthenticationType} that the service accepts. */
630
+ exports.KnownDynamicsAuthenticationType = void 0;
451
631
  (function (KnownDynamicsAuthenticationType) {
452
632
  KnownDynamicsAuthenticationType["Office365"] = "Office365";
453
633
  KnownDynamicsAuthenticationType["Ifd"] = "Ifd";
454
634
  KnownDynamicsAuthenticationType["AADServicePrincipal"] = "AADServicePrincipal";
455
635
  })(exports.KnownDynamicsAuthenticationType || (exports.KnownDynamicsAuthenticationType = {}));
636
+ /** Known values of {@link ServicePrincipalCredentialType} that the service accepts. */
637
+ exports.KnownServicePrincipalCredentialType = void 0;
456
638
  (function (KnownServicePrincipalCredentialType) {
457
639
  KnownServicePrincipalCredentialType["ServicePrincipalKey"] = "ServicePrincipalKey";
458
640
  KnownServicePrincipalCredentialType["ServicePrincipalCert"] = "ServicePrincipalCert";
459
641
  })(exports.KnownServicePrincipalCredentialType || (exports.KnownServicePrincipalCredentialType = {}));
642
+ /** Known values of {@link HdiNodeTypes} that the service accepts. */
643
+ exports.KnownHdiNodeTypes = void 0;
460
644
  (function (KnownHdiNodeTypes) {
461
645
  KnownHdiNodeTypes["Headnode"] = "Headnode";
462
646
  KnownHdiNodeTypes["Workernode"] = "Workernode";
463
647
  KnownHdiNodeTypes["Zookeeper"] = "Zookeeper";
464
648
  })(exports.KnownHdiNodeTypes || (exports.KnownHdiNodeTypes = {}));
649
+ /** Known values of {@link JsonWriteFilePattern} that the service accepts. */
650
+ exports.KnownJsonWriteFilePattern = void 0;
465
651
  (function (KnownJsonWriteFilePattern) {
466
652
  KnownJsonWriteFilePattern["SetOfObjects"] = "setOfObjects";
467
653
  KnownJsonWriteFilePattern["ArrayOfObjects"] = "arrayOfObjects";
468
654
  })(exports.KnownJsonWriteFilePattern || (exports.KnownJsonWriteFilePattern = {}));
655
+ /** Known values of {@link AmazonRdsForOraclePartitionOption} that the service accepts. */
656
+ exports.KnownAmazonRdsForOraclePartitionOption = void 0;
469
657
  (function (KnownAmazonRdsForOraclePartitionOption) {
470
658
  KnownAmazonRdsForOraclePartitionOption["None"] = "None";
471
659
  KnownAmazonRdsForOraclePartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
472
660
  KnownAmazonRdsForOraclePartitionOption["DynamicRange"] = "DynamicRange";
473
661
  })(exports.KnownAmazonRdsForOraclePartitionOption || (exports.KnownAmazonRdsForOraclePartitionOption = {}));
662
+ /** Known values of {@link CopyBehaviorType} that the service accepts. */
663
+ exports.KnownCopyBehaviorType = void 0;
474
664
  (function (KnownCopyBehaviorType) {
475
665
  KnownCopyBehaviorType["PreserveHierarchy"] = "PreserveHierarchy";
476
666
  KnownCopyBehaviorType["FlattenHierarchy"] = "FlattenHierarchy";
477
667
  KnownCopyBehaviorType["MergeFiles"] = "MergeFiles";
478
668
  })(exports.KnownCopyBehaviorType || (exports.KnownCopyBehaviorType = {}));
669
+ /** Known values of {@link SqlWriteBehaviorEnum} that the service accepts. */
670
+ exports.KnownSqlWriteBehaviorEnum = void 0;
479
671
  (function (KnownSqlWriteBehaviorEnum) {
480
672
  KnownSqlWriteBehaviorEnum["Insert"] = "Insert";
481
673
  KnownSqlWriteBehaviorEnum["Upsert"] = "Upsert";
482
674
  KnownSqlWriteBehaviorEnum["StoredProcedure"] = "StoredProcedure";
483
675
  })(exports.KnownSqlWriteBehaviorEnum || (exports.KnownSqlWriteBehaviorEnum = {}));
676
+ /** Known values of {@link SqlDWWriteBehaviorEnum} that the service accepts. */
677
+ exports.KnownSqlDWWriteBehaviorEnum = void 0;
484
678
  (function (KnownSqlDWWriteBehaviorEnum) {
485
679
  KnownSqlDWWriteBehaviorEnum["Insert"] = "Insert";
486
680
  KnownSqlDWWriteBehaviorEnum["Upsert"] = "Upsert";
487
681
  })(exports.KnownSqlDWWriteBehaviorEnum || (exports.KnownSqlDWWriteBehaviorEnum = {}));
682
+ /** Known values of {@link SqlPartitionOption} that the service accepts. */
683
+ exports.KnownSqlPartitionOption = void 0;
488
684
  (function (KnownSqlPartitionOption) {
489
685
  KnownSqlPartitionOption["None"] = "None";
490
686
  KnownSqlPartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
491
687
  KnownSqlPartitionOption["DynamicRange"] = "DynamicRange";
492
688
  })(exports.KnownSqlPartitionOption || (exports.KnownSqlPartitionOption = {}));
689
+ /** Known values of {@link SapHanaPartitionOption} that the service accepts. */
690
+ exports.KnownSapHanaPartitionOption = void 0;
493
691
  (function (KnownSapHanaPartitionOption) {
494
692
  KnownSapHanaPartitionOption["None"] = "None";
495
693
  KnownSapHanaPartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
496
694
  KnownSapHanaPartitionOption["SapHanaDynamicRange"] = "SapHanaDynamicRange";
497
695
  })(exports.KnownSapHanaPartitionOption || (exports.KnownSapHanaPartitionOption = {}));
696
+ /** Known values of {@link SapTablePartitionOption} that the service accepts. */
697
+ exports.KnownSapTablePartitionOption = void 0;
498
698
  (function (KnownSapTablePartitionOption) {
499
699
  KnownSapTablePartitionOption["None"] = "None";
500
700
  KnownSapTablePartitionOption["PartitionOnInt"] = "PartitionOnInt";
@@ -503,16 +703,22 @@ var coreLro = require('@azure/core-lro');
503
703
  KnownSapTablePartitionOption["PartitionOnCalendarDate"] = "PartitionOnCalendarDate";
504
704
  KnownSapTablePartitionOption["PartitionOnTime"] = "PartitionOnTime";
505
705
  })(exports.KnownSapTablePartitionOption || (exports.KnownSapTablePartitionOption = {}));
706
+ /** Known values of {@link OraclePartitionOption} that the service accepts. */
707
+ exports.KnownOraclePartitionOption = void 0;
506
708
  (function (KnownOraclePartitionOption) {
507
709
  KnownOraclePartitionOption["None"] = "None";
508
710
  KnownOraclePartitionOption["PhysicalPartitionsOfTable"] = "PhysicalPartitionsOfTable";
509
711
  KnownOraclePartitionOption["DynamicRange"] = "DynamicRange";
510
712
  })(exports.KnownOraclePartitionOption || (exports.KnownOraclePartitionOption = {}));
713
+ /** Known values of {@link TeradataPartitionOption} that the service accepts. */
714
+ exports.KnownTeradataPartitionOption = void 0;
511
715
  (function (KnownTeradataPartitionOption) {
512
716
  KnownTeradataPartitionOption["None"] = "None";
513
717
  KnownTeradataPartitionOption["Hash"] = "Hash";
514
718
  KnownTeradataPartitionOption["DynamicRange"] = "DynamicRange";
515
719
  })(exports.KnownTeradataPartitionOption || (exports.KnownTeradataPartitionOption = {}));
720
+ /** Known values of {@link NetezzaPartitionOption} that the service accepts. */
721
+ exports.KnownNetezzaPartitionOption = void 0;
516
722
  (function (KnownNetezzaPartitionOption) {
517
723
  KnownNetezzaPartitionOption["None"] = "None";
518
724
  KnownNetezzaPartitionOption["DataSlice"] = "DataSlice";
@@ -25687,7 +25893,7 @@ class OperationsImpl {
25687
25893
  * @param options The options parameters.
25688
25894
  */
25689
25895
  _list(options) {
25690
- return this.client.sendOperationRequest({ options }, listOperationSpec);
25896
+ return this.client.sendOperationRequest({ options }, listOperationSpec$1);
25691
25897
  }
25692
25898
  /**
25693
25899
  * ListNext
@@ -25695,12 +25901,12 @@ class OperationsImpl {
25695
25901
  * @param options The options parameters.
25696
25902
  */
25697
25903
  _listNext(nextLink, options) {
25698
- return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
25904
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec$1);
25699
25905
  }
25700
25906
  }
25701
25907
  // Operation Specifications
25702
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
25703
- const listOperationSpec = {
25908
+ const serializer$j = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
25909
+ const listOperationSpec$1 = {
25704
25910
  path: "/providers/Microsoft.DataFactory/operations",
25705
25911
  httpMethod: "GET",
25706
25912
  responses: {
@@ -25714,9 +25920,9 @@ const listOperationSpec = {
25714
25920
  queryParameters: [apiVersion],
25715
25921
  urlParameters: [$host],
25716
25922
  headerParameters: [accept],
25717
- serializer
25923
+ serializer: serializer$j
25718
25924
  };
25719
- const listNextOperationSpec = {
25925
+ const listNextOperationSpec$1 = {
25720
25926
  path: "{nextLink}",
25721
25927
  httpMethod: "GET",
25722
25928
  responses: {
@@ -25730,7 +25936,7 @@ const listNextOperationSpec = {
25730
25936
  queryParameters: [apiVersion],
25731
25937
  urlParameters: [$host, nextLink],
25732
25938
  headerParameters: [accept],
25733
- serializer
25939
+ serializer: serializer$j
25734
25940
  };
25735
25941
 
25736
25942
  /*
@@ -25852,7 +26058,7 @@ class FactoriesImpl {
25852
26058
  * @param options The options parameters.
25853
26059
  */
25854
26060
  _list(options) {
25855
- return this.client.sendOperationRequest({ options }, listOperationSpec$1);
26061
+ return this.client.sendOperationRequest({ options }, listOperationSpec);
25856
26062
  }
25857
26063
  /**
25858
26064
  * Updates a factory's repo information.
@@ -25879,7 +26085,7 @@ class FactoriesImpl {
25879
26085
  * @param options The options parameters.
25880
26086
  */
25881
26087
  createOrUpdate(resourceGroupName, factoryName, factory, options) {
25882
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, factory, options }, createOrUpdateOperationSpec);
26088
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, factory, options }, createOrUpdateOperationSpec$9);
25883
26089
  }
25884
26090
  /**
25885
26091
  * Updates a factory.
@@ -25889,7 +26095,7 @@ class FactoriesImpl {
25889
26095
  * @param options The options parameters.
25890
26096
  */
25891
26097
  update(resourceGroupName, factoryName, factoryUpdateParameters, options) {
25892
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, factoryUpdateParameters, options }, updateOperationSpec);
26098
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, factoryUpdateParameters, options }, updateOperationSpec$2);
25893
26099
  }
25894
26100
  /**
25895
26101
  * Gets a factory.
@@ -25898,7 +26104,7 @@ class FactoriesImpl {
25898
26104
  * @param options The options parameters.
25899
26105
  */
25900
26106
  get(resourceGroupName, factoryName, options) {
25901
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, getOperationSpec);
26107
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, getOperationSpec$d);
25902
26108
  }
25903
26109
  /**
25904
26110
  * Deletes a factory.
@@ -25907,7 +26113,7 @@ class FactoriesImpl {
25907
26113
  * @param options The options parameters.
25908
26114
  */
25909
26115
  delete(resourceGroupName, factoryName, options) {
25910
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, deleteOperationSpec);
26116
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, deleteOperationSpec$a);
25911
26117
  }
25912
26118
  /**
25913
26119
  * Get GitHub Access Token.
@@ -25935,7 +26141,7 @@ class FactoriesImpl {
25935
26141
  * @param options The options parameters.
25936
26142
  */
25937
26143
  _listNext(nextLink, options) {
25938
- return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec$1);
26144
+ return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
25939
26145
  }
25940
26146
  /**
25941
26147
  * ListByResourceGroupNext
@@ -25948,8 +26154,8 @@ class FactoriesImpl {
25948
26154
  }
25949
26155
  }
25950
26156
  // Operation Specifications
25951
- const serializer$1 = coreClient.createSerializer(Mappers, /* isXml */ false);
25952
- const listOperationSpec$1 = {
26157
+ const serializer$i = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
26158
+ const listOperationSpec = {
25953
26159
  path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/factories",
25954
26160
  httpMethod: "GET",
25955
26161
  responses: {
@@ -25963,7 +26169,7 @@ const listOperationSpec$1 = {
25963
26169
  queryParameters: [apiVersion],
25964
26170
  urlParameters: [$host, subscriptionId],
25965
26171
  headerParameters: [accept],
25966
- serializer: serializer$1
26172
+ serializer: serializer$i
25967
26173
  };
25968
26174
  const configureFactoryRepoOperationSpec = {
25969
26175
  path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/configureFactoryRepo",
@@ -25985,7 +26191,7 @@ const configureFactoryRepoOperationSpec = {
25985
26191
  ],
25986
26192
  headerParameters: [accept, contentType],
25987
26193
  mediaType: "json",
25988
- serializer: serializer$1
26194
+ serializer: serializer$i
25989
26195
  };
25990
26196
  const listByResourceGroupOperationSpec = {
25991
26197
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories",
@@ -26005,9 +26211,9 @@ const listByResourceGroupOperationSpec = {
26005
26211
  resourceGroupName
26006
26212
  ],
26007
26213
  headerParameters: [accept],
26008
- serializer: serializer$1
26214
+ serializer: serializer$i
26009
26215
  };
26010
- const createOrUpdateOperationSpec = {
26216
+ const createOrUpdateOperationSpec$9 = {
26011
26217
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}",
26012
26218
  httpMethod: "PUT",
26013
26219
  responses: {
@@ -26032,9 +26238,9 @@ const createOrUpdateOperationSpec = {
26032
26238
  ifMatch
26033
26239
  ],
26034
26240
  mediaType: "json",
26035
- serializer: serializer$1
26241
+ serializer: serializer$i
26036
26242
  };
26037
- const updateOperationSpec = {
26243
+ const updateOperationSpec$2 = {
26038
26244
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}",
26039
26245
  httpMethod: "PATCH",
26040
26246
  responses: {
@@ -26055,9 +26261,9 @@ const updateOperationSpec = {
26055
26261
  ],
26056
26262
  headerParameters: [accept, contentType],
26057
26263
  mediaType: "json",
26058
- serializer: serializer$1
26264
+ serializer: serializer$i
26059
26265
  };
26060
- const getOperationSpec = {
26266
+ const getOperationSpec$d = {
26061
26267
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}",
26062
26268
  httpMethod: "GET",
26063
26269
  responses: {
@@ -26077,9 +26283,9 @@ const getOperationSpec = {
26077
26283
  factoryName
26078
26284
  ],
26079
26285
  headerParameters: [accept, ifNoneMatch],
26080
- serializer: serializer$1
26286
+ serializer: serializer$i
26081
26287
  };
26082
- const deleteOperationSpec = {
26288
+ const deleteOperationSpec$a = {
26083
26289
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}",
26084
26290
  httpMethod: "DELETE",
26085
26291
  responses: {
@@ -26097,7 +26303,7 @@ const deleteOperationSpec = {
26097
26303
  factoryName
26098
26304
  ],
26099
26305
  headerParameters: [accept],
26100
- serializer: serializer$1
26306
+ serializer: serializer$i
26101
26307
  };
26102
26308
  const getGitHubAccessTokenOperationSpec = {
26103
26309
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getGitHubAccessToken",
@@ -26120,7 +26326,7 @@ const getGitHubAccessTokenOperationSpec = {
26120
26326
  ],
26121
26327
  headerParameters: [accept, contentType],
26122
26328
  mediaType: "json",
26123
- serializer: serializer$1
26329
+ serializer: serializer$i
26124
26330
  };
26125
26331
  const getDataPlaneAccessOperationSpec = {
26126
26332
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getDataPlaneAccess",
@@ -26143,9 +26349,9 @@ const getDataPlaneAccessOperationSpec = {
26143
26349
  ],
26144
26350
  headerParameters: [accept, contentType],
26145
26351
  mediaType: "json",
26146
- serializer: serializer$1
26352
+ serializer: serializer$i
26147
26353
  };
26148
- const listNextOperationSpec$1 = {
26354
+ const listNextOperationSpec = {
26149
26355
  path: "{nextLink}",
26150
26356
  httpMethod: "GET",
26151
26357
  responses: {
@@ -26163,7 +26369,7 @@ const listNextOperationSpec$1 = {
26163
26369
  subscriptionId
26164
26370
  ],
26165
26371
  headerParameters: [accept],
26166
- serializer: serializer$1
26372
+ serializer: serializer$i
26167
26373
  };
26168
26374
  const listByResourceGroupNextOperationSpec = {
26169
26375
  path: "{nextLink}",
@@ -26184,7 +26390,7 @@ const listByResourceGroupNextOperationSpec = {
26184
26390
  resourceGroupName
26185
26391
  ],
26186
26392
  headerParameters: [accept],
26187
- serializer: serializer$1
26393
+ serializer: serializer$i
26188
26394
  };
26189
26395
 
26190
26396
  /*
@@ -26234,7 +26440,7 @@ class ExposureControlImpl {
26234
26440
  }
26235
26441
  }
26236
26442
  // Operation Specifications
26237
- const serializer$2 = coreClient.createSerializer(Mappers, /* isXml */ false);
26443
+ const serializer$h = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
26238
26444
  const getFeatureValueOperationSpec = {
26239
26445
  path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataFactory/locations/{locationId}/getFeatureValue",
26240
26446
  httpMethod: "POST",
@@ -26255,7 +26461,7 @@ const getFeatureValueOperationSpec = {
26255
26461
  ],
26256
26462
  headerParameters: [accept, contentType],
26257
26463
  mediaType: "json",
26258
- serializer: serializer$2
26464
+ serializer: serializer$h
26259
26465
  };
26260
26466
  const getFeatureValueByFactoryOperationSpec = {
26261
26467
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getFeatureValue",
@@ -26278,7 +26484,7 @@ const getFeatureValueByFactoryOperationSpec = {
26278
26484
  ],
26279
26485
  headerParameters: [accept, contentType],
26280
26486
  mediaType: "json",
26281
- serializer: serializer$2
26487
+ serializer: serializer$h
26282
26488
  };
26283
26489
  const queryFeatureValuesByFactoryOperationSpec = {
26284
26490
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryFeaturesValue",
@@ -26301,7 +26507,7 @@ const queryFeatureValuesByFactoryOperationSpec = {
26301
26507
  ],
26302
26508
  headerParameters: [accept, contentType],
26303
26509
  mediaType: "json",
26304
- serializer: serializer$2
26510
+ serializer: serializer$h
26305
26511
  };
26306
26512
 
26307
26513
  /*
@@ -26406,7 +26612,7 @@ class IntegrationRuntimesImpl {
26406
26612
  * @param options The options parameters.
26407
26613
  */
26408
26614
  _listByFactory(resourceGroupName, factoryName, options) {
26409
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec);
26615
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$8);
26410
26616
  }
26411
26617
  /**
26412
26618
  * Creates or updates an integration runtime.
@@ -26423,7 +26629,7 @@ class IntegrationRuntimesImpl {
26423
26629
  integrationRuntimeName,
26424
26630
  integrationRuntime,
26425
26631
  options
26426
- }, createOrUpdateOperationSpec$1);
26632
+ }, createOrUpdateOperationSpec$8);
26427
26633
  }
26428
26634
  /**
26429
26635
  * Gets an integration runtime.
@@ -26433,7 +26639,7 @@ class IntegrationRuntimesImpl {
26433
26639
  * @param options The options parameters.
26434
26640
  */
26435
26641
  get(resourceGroupName, factoryName, integrationRuntimeName, options) {
26436
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, integrationRuntimeName, options }, getOperationSpec$1);
26642
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, integrationRuntimeName, options }, getOperationSpec$c);
26437
26643
  }
26438
26644
  /**
26439
26645
  * Updates an integration runtime.
@@ -26460,7 +26666,7 @@ class IntegrationRuntimesImpl {
26460
26666
  * @param options The options parameters.
26461
26667
  */
26462
26668
  delete(resourceGroupName, factoryName, integrationRuntimeName, options) {
26463
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, integrationRuntimeName, options }, deleteOperationSpec$1);
26669
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, integrationRuntimeName, options }, deleteOperationSpec$9);
26464
26670
  }
26465
26671
  /**
26466
26672
  * Gets detailed status information for an integration runtime.
@@ -26552,7 +26758,7 @@ class IntegrationRuntimesImpl {
26552
26758
  }
26553
26759
  };
26554
26760
  });
26555
- const lro = new LroImpl(sendOperation, { resourceGroupName, factoryName, integrationRuntimeName, options }, startOperationSpec);
26761
+ const lro = new LroImpl(sendOperation, { resourceGroupName, factoryName, integrationRuntimeName, options }, startOperationSpec$1);
26556
26762
  return new coreLro.LroEngine(lro, {
26557
26763
  resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
26558
26764
  intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
@@ -26603,7 +26809,7 @@ class IntegrationRuntimesImpl {
26603
26809
  }
26604
26810
  };
26605
26811
  });
26606
- const lro = new LroImpl(sendOperation, { resourceGroupName, factoryName, integrationRuntimeName, options }, stopOperationSpec);
26812
+ const lro = new LroImpl(sendOperation, { resourceGroupName, factoryName, integrationRuntimeName, options }, stopOperationSpec$1);
26607
26813
  return new coreLro.LroEngine(lro, {
26608
26814
  resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
26609
26815
  intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
@@ -26700,12 +26906,12 @@ class IntegrationRuntimesImpl {
26700
26906
  * @param options The options parameters.
26701
26907
  */
26702
26908
  _listByFactoryNext(resourceGroupName, factoryName, nextLink, options) {
26703
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec);
26909
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$8);
26704
26910
  }
26705
26911
  }
26706
26912
  // Operation Specifications
26707
- const serializer$3 = coreClient.createSerializer(Mappers, /* isXml */ false);
26708
- const listByFactoryOperationSpec = {
26913
+ const serializer$g = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
26914
+ const listByFactoryOperationSpec$8 = {
26709
26915
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes",
26710
26916
  httpMethod: "GET",
26711
26917
  responses: {
@@ -26724,9 +26930,9 @@ const listByFactoryOperationSpec = {
26724
26930
  factoryName
26725
26931
  ],
26726
26932
  headerParameters: [accept],
26727
- serializer: serializer$3
26933
+ serializer: serializer$g
26728
26934
  };
26729
- const createOrUpdateOperationSpec$1 = {
26935
+ const createOrUpdateOperationSpec$8 = {
26730
26936
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}",
26731
26937
  httpMethod: "PUT",
26732
26938
  responses: {
@@ -26752,9 +26958,9 @@ const createOrUpdateOperationSpec$1 = {
26752
26958
  ifMatch
26753
26959
  ],
26754
26960
  mediaType: "json",
26755
- serializer: serializer$3
26961
+ serializer: serializer$g
26756
26962
  };
26757
- const getOperationSpec$1 = {
26963
+ const getOperationSpec$c = {
26758
26964
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}",
26759
26965
  httpMethod: "GET",
26760
26966
  responses: {
@@ -26775,7 +26981,7 @@ const getOperationSpec$1 = {
26775
26981
  integrationRuntimeName
26776
26982
  ],
26777
26983
  headerParameters: [accept, ifNoneMatch],
26778
- serializer: serializer$3
26984
+ serializer: serializer$g
26779
26985
  };
26780
26986
  const updateOperationSpec$1 = {
26781
26987
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}",
@@ -26799,9 +27005,9 @@ const updateOperationSpec$1 = {
26799
27005
  ],
26800
27006
  headerParameters: [accept, contentType],
26801
27007
  mediaType: "json",
26802
- serializer: serializer$3
27008
+ serializer: serializer$g
26803
27009
  };
26804
- const deleteOperationSpec$1 = {
27010
+ const deleteOperationSpec$9 = {
26805
27011
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}",
26806
27012
  httpMethod: "DELETE",
26807
27013
  responses: {
@@ -26820,7 +27026,7 @@ const deleteOperationSpec$1 = {
26820
27026
  integrationRuntimeName
26821
27027
  ],
26822
27028
  headerParameters: [accept],
26823
- serializer: serializer$3
27029
+ serializer: serializer$g
26824
27030
  };
26825
27031
  const getStatusOperationSpec = {
26826
27032
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getStatus",
@@ -26842,7 +27048,7 @@ const getStatusOperationSpec = {
26842
27048
  integrationRuntimeName
26843
27049
  ],
26844
27050
  headerParameters: [accept],
26845
- serializer: serializer$3
27051
+ serializer: serializer$g
26846
27052
  };
26847
27053
  const listOutboundNetworkDependenciesEndpointsOperationSpec = {
26848
27054
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/outboundNetworkDependenciesEndpoints",
@@ -26864,7 +27070,7 @@ const listOutboundNetworkDependenciesEndpointsOperationSpec = {
26864
27070
  integrationRuntimeName
26865
27071
  ],
26866
27072
  headerParameters: [accept],
26867
- serializer: serializer$3
27073
+ serializer: serializer$g
26868
27074
  };
26869
27075
  const getConnectionInfoOperationSpec = {
26870
27076
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getConnectionInfo",
@@ -26886,7 +27092,7 @@ const getConnectionInfoOperationSpec = {
26886
27092
  integrationRuntimeName
26887
27093
  ],
26888
27094
  headerParameters: [accept],
26889
- serializer: serializer$3
27095
+ serializer: serializer$g
26890
27096
  };
26891
27097
  const regenerateAuthKeyOperationSpec = {
26892
27098
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/regenerateAuthKey",
@@ -26910,7 +27116,7 @@ const regenerateAuthKeyOperationSpec = {
26910
27116
  ],
26911
27117
  headerParameters: [accept, contentType],
26912
27118
  mediaType: "json",
26913
- serializer: serializer$3
27119
+ serializer: serializer$g
26914
27120
  };
26915
27121
  const listAuthKeysOperationSpec = {
26916
27122
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/listAuthKeys",
@@ -26932,9 +27138,9 @@ const listAuthKeysOperationSpec = {
26932
27138
  integrationRuntimeName
26933
27139
  ],
26934
27140
  headerParameters: [accept],
26935
- serializer: serializer$3
27141
+ serializer: serializer$g
26936
27142
  };
26937
- const startOperationSpec = {
27143
+ const startOperationSpec$1 = {
26938
27144
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/start",
26939
27145
  httpMethod: "POST",
26940
27146
  responses: {
@@ -26963,9 +27169,9 @@ const startOperationSpec = {
26963
27169
  integrationRuntimeName
26964
27170
  ],
26965
27171
  headerParameters: [accept],
26966
- serializer: serializer$3
27172
+ serializer: serializer$g
26967
27173
  };
26968
- const stopOperationSpec = {
27174
+ const stopOperationSpec$1 = {
26969
27175
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/stop",
26970
27176
  httpMethod: "POST",
26971
27177
  responses: {
@@ -26986,7 +27192,7 @@ const stopOperationSpec = {
26986
27192
  integrationRuntimeName
26987
27193
  ],
26988
27194
  headerParameters: [accept],
26989
- serializer: serializer$3
27195
+ serializer: serializer$g
26990
27196
  };
26991
27197
  const syncCredentialsOperationSpec = {
26992
27198
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/syncCredentials",
@@ -27006,7 +27212,7 @@ const syncCredentialsOperationSpec = {
27006
27212
  integrationRuntimeName
27007
27213
  ],
27008
27214
  headerParameters: [accept],
27009
- serializer: serializer$3
27215
+ serializer: serializer$g
27010
27216
  };
27011
27217
  const getMonitoringDataOperationSpec = {
27012
27218
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/monitoringData",
@@ -27028,7 +27234,7 @@ const getMonitoringDataOperationSpec = {
27028
27234
  integrationRuntimeName
27029
27235
  ],
27030
27236
  headerParameters: [accept],
27031
- serializer: serializer$3
27237
+ serializer: serializer$g
27032
27238
  };
27033
27239
  const upgradeOperationSpec = {
27034
27240
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/upgrade",
@@ -27048,7 +27254,7 @@ const upgradeOperationSpec = {
27048
27254
  integrationRuntimeName
27049
27255
  ],
27050
27256
  headerParameters: [accept],
27051
- serializer: serializer$3
27257
+ serializer: serializer$g
27052
27258
  };
27053
27259
  const removeLinksOperationSpec = {
27054
27260
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/removeLinks",
@@ -27070,7 +27276,7 @@ const removeLinksOperationSpec = {
27070
27276
  ],
27071
27277
  headerParameters: [accept, contentType],
27072
27278
  mediaType: "json",
27073
- serializer: serializer$3
27279
+ serializer: serializer$g
27074
27280
  };
27075
27281
  const createLinkedIntegrationRuntimeOperationSpec = {
27076
27282
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/linkedIntegrationRuntime",
@@ -27094,9 +27300,9 @@ const createLinkedIntegrationRuntimeOperationSpec = {
27094
27300
  ],
27095
27301
  headerParameters: [accept, contentType],
27096
27302
  mediaType: "json",
27097
- serializer: serializer$3
27303
+ serializer: serializer$g
27098
27304
  };
27099
- const listByFactoryNextOperationSpec = {
27305
+ const listByFactoryNextOperationSpec$8 = {
27100
27306
  path: "{nextLink}",
27101
27307
  httpMethod: "GET",
27102
27308
  responses: {
@@ -27116,7 +27322,7 @@ const listByFactoryNextOperationSpec = {
27116
27322
  factoryName
27117
27323
  ],
27118
27324
  headerParameters: [accept],
27119
- serializer: serializer$3
27325
+ serializer: serializer$g
27120
27326
  };
27121
27327
 
27122
27328
  /*
@@ -27195,11 +27401,11 @@ class IntegrationRuntimeObjectMetadataImpl {
27195
27401
  * @param options The options parameters.
27196
27402
  */
27197
27403
  get(resourceGroupName, factoryName, integrationRuntimeName, options) {
27198
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, integrationRuntimeName, options }, getOperationSpec$2);
27404
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, integrationRuntimeName, options }, getOperationSpec$b);
27199
27405
  }
27200
27406
  }
27201
27407
  // Operation Specifications
27202
- const serializer$4 = coreClient.createSerializer(Mappers, /* isXml */ false);
27408
+ const serializer$f = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
27203
27409
  const refreshOperationSpec = {
27204
27410
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/refreshObjectMetadata",
27205
27411
  httpMethod: "POST",
@@ -27229,9 +27435,9 @@ const refreshOperationSpec = {
27229
27435
  integrationRuntimeName
27230
27436
  ],
27231
27437
  headerParameters: [accept],
27232
- serializer: serializer$4
27438
+ serializer: serializer$f
27233
27439
  };
27234
- const getOperationSpec$2 = {
27440
+ const getOperationSpec$b = {
27235
27441
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/getObjectMetadata",
27236
27442
  httpMethod: "POST",
27237
27443
  responses: {
@@ -27253,7 +27459,7 @@ const getOperationSpec$2 = {
27253
27459
  ],
27254
27460
  headerParameters: [accept, contentType],
27255
27461
  mediaType: "json",
27256
- serializer: serializer$4
27462
+ serializer: serializer$f
27257
27463
  };
27258
27464
 
27259
27465
  /*
@@ -27287,7 +27493,7 @@ class IntegrationRuntimeNodesImpl {
27287
27493
  integrationRuntimeName,
27288
27494
  nodeName,
27289
27495
  options
27290
- }, getOperationSpec$3);
27496
+ }, getOperationSpec$a);
27291
27497
  }
27292
27498
  /**
27293
27499
  * Deletes a self-hosted integration runtime node.
@@ -27304,7 +27510,7 @@ class IntegrationRuntimeNodesImpl {
27304
27510
  integrationRuntimeName,
27305
27511
  nodeName,
27306
27512
  options
27307
- }, deleteOperationSpec$2);
27513
+ }, deleteOperationSpec$8);
27308
27514
  }
27309
27515
  /**
27310
27516
  * Updates a self-hosted integration runtime node.
@@ -27323,7 +27529,7 @@ class IntegrationRuntimeNodesImpl {
27323
27529
  nodeName,
27324
27530
  updateIntegrationRuntimeNodeRequest,
27325
27531
  options
27326
- }, updateOperationSpec$2);
27532
+ }, updateOperationSpec);
27327
27533
  }
27328
27534
  /**
27329
27535
  * Get the IP address of self-hosted integration runtime node.
@@ -27344,8 +27550,8 @@ class IntegrationRuntimeNodesImpl {
27344
27550
  }
27345
27551
  }
27346
27552
  // Operation Specifications
27347
- const serializer$5 = coreClient.createSerializer(Mappers, /* isXml */ false);
27348
- const getOperationSpec$3 = {
27553
+ const serializer$e = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
27554
+ const getOperationSpec$a = {
27349
27555
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}",
27350
27556
  httpMethod: "GET",
27351
27557
  responses: {
@@ -27366,9 +27572,9 @@ const getOperationSpec$3 = {
27366
27572
  nodeName
27367
27573
  ],
27368
27574
  headerParameters: [accept],
27369
- serializer: serializer$5
27575
+ serializer: serializer$e
27370
27576
  };
27371
- const deleteOperationSpec$2 = {
27577
+ const deleteOperationSpec$8 = {
27372
27578
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}",
27373
27579
  httpMethod: "DELETE",
27374
27580
  responses: {
@@ -27388,9 +27594,9 @@ const deleteOperationSpec$2 = {
27388
27594
  nodeName
27389
27595
  ],
27390
27596
  headerParameters: [accept],
27391
- serializer: serializer$5
27597
+ serializer: serializer$e
27392
27598
  };
27393
- const updateOperationSpec$2 = {
27599
+ const updateOperationSpec = {
27394
27600
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}",
27395
27601
  httpMethod: "PATCH",
27396
27602
  responses: {
@@ -27413,7 +27619,7 @@ const updateOperationSpec$2 = {
27413
27619
  ],
27414
27620
  headerParameters: [accept, contentType],
27415
27621
  mediaType: "json",
27416
- serializer: serializer$5
27622
+ serializer: serializer$e
27417
27623
  };
27418
27624
  const getIpAddressOperationSpec = {
27419
27625
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/integrationRuntimes/{integrationRuntimeName}/nodes/{nodeName}/ipAddress",
@@ -27436,7 +27642,7 @@ const getIpAddressOperationSpec = {
27436
27642
  nodeName
27437
27643
  ],
27438
27644
  headerParameters: [accept],
27439
- serializer: serializer$5
27645
+ serializer: serializer$e
27440
27646
  };
27441
27647
 
27442
27648
  /*
@@ -27513,7 +27719,7 @@ class LinkedServicesImpl {
27513
27719
  * @param options The options parameters.
27514
27720
  */
27515
27721
  _listByFactory(resourceGroupName, factoryName, options) {
27516
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$1);
27722
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$7);
27517
27723
  }
27518
27724
  /**
27519
27725
  * Creates or updates a linked service.
@@ -27530,7 +27736,7 @@ class LinkedServicesImpl {
27530
27736
  linkedServiceName,
27531
27737
  linkedService,
27532
27738
  options
27533
- }, createOrUpdateOperationSpec$2);
27739
+ }, createOrUpdateOperationSpec$7);
27534
27740
  }
27535
27741
  /**
27536
27742
  * Gets a linked service.
@@ -27540,7 +27746,7 @@ class LinkedServicesImpl {
27540
27746
  * @param options The options parameters.
27541
27747
  */
27542
27748
  get(resourceGroupName, factoryName, linkedServiceName, options) {
27543
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, linkedServiceName, options }, getOperationSpec$4);
27749
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, linkedServiceName, options }, getOperationSpec$9);
27544
27750
  }
27545
27751
  /**
27546
27752
  * Deletes a linked service.
@@ -27550,7 +27756,7 @@ class LinkedServicesImpl {
27550
27756
  * @param options The options parameters.
27551
27757
  */
27552
27758
  delete(resourceGroupName, factoryName, linkedServiceName, options) {
27553
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, linkedServiceName, options }, deleteOperationSpec$3);
27759
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, linkedServiceName, options }, deleteOperationSpec$7);
27554
27760
  }
27555
27761
  /**
27556
27762
  * ListByFactoryNext
@@ -27560,12 +27766,12 @@ class LinkedServicesImpl {
27560
27766
  * @param options The options parameters.
27561
27767
  */
27562
27768
  _listByFactoryNext(resourceGroupName, factoryName, nextLink, options) {
27563
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$1);
27769
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$7);
27564
27770
  }
27565
27771
  }
27566
27772
  // Operation Specifications
27567
- const serializer$6 = coreClient.createSerializer(Mappers, /* isXml */ false);
27568
- const listByFactoryOperationSpec$1 = {
27773
+ const serializer$d = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
27774
+ const listByFactoryOperationSpec$7 = {
27569
27775
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices",
27570
27776
  httpMethod: "GET",
27571
27777
  responses: {
@@ -27584,9 +27790,9 @@ const listByFactoryOperationSpec$1 = {
27584
27790
  factoryName
27585
27791
  ],
27586
27792
  headerParameters: [accept],
27587
- serializer: serializer$6
27793
+ serializer: serializer$d
27588
27794
  };
27589
- const createOrUpdateOperationSpec$2 = {
27795
+ const createOrUpdateOperationSpec$7 = {
27590
27796
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}",
27591
27797
  httpMethod: "PUT",
27592
27798
  responses: {
@@ -27612,9 +27818,9 @@ const createOrUpdateOperationSpec$2 = {
27612
27818
  ifMatch
27613
27819
  ],
27614
27820
  mediaType: "json",
27615
- serializer: serializer$6
27821
+ serializer: serializer$d
27616
27822
  };
27617
- const getOperationSpec$4 = {
27823
+ const getOperationSpec$9 = {
27618
27824
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}",
27619
27825
  httpMethod: "GET",
27620
27826
  responses: {
@@ -27635,9 +27841,9 @@ const getOperationSpec$4 = {
27635
27841
  linkedServiceName
27636
27842
  ],
27637
27843
  headerParameters: [accept, ifNoneMatch],
27638
- serializer: serializer$6
27844
+ serializer: serializer$d
27639
27845
  };
27640
- const deleteOperationSpec$3 = {
27846
+ const deleteOperationSpec$7 = {
27641
27847
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/linkedservices/{linkedServiceName}",
27642
27848
  httpMethod: "DELETE",
27643
27849
  responses: {
@@ -27656,9 +27862,9 @@ const deleteOperationSpec$3 = {
27656
27862
  linkedServiceName
27657
27863
  ],
27658
27864
  headerParameters: [accept],
27659
- serializer: serializer$6
27865
+ serializer: serializer$d
27660
27866
  };
27661
- const listByFactoryNextOperationSpec$1 = {
27867
+ const listByFactoryNextOperationSpec$7 = {
27662
27868
  path: "{nextLink}",
27663
27869
  httpMethod: "GET",
27664
27870
  responses: {
@@ -27678,7 +27884,7 @@ const listByFactoryNextOperationSpec$1 = {
27678
27884
  factoryName
27679
27885
  ],
27680
27886
  headerParameters: [accept],
27681
- serializer: serializer$6
27887
+ serializer: serializer$d
27682
27888
  };
27683
27889
 
27684
27890
  /*
@@ -27755,7 +27961,7 @@ class DatasetsImpl {
27755
27961
  * @param options The options parameters.
27756
27962
  */
27757
27963
  _listByFactory(resourceGroupName, factoryName, options) {
27758
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$2);
27964
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$6);
27759
27965
  }
27760
27966
  /**
27761
27967
  * Creates or updates a dataset.
@@ -27766,7 +27972,7 @@ class DatasetsImpl {
27766
27972
  * @param options The options parameters.
27767
27973
  */
27768
27974
  createOrUpdate(resourceGroupName, factoryName, datasetName, dataset, options) {
27769
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, datasetName, dataset, options }, createOrUpdateOperationSpec$3);
27975
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, datasetName, dataset, options }, createOrUpdateOperationSpec$6);
27770
27976
  }
27771
27977
  /**
27772
27978
  * Gets a dataset.
@@ -27776,7 +27982,7 @@ class DatasetsImpl {
27776
27982
  * @param options The options parameters.
27777
27983
  */
27778
27984
  get(resourceGroupName, factoryName, datasetName, options) {
27779
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, datasetName, options }, getOperationSpec$5);
27985
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, datasetName, options }, getOperationSpec$8);
27780
27986
  }
27781
27987
  /**
27782
27988
  * Deletes a dataset.
@@ -27786,7 +27992,7 @@ class DatasetsImpl {
27786
27992
  * @param options The options parameters.
27787
27993
  */
27788
27994
  delete(resourceGroupName, factoryName, datasetName, options) {
27789
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, datasetName, options }, deleteOperationSpec$4);
27995
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, datasetName, options }, deleteOperationSpec$6);
27790
27996
  }
27791
27997
  /**
27792
27998
  * ListByFactoryNext
@@ -27796,12 +28002,12 @@ class DatasetsImpl {
27796
28002
  * @param options The options parameters.
27797
28003
  */
27798
28004
  _listByFactoryNext(resourceGroupName, factoryName, nextLink, options) {
27799
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$2);
28005
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$6);
27800
28006
  }
27801
28007
  }
27802
28008
  // Operation Specifications
27803
- const serializer$7 = coreClient.createSerializer(Mappers, /* isXml */ false);
27804
- const listByFactoryOperationSpec$2 = {
28009
+ const serializer$c = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
28010
+ const listByFactoryOperationSpec$6 = {
27805
28011
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets",
27806
28012
  httpMethod: "GET",
27807
28013
  responses: {
@@ -27820,9 +28026,9 @@ const listByFactoryOperationSpec$2 = {
27820
28026
  factoryName
27821
28027
  ],
27822
28028
  headerParameters: [accept],
27823
- serializer: serializer$7
28029
+ serializer: serializer$c
27824
28030
  };
27825
- const createOrUpdateOperationSpec$3 = {
28031
+ const createOrUpdateOperationSpec$6 = {
27826
28032
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets/{datasetName}",
27827
28033
  httpMethod: "PUT",
27828
28034
  responses: {
@@ -27848,9 +28054,9 @@ const createOrUpdateOperationSpec$3 = {
27848
28054
  ifMatch
27849
28055
  ],
27850
28056
  mediaType: "json",
27851
- serializer: serializer$7
28057
+ serializer: serializer$c
27852
28058
  };
27853
- const getOperationSpec$5 = {
28059
+ const getOperationSpec$8 = {
27854
28060
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets/{datasetName}",
27855
28061
  httpMethod: "GET",
27856
28062
  responses: {
@@ -27871,9 +28077,9 @@ const getOperationSpec$5 = {
27871
28077
  datasetName
27872
28078
  ],
27873
28079
  headerParameters: [accept, ifNoneMatch],
27874
- serializer: serializer$7
28080
+ serializer: serializer$c
27875
28081
  };
27876
- const deleteOperationSpec$4 = {
28082
+ const deleteOperationSpec$6 = {
27877
28083
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/datasets/{datasetName}",
27878
28084
  httpMethod: "DELETE",
27879
28085
  responses: {
@@ -27892,9 +28098,9 @@ const deleteOperationSpec$4 = {
27892
28098
  datasetName
27893
28099
  ],
27894
28100
  headerParameters: [accept],
27895
- serializer: serializer$7
28101
+ serializer: serializer$c
27896
28102
  };
27897
- const listByFactoryNextOperationSpec$2 = {
28103
+ const listByFactoryNextOperationSpec$6 = {
27898
28104
  path: "{nextLink}",
27899
28105
  httpMethod: "GET",
27900
28106
  responses: {
@@ -27914,7 +28120,7 @@ const listByFactoryNextOperationSpec$2 = {
27914
28120
  factoryName
27915
28121
  ],
27916
28122
  headerParameters: [accept],
27917
- serializer: serializer$7
28123
+ serializer: serializer$c
27918
28124
  };
27919
28125
 
27920
28126
  /*
@@ -27991,7 +28197,7 @@ class PipelinesImpl {
27991
28197
  * @param options The options parameters.
27992
28198
  */
27993
28199
  _listByFactory(resourceGroupName, factoryName, options) {
27994
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$3);
28200
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$5);
27995
28201
  }
27996
28202
  /**
27997
28203
  * Creates or updates a pipeline.
@@ -28002,7 +28208,7 @@ class PipelinesImpl {
28002
28208
  * @param options The options parameters.
28003
28209
  */
28004
28210
  createOrUpdate(resourceGroupName, factoryName, pipelineName, pipeline, options) {
28005
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, pipelineName, pipeline, options }, createOrUpdateOperationSpec$4);
28211
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, pipelineName, pipeline, options }, createOrUpdateOperationSpec$5);
28006
28212
  }
28007
28213
  /**
28008
28214
  * Gets a pipeline.
@@ -28012,7 +28218,7 @@ class PipelinesImpl {
28012
28218
  * @param options The options parameters.
28013
28219
  */
28014
28220
  get(resourceGroupName, factoryName, pipelineName, options) {
28015
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, pipelineName, options }, getOperationSpec$6);
28221
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, pipelineName, options }, getOperationSpec$7);
28016
28222
  }
28017
28223
  /**
28018
28224
  * Deletes a pipeline.
@@ -28042,12 +28248,12 @@ class PipelinesImpl {
28042
28248
  * @param options The options parameters.
28043
28249
  */
28044
28250
  _listByFactoryNext(resourceGroupName, factoryName, nextLink, options) {
28045
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$3);
28251
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$5);
28046
28252
  }
28047
28253
  }
28048
28254
  // Operation Specifications
28049
- const serializer$8 = coreClient.createSerializer(Mappers, /* isXml */ false);
28050
- const listByFactoryOperationSpec$3 = {
28255
+ const serializer$b = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
28256
+ const listByFactoryOperationSpec$5 = {
28051
28257
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines",
28052
28258
  httpMethod: "GET",
28053
28259
  responses: {
@@ -28066,9 +28272,9 @@ const listByFactoryOperationSpec$3 = {
28066
28272
  factoryName
28067
28273
  ],
28068
28274
  headerParameters: [accept],
28069
- serializer: serializer$8
28275
+ serializer: serializer$b
28070
28276
  };
28071
- const createOrUpdateOperationSpec$4 = {
28277
+ const createOrUpdateOperationSpec$5 = {
28072
28278
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}",
28073
28279
  httpMethod: "PUT",
28074
28280
  responses: {
@@ -28094,9 +28300,9 @@ const createOrUpdateOperationSpec$4 = {
28094
28300
  ifMatch
28095
28301
  ],
28096
28302
  mediaType: "json",
28097
- serializer: serializer$8
28303
+ serializer: serializer$b
28098
28304
  };
28099
- const getOperationSpec$6 = {
28305
+ const getOperationSpec$7 = {
28100
28306
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}",
28101
28307
  httpMethod: "GET",
28102
28308
  responses: {
@@ -28117,7 +28323,7 @@ const getOperationSpec$6 = {
28117
28323
  pipelineName
28118
28324
  ],
28119
28325
  headerParameters: [accept, ifNoneMatch],
28120
- serializer: serializer$8
28326
+ serializer: serializer$b
28121
28327
  };
28122
28328
  const deleteOperationSpec$5 = {
28123
28329
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}",
@@ -28138,7 +28344,7 @@ const deleteOperationSpec$5 = {
28138
28344
  pipelineName
28139
28345
  ],
28140
28346
  headerParameters: [accept],
28141
- serializer: serializer$8
28347
+ serializer: serializer$b
28142
28348
  };
28143
28349
  const createRunOperationSpec = {
28144
28350
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelines/{pipelineName}/createRun",
@@ -28168,9 +28374,9 @@ const createRunOperationSpec = {
28168
28374
  ],
28169
28375
  headerParameters: [accept, contentType],
28170
28376
  mediaType: "json",
28171
- serializer: serializer$8
28377
+ serializer: serializer$b
28172
28378
  };
28173
- const listByFactoryNextOperationSpec$3 = {
28379
+ const listByFactoryNextOperationSpec$5 = {
28174
28380
  path: "{nextLink}",
28175
28381
  httpMethod: "GET",
28176
28382
  responses: {
@@ -28190,7 +28396,7 @@ const listByFactoryNextOperationSpec$3 = {
28190
28396
  factoryName
28191
28397
  ],
28192
28398
  headerParameters: [accept],
28193
- serializer: serializer$8
28399
+ serializer: serializer$b
28194
28400
  };
28195
28401
 
28196
28402
  /*
@@ -28217,7 +28423,7 @@ class PipelineRunsImpl {
28217
28423
  * @param options The options parameters.
28218
28424
  */
28219
28425
  queryByFactory(resourceGroupName, factoryName, filterParameters, options) {
28220
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, filterParameters, options }, queryByFactoryOperationSpec);
28426
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, filterParameters, options }, queryByFactoryOperationSpec$3);
28221
28427
  }
28222
28428
  /**
28223
28429
  * Get a pipeline run by its run ID.
@@ -28227,7 +28433,7 @@ class PipelineRunsImpl {
28227
28433
  * @param options The options parameters.
28228
28434
  */
28229
28435
  get(resourceGroupName, factoryName, runId, options) {
28230
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, runId, options }, getOperationSpec$7);
28436
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, runId, options }, getOperationSpec$6);
28231
28437
  }
28232
28438
  /**
28233
28439
  * Cancel a pipeline run by its run ID.
@@ -28237,12 +28443,12 @@ class PipelineRunsImpl {
28237
28443
  * @param options The options parameters.
28238
28444
  */
28239
28445
  cancel(resourceGroupName, factoryName, runId, options) {
28240
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, runId, options }, cancelOperationSpec);
28446
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, runId, options }, cancelOperationSpec$1);
28241
28447
  }
28242
28448
  }
28243
28449
  // Operation Specifications
28244
- const serializer$9 = coreClient.createSerializer(Mappers, /* isXml */ false);
28245
- const queryByFactoryOperationSpec = {
28450
+ const serializer$a = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
28451
+ const queryByFactoryOperationSpec$3 = {
28246
28452
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryPipelineRuns",
28247
28453
  httpMethod: "POST",
28248
28454
  responses: {
@@ -28263,9 +28469,9 @@ const queryByFactoryOperationSpec = {
28263
28469
  ],
28264
28470
  headerParameters: [accept, contentType],
28265
28471
  mediaType: "json",
28266
- serializer: serializer$9
28472
+ serializer: serializer$a
28267
28473
  };
28268
- const getOperationSpec$7 = {
28474
+ const getOperationSpec$6 = {
28269
28475
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}",
28270
28476
  httpMethod: "GET",
28271
28477
  responses: {
@@ -28285,9 +28491,9 @@ const getOperationSpec$7 = {
28285
28491
  runId
28286
28492
  ],
28287
28493
  headerParameters: [accept],
28288
- serializer: serializer$9
28494
+ serializer: serializer$a
28289
28495
  };
28290
- const cancelOperationSpec = {
28496
+ const cancelOperationSpec$1 = {
28291
28497
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}/cancel",
28292
28498
  httpMethod: "POST",
28293
28499
  responses: {
@@ -28305,7 +28511,7 @@ const cancelOperationSpec = {
28305
28511
  runId
28306
28512
  ],
28307
28513
  headerParameters: [accept],
28308
- serializer: serializer$9
28514
+ serializer: serializer$a
28309
28515
  };
28310
28516
 
28311
28517
  /*
@@ -28337,7 +28543,7 @@ class ActivityRunsImpl {
28337
28543
  }
28338
28544
  }
28339
28545
  // Operation Specifications
28340
- const serializer$a = coreClient.createSerializer(Mappers, /* isXml */ false);
28546
+ const serializer$9 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
28341
28547
  const queryByPipelineRunOperationSpec = {
28342
28548
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}/queryActivityruns",
28343
28549
  httpMethod: "POST",
@@ -28360,7 +28566,7 @@ const queryByPipelineRunOperationSpec = {
28360
28566
  ],
28361
28567
  headerParameters: [accept, contentType],
28362
28568
  mediaType: "json",
28363
- serializer: serializer$a
28569
+ serializer: serializer$9
28364
28570
  };
28365
28571
 
28366
28572
  /*
@@ -28447,7 +28653,7 @@ class TriggersImpl {
28447
28653
  * @param options The options parameters.
28448
28654
  */
28449
28655
  queryByFactory(resourceGroupName, factoryName, filterParameters, options) {
28450
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, filterParameters, options }, queryByFactoryOperationSpec$1);
28656
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, filterParameters, options }, queryByFactoryOperationSpec$2);
28451
28657
  }
28452
28658
  /**
28453
28659
  * Creates or updates a trigger.
@@ -28458,7 +28664,7 @@ class TriggersImpl {
28458
28664
  * @param options The options parameters.
28459
28665
  */
28460
28666
  createOrUpdate(resourceGroupName, factoryName, triggerName, trigger, options) {
28461
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, triggerName, trigger, options }, createOrUpdateOperationSpec$5);
28667
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, triggerName, trigger, options }, createOrUpdateOperationSpec$4);
28462
28668
  }
28463
28669
  /**
28464
28670
  * Gets a trigger.
@@ -28468,7 +28674,7 @@ class TriggersImpl {
28468
28674
  * @param options The options parameters.
28469
28675
  */
28470
28676
  get(resourceGroupName, factoryName, triggerName, options) {
28471
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, triggerName, options }, getOperationSpec$8);
28677
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, triggerName, options }, getOperationSpec$5);
28472
28678
  }
28473
28679
  /**
28474
28680
  * Deletes a trigger.
@@ -28478,7 +28684,7 @@ class TriggersImpl {
28478
28684
  * @param options The options parameters.
28479
28685
  */
28480
28686
  delete(resourceGroupName, factoryName, triggerName, options) {
28481
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, triggerName, options }, deleteOperationSpec$6);
28687
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, triggerName, options }, deleteOperationSpec$4);
28482
28688
  }
28483
28689
  /**
28484
28690
  * Subscribe event trigger to events.
@@ -28623,7 +28829,7 @@ class TriggersImpl {
28623
28829
  }
28624
28830
  };
28625
28831
  });
28626
- const lro = new LroImpl(sendOperation, { resourceGroupName, factoryName, triggerName, options }, startOperationSpec$1);
28832
+ const lro = new LroImpl(sendOperation, { resourceGroupName, factoryName, triggerName, options }, startOperationSpec);
28627
28833
  return new coreLro.LroEngine(lro, {
28628
28834
  resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
28629
28835
  intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
@@ -28674,7 +28880,7 @@ class TriggersImpl {
28674
28880
  }
28675
28881
  };
28676
28882
  });
28677
- const lro = new LroImpl(sendOperation, { resourceGroupName, factoryName, triggerName, options }, stopOperationSpec$1);
28883
+ const lro = new LroImpl(sendOperation, { resourceGroupName, factoryName, triggerName, options }, stopOperationSpec);
28678
28884
  return new coreLro.LroEngine(lro, {
28679
28885
  resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
28680
28886
  intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
@@ -28706,7 +28912,7 @@ class TriggersImpl {
28706
28912
  }
28707
28913
  }
28708
28914
  // Operation Specifications
28709
- const serializer$b = coreClient.createSerializer(Mappers, /* isXml */ false);
28915
+ const serializer$8 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
28710
28916
  const listByFactoryOperationSpec$4 = {
28711
28917
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers",
28712
28918
  httpMethod: "GET",
@@ -28726,9 +28932,9 @@ const listByFactoryOperationSpec$4 = {
28726
28932
  factoryName
28727
28933
  ],
28728
28934
  headerParameters: [accept],
28729
- serializer: serializer$b
28935
+ serializer: serializer$8
28730
28936
  };
28731
- const queryByFactoryOperationSpec$1 = {
28937
+ const queryByFactoryOperationSpec$2 = {
28732
28938
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/querytriggers",
28733
28939
  httpMethod: "POST",
28734
28940
  responses: {
@@ -28749,9 +28955,9 @@ const queryByFactoryOperationSpec$1 = {
28749
28955
  ],
28750
28956
  headerParameters: [accept, contentType],
28751
28957
  mediaType: "json",
28752
- serializer: serializer$b
28958
+ serializer: serializer$8
28753
28959
  };
28754
- const createOrUpdateOperationSpec$5 = {
28960
+ const createOrUpdateOperationSpec$4 = {
28755
28961
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}",
28756
28962
  httpMethod: "PUT",
28757
28963
  responses: {
@@ -28777,9 +28983,9 @@ const createOrUpdateOperationSpec$5 = {
28777
28983
  ifMatch
28778
28984
  ],
28779
28985
  mediaType: "json",
28780
- serializer: serializer$b
28986
+ serializer: serializer$8
28781
28987
  };
28782
- const getOperationSpec$8 = {
28988
+ const getOperationSpec$5 = {
28783
28989
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}",
28784
28990
  httpMethod: "GET",
28785
28991
  responses: {
@@ -28800,9 +29006,9 @@ const getOperationSpec$8 = {
28800
29006
  triggerName
28801
29007
  ],
28802
29008
  headerParameters: [accept, ifNoneMatch],
28803
- serializer: serializer$b
29009
+ serializer: serializer$8
28804
29010
  };
28805
- const deleteOperationSpec$6 = {
29011
+ const deleteOperationSpec$4 = {
28806
29012
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}",
28807
29013
  httpMethod: "DELETE",
28808
29014
  responses: {
@@ -28821,7 +29027,7 @@ const deleteOperationSpec$6 = {
28821
29027
  triggerName
28822
29028
  ],
28823
29029
  headerParameters: [accept],
28824
- serializer: serializer$b
29030
+ serializer: serializer$8
28825
29031
  };
28826
29032
  const subscribeToEventsOperationSpec = {
28827
29033
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/subscribeToEvents",
@@ -28852,7 +29058,7 @@ const subscribeToEventsOperationSpec = {
28852
29058
  triggerName
28853
29059
  ],
28854
29060
  headerParameters: [accept],
28855
- serializer: serializer$b
29061
+ serializer: serializer$8
28856
29062
  };
28857
29063
  const getEventSubscriptionStatusOperationSpec = {
28858
29064
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/getEventSubscriptionStatus",
@@ -28874,7 +29080,7 @@ const getEventSubscriptionStatusOperationSpec = {
28874
29080
  triggerName
28875
29081
  ],
28876
29082
  headerParameters: [accept],
28877
- serializer: serializer$b
29083
+ serializer: serializer$8
28878
29084
  };
28879
29085
  const unsubscribeFromEventsOperationSpec = {
28880
29086
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/unsubscribeFromEvents",
@@ -28905,9 +29111,9 @@ const unsubscribeFromEventsOperationSpec = {
28905
29111
  triggerName
28906
29112
  ],
28907
29113
  headerParameters: [accept],
28908
- serializer: serializer$b
29114
+ serializer: serializer$8
28909
29115
  };
28910
- const startOperationSpec$1 = {
29116
+ const startOperationSpec = {
28911
29117
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/start",
28912
29118
  httpMethod: "POST",
28913
29119
  responses: {
@@ -28928,9 +29134,9 @@ const startOperationSpec$1 = {
28928
29134
  triggerName
28929
29135
  ],
28930
29136
  headerParameters: [accept],
28931
- serializer: serializer$b
29137
+ serializer: serializer$8
28932
29138
  };
28933
- const stopOperationSpec$1 = {
29139
+ const stopOperationSpec = {
28934
29140
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/stop",
28935
29141
  httpMethod: "POST",
28936
29142
  responses: {
@@ -28951,7 +29157,7 @@ const stopOperationSpec$1 = {
28951
29157
  triggerName
28952
29158
  ],
28953
29159
  headerParameters: [accept],
28954
- serializer: serializer$b
29160
+ serializer: serializer$8
28955
29161
  };
28956
29162
  const listByFactoryNextOperationSpec$4 = {
28957
29163
  path: "{nextLink}",
@@ -28973,7 +29179,7 @@ const listByFactoryNextOperationSpec$4 = {
28973
29179
  factoryName
28974
29180
  ],
28975
29181
  headerParameters: [accept],
28976
- serializer: serializer$b
29182
+ serializer: serializer$8
28977
29183
  };
28978
29184
 
28979
29185
  /*
@@ -29012,7 +29218,7 @@ class TriggerRunsImpl {
29012
29218
  * @param options The options parameters.
29013
29219
  */
29014
29220
  cancel(resourceGroupName, factoryName, triggerName, runId, options) {
29015
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, triggerName, runId, options }, cancelOperationSpec$1);
29221
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, triggerName, runId, options }, cancelOperationSpec);
29016
29222
  }
29017
29223
  /**
29018
29224
  * Query trigger runs.
@@ -29022,11 +29228,11 @@ class TriggerRunsImpl {
29022
29228
  * @param options The options parameters.
29023
29229
  */
29024
29230
  queryByFactory(resourceGroupName, factoryName, filterParameters, options) {
29025
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, filterParameters, options }, queryByFactoryOperationSpec$2);
29231
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, filterParameters, options }, queryByFactoryOperationSpec$1);
29026
29232
  }
29027
29233
  }
29028
29234
  // Operation Specifications
29029
- const serializer$c = coreClient.createSerializer(Mappers, /* isXml */ false);
29235
+ const serializer$7 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
29030
29236
  const rerunOperationSpec = {
29031
29237
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/triggerRuns/{runId}/rerun",
29032
29238
  httpMethod: "POST",
@@ -29046,9 +29252,9 @@ const rerunOperationSpec = {
29046
29252
  triggerName
29047
29253
  ],
29048
29254
  headerParameters: [accept],
29049
- serializer: serializer$c
29255
+ serializer: serializer$7
29050
29256
  };
29051
- const cancelOperationSpec$1 = {
29257
+ const cancelOperationSpec = {
29052
29258
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/triggers/{triggerName}/triggerRuns/{runId}/cancel",
29053
29259
  httpMethod: "POST",
29054
29260
  responses: {
@@ -29067,9 +29273,9 @@ const cancelOperationSpec$1 = {
29067
29273
  triggerName
29068
29274
  ],
29069
29275
  headerParameters: [accept],
29070
- serializer: serializer$c
29276
+ serializer: serializer$7
29071
29277
  };
29072
- const queryByFactoryOperationSpec$2 = {
29278
+ const queryByFactoryOperationSpec$1 = {
29073
29279
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryTriggerRuns",
29074
29280
  httpMethod: "POST",
29075
29281
  responses: {
@@ -29090,7 +29296,7 @@ const queryByFactoryOperationSpec$2 = {
29090
29296
  ],
29091
29297
  headerParameters: [accept, contentType],
29092
29298
  mediaType: "json",
29093
- serializer: serializer$c
29299
+ serializer: serializer$7
29094
29300
  };
29095
29301
 
29096
29302
  /*
@@ -29169,7 +29375,7 @@ class DataFlowsImpl {
29169
29375
  * @param options The options parameters.
29170
29376
  */
29171
29377
  createOrUpdate(resourceGroupName, factoryName, dataFlowName, dataFlow, options) {
29172
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, dataFlowName, dataFlow, options }, createOrUpdateOperationSpec$6);
29378
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, dataFlowName, dataFlow, options }, createOrUpdateOperationSpec$3);
29173
29379
  }
29174
29380
  /**
29175
29381
  * Gets a data flow.
@@ -29179,7 +29385,7 @@ class DataFlowsImpl {
29179
29385
  * @param options The options parameters.
29180
29386
  */
29181
29387
  get(resourceGroupName, factoryName, dataFlowName, options) {
29182
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, dataFlowName, options }, getOperationSpec$9);
29388
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, dataFlowName, options }, getOperationSpec$4);
29183
29389
  }
29184
29390
  /**
29185
29391
  * Deletes a data flow.
@@ -29189,7 +29395,7 @@ class DataFlowsImpl {
29189
29395
  * @param options The options parameters.
29190
29396
  */
29191
29397
  delete(resourceGroupName, factoryName, dataFlowName, options) {
29192
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, dataFlowName, options }, deleteOperationSpec$7);
29398
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, dataFlowName, options }, deleteOperationSpec$3);
29193
29399
  }
29194
29400
  /**
29195
29401
  * Lists data flows.
@@ -29198,7 +29404,7 @@ class DataFlowsImpl {
29198
29404
  * @param options The options parameters.
29199
29405
  */
29200
29406
  _listByFactory(resourceGroupName, factoryName, options) {
29201
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$5);
29407
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$3);
29202
29408
  }
29203
29409
  /**
29204
29410
  * ListByFactoryNext
@@ -29208,12 +29414,12 @@ class DataFlowsImpl {
29208
29414
  * @param options The options parameters.
29209
29415
  */
29210
29416
  _listByFactoryNext(resourceGroupName, factoryName, nextLink, options) {
29211
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$5);
29417
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$3);
29212
29418
  }
29213
29419
  }
29214
29420
  // Operation Specifications
29215
- const serializer$d = coreClient.createSerializer(Mappers, /* isXml */ false);
29216
- const createOrUpdateOperationSpec$6 = {
29421
+ const serializer$6 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
29422
+ const createOrUpdateOperationSpec$3 = {
29217
29423
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/dataflows/{dataFlowName}",
29218
29424
  httpMethod: "PUT",
29219
29425
  responses: {
@@ -29239,9 +29445,9 @@ const createOrUpdateOperationSpec$6 = {
29239
29445
  ifMatch
29240
29446
  ],
29241
29447
  mediaType: "json",
29242
- serializer: serializer$d
29448
+ serializer: serializer$6
29243
29449
  };
29244
- const getOperationSpec$9 = {
29450
+ const getOperationSpec$4 = {
29245
29451
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/dataflows/{dataFlowName}",
29246
29452
  httpMethod: "GET",
29247
29453
  responses: {
@@ -29261,9 +29467,9 @@ const getOperationSpec$9 = {
29261
29467
  dataFlowName
29262
29468
  ],
29263
29469
  headerParameters: [accept, ifNoneMatch],
29264
- serializer: serializer$d
29470
+ serializer: serializer$6
29265
29471
  };
29266
- const deleteOperationSpec$7 = {
29472
+ const deleteOperationSpec$3 = {
29267
29473
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/dataflows/{dataFlowName}",
29268
29474
  httpMethod: "DELETE",
29269
29475
  responses: {
@@ -29282,9 +29488,9 @@ const deleteOperationSpec$7 = {
29282
29488
  dataFlowName
29283
29489
  ],
29284
29490
  headerParameters: [accept],
29285
- serializer: serializer$d
29491
+ serializer: serializer$6
29286
29492
  };
29287
- const listByFactoryOperationSpec$5 = {
29493
+ const listByFactoryOperationSpec$3 = {
29288
29494
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/dataflows",
29289
29495
  httpMethod: "GET",
29290
29496
  responses: {
@@ -29303,9 +29509,9 @@ const listByFactoryOperationSpec$5 = {
29303
29509
  factoryName
29304
29510
  ],
29305
29511
  headerParameters: [accept],
29306
- serializer: serializer$d
29512
+ serializer: serializer$6
29307
29513
  };
29308
- const listByFactoryNextOperationSpec$5 = {
29514
+ const listByFactoryNextOperationSpec$3 = {
29309
29515
  path: "{nextLink}",
29310
29516
  httpMethod: "GET",
29311
29517
  responses: {
@@ -29325,7 +29531,7 @@ const listByFactoryNextOperationSpec$5 = {
29325
29531
  factoryName
29326
29532
  ],
29327
29533
  headerParameters: [accept],
29328
- serializer: serializer$d
29534
+ serializer: serializer$6
29329
29535
  };
29330
29536
 
29331
29537
  /*
@@ -29453,7 +29659,7 @@ class DataFlowDebugSessionImpl {
29453
29659
  * @param options The options parameters.
29454
29660
  */
29455
29661
  _queryByFactory(resourceGroupName, factoryName, options) {
29456
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, queryByFactoryOperationSpec$3);
29662
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, queryByFactoryOperationSpec);
29457
29663
  }
29458
29664
  /**
29459
29665
  * Add a data flow into debug session.
@@ -29473,7 +29679,7 @@ class DataFlowDebugSessionImpl {
29473
29679
  * @param options The options parameters.
29474
29680
  */
29475
29681
  delete(resourceGroupName, factoryName, request, options) {
29476
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, request, options }, deleteOperationSpec$8);
29682
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, request, options }, deleteOperationSpec$2);
29477
29683
  }
29478
29684
  /**
29479
29685
  * Execute a data flow debug command.
@@ -29538,7 +29744,7 @@ class DataFlowDebugSessionImpl {
29538
29744
  }
29539
29745
  }
29540
29746
  // Operation Specifications
29541
- const serializer$e = coreClient.createSerializer(Mappers, /* isXml */ false);
29747
+ const serializer$5 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
29542
29748
  const createOperationSpec = {
29543
29749
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/createDataFlowDebugSession",
29544
29750
  httpMethod: "POST",
@@ -29569,9 +29775,9 @@ const createOperationSpec = {
29569
29775
  ],
29570
29776
  headerParameters: [accept, contentType],
29571
29777
  mediaType: "json",
29572
- serializer: serializer$e
29778
+ serializer: serializer$5
29573
29779
  };
29574
- const queryByFactoryOperationSpec$3 = {
29780
+ const queryByFactoryOperationSpec = {
29575
29781
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryDataFlowDebugSessions",
29576
29782
  httpMethod: "POST",
29577
29783
  responses: {
@@ -29590,7 +29796,7 @@ const queryByFactoryOperationSpec$3 = {
29590
29796
  factoryName
29591
29797
  ],
29592
29798
  headerParameters: [accept],
29593
- serializer: serializer$e
29799
+ serializer: serializer$5
29594
29800
  };
29595
29801
  const addDataFlowOperationSpec = {
29596
29802
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/addDataFlowToDebugSession",
@@ -29613,9 +29819,9 @@ const addDataFlowOperationSpec = {
29613
29819
  ],
29614
29820
  headerParameters: [accept, contentType],
29615
29821
  mediaType: "json",
29616
- serializer: serializer$e
29822
+ serializer: serializer$5
29617
29823
  };
29618
- const deleteOperationSpec$8 = {
29824
+ const deleteOperationSpec$2 = {
29619
29825
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/deleteDataFlowDebugSession",
29620
29826
  httpMethod: "POST",
29621
29827
  responses: {
@@ -29634,7 +29840,7 @@ const deleteOperationSpec$8 = {
29634
29840
  ],
29635
29841
  headerParameters: [accept, contentType],
29636
29842
  mediaType: "json",
29637
- serializer: serializer$e
29843
+ serializer: serializer$5
29638
29844
  };
29639
29845
  const executeCommandOperationSpec = {
29640
29846
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/executeDataFlowDebugCommand",
@@ -29666,7 +29872,7 @@ const executeCommandOperationSpec = {
29666
29872
  ],
29667
29873
  headerParameters: [accept, contentType],
29668
29874
  mediaType: "json",
29669
- serializer: serializer$e
29875
+ serializer: serializer$5
29670
29876
  };
29671
29877
  const queryByFactoryNextOperationSpec = {
29672
29878
  path: "{nextLink}",
@@ -29688,7 +29894,7 @@ const queryByFactoryNextOperationSpec = {
29688
29894
  factoryName
29689
29895
  ],
29690
29896
  headerParameters: [accept],
29691
- serializer: serializer$e
29897
+ serializer: serializer$5
29692
29898
  };
29693
29899
 
29694
29900
  /*
@@ -29765,7 +29971,7 @@ class ManagedVirtualNetworksImpl {
29765
29971
  * @param options The options parameters.
29766
29972
  */
29767
29973
  _listByFactory(resourceGroupName, factoryName, options) {
29768
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$6);
29974
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$2);
29769
29975
  }
29770
29976
  /**
29771
29977
  * Creates or updates a managed Virtual Network.
@@ -29782,7 +29988,7 @@ class ManagedVirtualNetworksImpl {
29782
29988
  managedVirtualNetworkName,
29783
29989
  managedVirtualNetwork,
29784
29990
  options
29785
- }, createOrUpdateOperationSpec$7);
29991
+ }, createOrUpdateOperationSpec$2);
29786
29992
  }
29787
29993
  /**
29788
29994
  * Gets a managed Virtual Network.
@@ -29792,7 +29998,7 @@ class ManagedVirtualNetworksImpl {
29792
29998
  * @param options The options parameters.
29793
29999
  */
29794
30000
  get(resourceGroupName, factoryName, managedVirtualNetworkName, options) {
29795
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, managedVirtualNetworkName, options }, getOperationSpec$a);
30001
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, managedVirtualNetworkName, options }, getOperationSpec$3);
29796
30002
  }
29797
30003
  /**
29798
30004
  * ListByFactoryNext
@@ -29802,12 +30008,12 @@ class ManagedVirtualNetworksImpl {
29802
30008
  * @param options The options parameters.
29803
30009
  */
29804
30010
  _listByFactoryNext(resourceGroupName, factoryName, nextLink, options) {
29805
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$6);
30011
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$2);
29806
30012
  }
29807
30013
  }
29808
30014
  // Operation Specifications
29809
- const serializer$f = coreClient.createSerializer(Mappers, /* isXml */ false);
29810
- const listByFactoryOperationSpec$6 = {
30015
+ const serializer$4 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
30016
+ const listByFactoryOperationSpec$2 = {
29811
30017
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/managedVirtualNetworks",
29812
30018
  httpMethod: "GET",
29813
30019
  responses: {
@@ -29826,9 +30032,9 @@ const listByFactoryOperationSpec$6 = {
29826
30032
  factoryName
29827
30033
  ],
29828
30034
  headerParameters: [accept],
29829
- serializer: serializer$f
30035
+ serializer: serializer$4
29830
30036
  };
29831
- const createOrUpdateOperationSpec$7 = {
30037
+ const createOrUpdateOperationSpec$2 = {
29832
30038
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/managedVirtualNetworks/{managedVirtualNetworkName}",
29833
30039
  httpMethod: "PUT",
29834
30040
  responses: {
@@ -29854,9 +30060,9 @@ const createOrUpdateOperationSpec$7 = {
29854
30060
  ifMatch
29855
30061
  ],
29856
30062
  mediaType: "json",
29857
- serializer: serializer$f
30063
+ serializer: serializer$4
29858
30064
  };
29859
- const getOperationSpec$a = {
30065
+ const getOperationSpec$3 = {
29860
30066
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/managedVirtualNetworks/{managedVirtualNetworkName}",
29861
30067
  httpMethod: "GET",
29862
30068
  responses: {
@@ -29876,9 +30082,9 @@ const getOperationSpec$a = {
29876
30082
  managedVirtualNetworkName
29877
30083
  ],
29878
30084
  headerParameters: [accept, ifNoneMatch],
29879
- serializer: serializer$f
30085
+ serializer: serializer$4
29880
30086
  };
29881
- const listByFactoryNextOperationSpec$6 = {
30087
+ const listByFactoryNextOperationSpec$2 = {
29882
30088
  path: "{nextLink}",
29883
30089
  httpMethod: "GET",
29884
30090
  responses: {
@@ -29898,7 +30104,7 @@ const listByFactoryNextOperationSpec$6 = {
29898
30104
  factoryName
29899
30105
  ],
29900
30106
  headerParameters: [accept],
29901
- serializer: serializer$f
30107
+ serializer: serializer$4
29902
30108
  };
29903
30109
 
29904
30110
  /*
@@ -29977,7 +30183,7 @@ class ManagedPrivateEndpointsImpl {
29977
30183
  * @param options The options parameters.
29978
30184
  */
29979
30185
  _listByFactory(resourceGroupName, factoryName, managedVirtualNetworkName, options) {
29980
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, managedVirtualNetworkName, options }, listByFactoryOperationSpec$7);
30186
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, managedVirtualNetworkName, options }, listByFactoryOperationSpec$1);
29981
30187
  }
29982
30188
  /**
29983
30189
  * Creates or updates a managed private endpoint.
@@ -29996,7 +30202,7 @@ class ManagedPrivateEndpointsImpl {
29996
30202
  managedPrivateEndpointName,
29997
30203
  managedPrivateEndpoint,
29998
30204
  options
29999
- }, createOrUpdateOperationSpec$8);
30205
+ }, createOrUpdateOperationSpec$1);
30000
30206
  }
30001
30207
  /**
30002
30208
  * Gets a managed private endpoint.
@@ -30013,7 +30219,7 @@ class ManagedPrivateEndpointsImpl {
30013
30219
  managedVirtualNetworkName,
30014
30220
  managedPrivateEndpointName,
30015
30221
  options
30016
- }, getOperationSpec$b);
30222
+ }, getOperationSpec$2);
30017
30223
  }
30018
30224
  /**
30019
30225
  * Deletes a managed private endpoint.
@@ -30030,7 +30236,7 @@ class ManagedPrivateEndpointsImpl {
30030
30236
  managedVirtualNetworkName,
30031
30237
  managedPrivateEndpointName,
30032
30238
  options
30033
- }, deleteOperationSpec$9);
30239
+ }, deleteOperationSpec$1);
30034
30240
  }
30035
30241
  /**
30036
30242
  * ListByFactoryNext
@@ -30047,12 +30253,12 @@ class ManagedPrivateEndpointsImpl {
30047
30253
  managedVirtualNetworkName,
30048
30254
  nextLink,
30049
30255
  options
30050
- }, listByFactoryNextOperationSpec$7);
30256
+ }, listByFactoryNextOperationSpec$1);
30051
30257
  }
30052
30258
  }
30053
30259
  // Operation Specifications
30054
- const serializer$g = coreClient.createSerializer(Mappers, /* isXml */ false);
30055
- const listByFactoryOperationSpec$7 = {
30260
+ const serializer$3 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
30261
+ const listByFactoryOperationSpec$1 = {
30056
30262
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/managedVirtualNetworks/{managedVirtualNetworkName}/managedPrivateEndpoints",
30057
30263
  httpMethod: "GET",
30058
30264
  responses: {
@@ -30072,9 +30278,9 @@ const listByFactoryOperationSpec$7 = {
30072
30278
  managedVirtualNetworkName
30073
30279
  ],
30074
30280
  headerParameters: [accept],
30075
- serializer: serializer$g
30281
+ serializer: serializer$3
30076
30282
  };
30077
- const createOrUpdateOperationSpec$8 = {
30283
+ const createOrUpdateOperationSpec$1 = {
30078
30284
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/managedVirtualNetworks/{managedVirtualNetworkName}/managedPrivateEndpoints/{managedPrivateEndpointName}",
30079
30285
  httpMethod: "PUT",
30080
30286
  responses: {
@@ -30101,9 +30307,9 @@ const createOrUpdateOperationSpec$8 = {
30101
30307
  ifMatch
30102
30308
  ],
30103
30309
  mediaType: "json",
30104
- serializer: serializer$g
30310
+ serializer: serializer$3
30105
30311
  };
30106
- const getOperationSpec$b = {
30312
+ const getOperationSpec$2 = {
30107
30313
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/managedVirtualNetworks/{managedVirtualNetworkName}/managedPrivateEndpoints/{managedPrivateEndpointName}",
30108
30314
  httpMethod: "GET",
30109
30315
  responses: {
@@ -30124,9 +30330,9 @@ const getOperationSpec$b = {
30124
30330
  managedPrivateEndpointName
30125
30331
  ],
30126
30332
  headerParameters: [accept, ifNoneMatch],
30127
- serializer: serializer$g
30333
+ serializer: serializer$3
30128
30334
  };
30129
- const deleteOperationSpec$9 = {
30335
+ const deleteOperationSpec$1 = {
30130
30336
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/managedVirtualNetworks/{managedVirtualNetworkName}/managedPrivateEndpoints/{managedPrivateEndpointName}",
30131
30337
  httpMethod: "DELETE",
30132
30338
  responses: {
@@ -30146,9 +30352,9 @@ const deleteOperationSpec$9 = {
30146
30352
  managedPrivateEndpointName
30147
30353
  ],
30148
30354
  headerParameters: [accept],
30149
- serializer: serializer$g
30355
+ serializer: serializer$3
30150
30356
  };
30151
- const listByFactoryNextOperationSpec$7 = {
30357
+ const listByFactoryNextOperationSpec$1 = {
30152
30358
  path: "{nextLink}",
30153
30359
  httpMethod: "GET",
30154
30360
  responses: {
@@ -30169,7 +30375,7 @@ const listByFactoryNextOperationSpec$7 = {
30169
30375
  managedVirtualNetworkName
30170
30376
  ],
30171
30377
  headerParameters: [accept],
30172
- serializer: serializer$g
30378
+ serializer: serializer$3
30173
30379
  };
30174
30380
 
30175
30381
  /*
@@ -30246,7 +30452,7 @@ class PrivateEndPointConnectionsImpl {
30246
30452
  * @param options The options parameters.
30247
30453
  */
30248
30454
  _listByFactory(resourceGroupName, factoryName, options) {
30249
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec$8);
30455
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, listByFactoryOperationSpec);
30250
30456
  }
30251
30457
  /**
30252
30458
  * ListByFactoryNext
@@ -30256,12 +30462,12 @@ class PrivateEndPointConnectionsImpl {
30256
30462
  * @param options The options parameters.
30257
30463
  */
30258
30464
  _listByFactoryNext(resourceGroupName, factoryName, nextLink, options) {
30259
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec$8);
30465
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, nextLink, options }, listByFactoryNextOperationSpec);
30260
30466
  }
30261
30467
  }
30262
30468
  // Operation Specifications
30263
- const serializer$h = coreClient.createSerializer(Mappers, /* isXml */ false);
30264
- const listByFactoryOperationSpec$8 = {
30469
+ const serializer$2 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
30470
+ const listByFactoryOperationSpec = {
30265
30471
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndPointConnections",
30266
30472
  httpMethod: "GET",
30267
30473
  responses: {
@@ -30280,9 +30486,9 @@ const listByFactoryOperationSpec$8 = {
30280
30486
  factoryName
30281
30487
  ],
30282
30488
  headerParameters: [accept],
30283
- serializer: serializer$h
30489
+ serializer: serializer$2
30284
30490
  };
30285
- const listByFactoryNextOperationSpec$8 = {
30491
+ const listByFactoryNextOperationSpec = {
30286
30492
  path: "{nextLink}",
30287
30493
  httpMethod: "GET",
30288
30494
  responses: {
@@ -30302,7 +30508,7 @@ const listByFactoryNextOperationSpec$8 = {
30302
30508
  factoryName
30303
30509
  ],
30304
30510
  headerParameters: [accept],
30305
- serializer: serializer$h
30511
+ serializer: serializer$2
30306
30512
  };
30307
30513
 
30308
30514
  /*
@@ -30336,7 +30542,7 @@ class PrivateEndpointConnectionImpl {
30336
30542
  privateEndpointConnectionName,
30337
30543
  privateEndpointWrapper,
30338
30544
  options
30339
- }, createOrUpdateOperationSpec$9);
30545
+ }, createOrUpdateOperationSpec);
30340
30546
  }
30341
30547
  /**
30342
30548
  * Gets a private endpoint connection
@@ -30351,7 +30557,7 @@ class PrivateEndpointConnectionImpl {
30351
30557
  factoryName,
30352
30558
  privateEndpointConnectionName,
30353
30559
  options
30354
- }, getOperationSpec$c);
30560
+ }, getOperationSpec$1);
30355
30561
  }
30356
30562
  /**
30357
30563
  * Deletes a private endpoint connection
@@ -30366,12 +30572,12 @@ class PrivateEndpointConnectionImpl {
30366
30572
  factoryName,
30367
30573
  privateEndpointConnectionName,
30368
30574
  options
30369
- }, deleteOperationSpec$a);
30575
+ }, deleteOperationSpec);
30370
30576
  }
30371
30577
  }
30372
30578
  // Operation Specifications
30373
- const serializer$i = coreClient.createSerializer(Mappers, /* isXml */ false);
30374
- const createOrUpdateOperationSpec$9 = {
30579
+ const serializer$1 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
30580
+ const createOrUpdateOperationSpec = {
30375
30581
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}",
30376
30582
  httpMethod: "PUT",
30377
30583
  responses: {
@@ -30397,9 +30603,9 @@ const createOrUpdateOperationSpec$9 = {
30397
30603
  ifMatch
30398
30604
  ],
30399
30605
  mediaType: "json",
30400
- serializer: serializer$i
30606
+ serializer: serializer$1
30401
30607
  };
30402
- const getOperationSpec$c = {
30608
+ const getOperationSpec$1 = {
30403
30609
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}",
30404
30610
  httpMethod: "GET",
30405
30611
  responses: {
@@ -30419,9 +30625,9 @@ const getOperationSpec$c = {
30419
30625
  privateEndpointConnectionName
30420
30626
  ],
30421
30627
  headerParameters: [accept, ifNoneMatch],
30422
- serializer: serializer$i
30628
+ serializer: serializer$1
30423
30629
  };
30424
- const deleteOperationSpec$a = {
30630
+ const deleteOperationSpec = {
30425
30631
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}",
30426
30632
  httpMethod: "DELETE",
30427
30633
  responses: {
@@ -30440,7 +30646,7 @@ const deleteOperationSpec$a = {
30440
30646
  privateEndpointConnectionName
30441
30647
  ],
30442
30648
  headerParameters: [accept],
30443
- serializer: serializer$i
30649
+ serializer: serializer$1
30444
30650
  };
30445
30651
 
30446
30652
  /*
@@ -30466,12 +30672,12 @@ class PrivateLinkResourcesImpl {
30466
30672
  * @param options The options parameters.
30467
30673
  */
30468
30674
  get(resourceGroupName, factoryName, options) {
30469
- return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, getOperationSpec$d);
30675
+ return this.client.sendOperationRequest({ resourceGroupName, factoryName, options }, getOperationSpec);
30470
30676
  }
30471
30677
  }
30472
30678
  // Operation Specifications
30473
- const serializer$j = coreClient.createSerializer(Mappers, /* isXml */ false);
30474
- const getOperationSpec$d = {
30679
+ const serializer = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
30680
+ const getOperationSpec = {
30475
30681
  path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateLinkResources",
30476
30682
  httpMethod: "GET",
30477
30683
  responses: {
@@ -30490,7 +30696,7 @@ const getOperationSpec$d = {
30490
30696
  factoryName
30491
30697
  ],
30492
30698
  headerParameters: [accept],
30493
- serializer: serializer$j
30699
+ serializer
30494
30700
  };
30495
30701
 
30496
30702
  /*
@@ -30500,7 +30706,7 @@ const getOperationSpec$d = {
30500
30706
  * Code generated by Microsoft (R) AutoRest Code Generator.
30501
30707
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
30502
30708
  */
30503
- class DataFactoryManagementClient extends coreClient.ServiceClient {
30709
+ class DataFactoryManagementClient extends coreClient__namespace.ServiceClient {
30504
30710
  /**
30505
30711
  * Initializes a new instance of the DataFactoryManagementClient class.
30506
30712
  * @param credentials Subscription credentials which uniquely identify client subscription.