@azure/arm-datafactory 16.0.1-alpha.20240827.1 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +63 -33
- package/dist/index.js +231 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/dataFactoryManagementClient.js +1 -1
- package/dist-esm/src/models/index.d.ts +94 -9
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +4 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +3 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +223 -1
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/package.json +5 -5
- package/review/arm-datafactory.api.md +51 -2
- package/src/dataFactoryManagementClient.ts +1 -1
- package/src/models/index.ts +96 -7
- package/src/models/mappers.ts +255 -1
- package/types/arm-datafactory.d.ts +97 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,48 @@
|
|
|
1
1
|
# Release History
|
|
2
|
-
|
|
3
|
-
##
|
|
4
|
-
|
|
2
|
+
|
|
3
|
+
## 17.0.0 (2024-08-27)
|
|
4
|
+
|
|
5
5
|
### Features Added
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
- Added Interface AzureStorageLinkedServiceTypeProperties
|
|
8
|
+
- Added Interface AzureTableStorageLinkedServiceTypeProperties
|
|
9
|
+
- Added Interface ContinuationSettingsReference
|
|
10
|
+
- Interface AzureFileStorageLinkedService has a new optional parameter credential
|
|
11
|
+
- Interface AzureFileStorageLinkedService has a new optional parameter serviceEndpoint
|
|
12
|
+
- Interface AzureTableStorageLinkedService has a new optional parameter credential
|
|
13
|
+
- Interface AzureTableStorageLinkedService has a new optional parameter serviceEndpoint
|
|
14
|
+
- Interface CommonDataServiceForAppsLinkedService has a new optional parameter domain
|
|
15
|
+
- Interface DynamicsCrmLinkedService has a new optional parameter domain
|
|
16
|
+
- Interface DynamicsLinkedService has a new optional parameter domain
|
|
17
|
+
- Interface ExecuteDataFlowActivity has a new optional parameter continuationSettings
|
|
18
|
+
- Interface ExecuteDataFlowActivityTypeProperties has a new optional parameter continuationSettings
|
|
19
|
+
- Interface ExecuteWranglingDataflowActivity has a new optional parameter continuationSettings
|
|
20
|
+
- Interface LinkedService has a new optional parameter version
|
|
21
|
+
- Interface RestServiceLinkedService has a new optional parameter servicePrincipalCredentialType
|
|
22
|
+
- Interface RestServiceLinkedService has a new optional parameter servicePrincipalEmbeddedCert
|
|
23
|
+
- Interface RestServiceLinkedService has a new optional parameter servicePrincipalEmbeddedCertPassword
|
|
24
|
+
- Interface SharePointOnlineListLinkedService has a new optional parameter servicePrincipalCredentialType
|
|
25
|
+
- Interface SharePointOnlineListLinkedService has a new optional parameter servicePrincipalEmbeddedCert
|
|
26
|
+
- Interface SharePointOnlineListLinkedService has a new optional parameter servicePrincipalEmbeddedCertPassword
|
|
27
|
+
- Interface SnowflakeExportCopyCommand has a new optional parameter storageIntegration
|
|
28
|
+
- Interface SnowflakeImportCopyCommand has a new optional parameter storageIntegration
|
|
29
|
+
- Interface SqlServerLinkedService has a new optional parameter credential
|
|
30
|
+
- Interface SqlServerLinkedServiceTypeProperties has a new optional parameter credential
|
|
31
|
+
- Interface VerticaLinkedService has a new optional parameter database
|
|
32
|
+
- Interface VerticaLinkedService has a new optional parameter port
|
|
33
|
+
- Interface VerticaLinkedService has a new optional parameter server
|
|
34
|
+
- Interface VerticaLinkedService has a new optional parameter uid
|
|
35
|
+
- Enum KnownDynamicsAuthenticationType has a new value ActiveDirectory
|
|
36
|
+
- Enum KnownSqlServerAuthenticationType has a new value UserAssignedManagedIdentity
|
|
8
37
|
|
|
9
|
-
###
|
|
10
|
-
|
|
11
|
-
### Other Changes
|
|
38
|
+
### Breaking Changes
|
|
12
39
|
|
|
40
|
+
- Interface HDInsightOnDemandLinkedService has a new required parameter versionTypePropertiesVersion
|
|
41
|
+
|
|
42
|
+
|
|
13
43
|
## 16.0.0 (2024-06-11)
|
|
14
44
|
|
|
15
|
-
|
|
45
|
+
### Features Added
|
|
16
46
|
|
|
17
47
|
- Added Interface AmazonRdsForSqlServerLinkedServiceTypeProperties
|
|
18
48
|
- Added Interface AzureSqlDatabaseLinkedServiceTypeProperties
|
|
@@ -148,7 +178,7 @@
|
|
|
148
178
|
- Added Enum KnownSqlServerAuthenticationType
|
|
149
179
|
- Enum KnownExpressionV2Type has a new value NAry
|
|
150
180
|
|
|
151
|
-
|
|
181
|
+
### Breaking Changes
|
|
152
182
|
|
|
153
183
|
- Interface ExpressionV2 no longer has parameter operator
|
|
154
184
|
- Type of parameter type of interface ScriptActivityScriptBlock is changed from ScriptType to any
|
|
@@ -156,7 +186,7 @@
|
|
|
156
186
|
|
|
157
187
|
## 15.0.0 (2024-04-12)
|
|
158
188
|
|
|
159
|
-
|
|
189
|
+
### Features Added
|
|
160
190
|
|
|
161
191
|
- Added Interface ServicePrincipalCredentialResource
|
|
162
192
|
- Type of parameter headers of interface AzureFunctionActivity is changed from {
|
|
@@ -175,7 +205,7 @@
|
|
|
175
205
|
[propertyName: string]: any;
|
|
176
206
|
}
|
|
177
207
|
|
|
178
|
-
|
|
208
|
+
### Breaking Changes
|
|
179
209
|
|
|
180
210
|
- Operation CredentialOperations.createOrUpdate has a new signature
|
|
181
211
|
- Interface ManagedIdentityCredential no longer has parameter resourceId
|
|
@@ -184,7 +214,7 @@
|
|
|
184
214
|
|
|
185
215
|
## 14.1.0 (2024-03-11)
|
|
186
216
|
|
|
187
|
-
|
|
217
|
+
### Features Added
|
|
188
218
|
|
|
189
219
|
- Added Interface ExpressionV2
|
|
190
220
|
- Added Interface GoogleBigQueryV2LinkedService
|
|
@@ -210,7 +240,7 @@
|
|
|
210
240
|
|
|
211
241
|
## 14.0.0 (2024-02-04)
|
|
212
242
|
|
|
213
|
-
|
|
243
|
+
### Features Added
|
|
214
244
|
|
|
215
245
|
- Added Interface SnowflakeV2Dataset
|
|
216
246
|
- Added Interface SnowflakeV2LinkedService
|
|
@@ -232,7 +262,7 @@
|
|
|
232
262
|
- Type of parameter type of interface TabularSource has a new value "WarehouseSource"
|
|
233
263
|
- Added Enum KnownSnowflakeAuthenticationType
|
|
234
264
|
|
|
235
|
-
|
|
265
|
+
### Breaking Changes
|
|
236
266
|
|
|
237
267
|
- Interface SalesforceServiceCloudV2Source no longer has parameter readBehavior
|
|
238
268
|
- Interface SalesforceV2Source no longer has parameter readBehavior
|
|
@@ -250,7 +280,7 @@
|
|
|
250
280
|
|
|
251
281
|
## 13.0.0 (2023-12-28)
|
|
252
282
|
|
|
253
|
-
|
|
283
|
+
### Features Added
|
|
254
284
|
|
|
255
285
|
- Added Interface SalesforceServiceCloudV2LinkedService
|
|
256
286
|
- Added Interface SalesforceServiceCloudV2ObjectDataset
|
|
@@ -286,14 +316,14 @@
|
|
|
286
316
|
- Added Enum KnownSalesforceV2SinkWriteBehavior
|
|
287
317
|
- Added Enum KnownSalesforceV2SourceReadBehavior
|
|
288
318
|
|
|
289
|
-
|
|
319
|
+
### Breaking Changes
|
|
290
320
|
|
|
291
321
|
- Interface MariaDBLinkedService no longer has parameter pwd
|
|
292
322
|
|
|
293
323
|
|
|
294
324
|
## 12.0.0 (2023-11-10)
|
|
295
325
|
|
|
296
|
-
|
|
326
|
+
### Features Added
|
|
297
327
|
|
|
298
328
|
- Added operation group ChangeDataCapture
|
|
299
329
|
- Added Interface ChangeDataCaptureCreateOrUpdateOptionalParams
|
|
@@ -436,7 +466,7 @@
|
|
|
436
466
|
- Added Enum KnownFrequencyType
|
|
437
467
|
- Added Enum KnownMappingType
|
|
438
468
|
|
|
439
|
-
|
|
469
|
+
### Breaking Changes
|
|
440
470
|
|
|
441
471
|
- Interface HttpReadSettings no longer has parameter enablePartitionDiscovery
|
|
442
472
|
- Interface HttpReadSettings no longer has parameter partitionRootPath
|
|
@@ -568,7 +598,7 @@
|
|
|
568
598
|
|
|
569
599
|
## 11.1.0 (2023-03-02)
|
|
570
600
|
|
|
571
|
-
|
|
601
|
+
### Features Added
|
|
572
602
|
|
|
573
603
|
- Interface AzureBlobFSLinkedService has a new optional parameter sasToken
|
|
574
604
|
- Interface AzureBlobFSLinkedService has a new optional parameter sasUri
|
|
@@ -576,7 +606,7 @@
|
|
|
576
606
|
|
|
577
607
|
## 11.0.0 (2023-02-10)
|
|
578
608
|
|
|
579
|
-
|
|
609
|
+
### Features Added
|
|
580
610
|
|
|
581
611
|
- Added operation group CredentialOperations
|
|
582
612
|
- Added Interface CopyComputeScaleProperties
|
|
@@ -610,31 +640,31 @@
|
|
|
610
640
|
- Added Enum KnownSparkConfigurationReferenceType
|
|
611
641
|
- Type of parameter numExecutors of interface SynapseSparkJobDefinitionActivity is changed from number to any
|
|
612
642
|
|
|
613
|
-
|
|
643
|
+
### Breaking Changes
|
|
614
644
|
|
|
615
645
|
- Parameter exportSettings of interface SnowflakeSource is now required
|
|
616
646
|
|
|
617
647
|
|
|
618
648
|
## 10.10.1 (2023-01-04)
|
|
619
649
|
|
|
620
|
-
|
|
650
|
+
### Features Added
|
|
621
651
|
|
|
622
652
|
- Exposes `getContinuationToken` helper function to extract continuation token
|
|
623
653
|
|
|
624
|
-
|
|
654
|
+
### Bugs Fixed
|
|
625
655
|
|
|
626
656
|
- A series of small bug fixs relevant to authentication and apiVersion policy
|
|
627
657
|
|
|
628
658
|
## 10.10.0 (2022-11-04)
|
|
629
659
|
|
|
630
|
-
|
|
660
|
+
### Features Added
|
|
631
661
|
|
|
632
662
|
- Interface ScriptActivity has a new optional parameter scriptBlockExecutionTimeout
|
|
633
663
|
|
|
634
664
|
|
|
635
665
|
## 10.9.0 (2022-10-17)
|
|
636
666
|
|
|
637
|
-
|
|
667
|
+
### Features Added
|
|
638
668
|
|
|
639
669
|
- Interface AzureSynapseArtifactsLinkedService has a new optional parameter workspaceResourceId
|
|
640
670
|
- Interface FactoryRepoConfiguration has a new optional parameter disablePublish
|
|
@@ -644,7 +674,7 @@
|
|
|
644
674
|
|
|
645
675
|
## 10.8.0 (2022-09-07)
|
|
646
676
|
|
|
647
|
-
|
|
677
|
+
### Features Added
|
|
648
678
|
|
|
649
679
|
- Added Interface AzureSynapseArtifactsLinkedService
|
|
650
680
|
- Added Interface BigDataPoolParametrizationReference
|
|
@@ -666,7 +696,7 @@
|
|
|
666
696
|
|
|
667
697
|
## 10.7.0 (2022-06-22)
|
|
668
698
|
|
|
669
|
-
|
|
699
|
+
### Features Added
|
|
670
700
|
|
|
671
701
|
- Added Interface AmazonMWSLinkedService
|
|
672
702
|
- Added Interface AmazonMWSObjectDataset
|
|
@@ -1169,7 +1199,7 @@
|
|
|
1169
1199
|
|
|
1170
1200
|
## 10.6.0 (2022-06-07)
|
|
1171
1201
|
|
|
1172
|
-
|
|
1202
|
+
### Features Added
|
|
1173
1203
|
|
|
1174
1204
|
- Added operation group GlobalParameters
|
|
1175
1205
|
- Added Interface GlobalParameterListResponse
|
|
@@ -1199,7 +1229,7 @@
|
|
|
1199
1229
|
|
|
1200
1230
|
## 10.5.0 (2022-05-09)
|
|
1201
1231
|
|
|
1202
|
-
|
|
1232
|
+
### Features Added
|
|
1203
1233
|
|
|
1204
1234
|
- Added Interface PrivateEndpoint
|
|
1205
1235
|
- Interface PrivateLinkConnectionApprovalRequest has a new optional parameter privateEndpoint
|
|
@@ -1208,7 +1238,7 @@
|
|
|
1208
1238
|
|
|
1209
1239
|
## 10.4.0 (2022-04-20)
|
|
1210
1240
|
|
|
1211
|
-
|
|
1241
|
+
### Features Added
|
|
1212
1242
|
|
|
1213
1243
|
- Added Type Alias AppFiguresLinkedService
|
|
1214
1244
|
- Added Type Alias AsanaLinkedService
|
|
@@ -1218,7 +1248,7 @@
|
|
|
1218
1248
|
|
|
1219
1249
|
## 10.3.0 (2022-04-06)
|
|
1220
1250
|
|
|
1221
|
-
|
|
1251
|
+
### Features Added
|
|
1222
1252
|
|
|
1223
1253
|
- Added Interface ExecutePipelineActivityPolicy
|
|
1224
1254
|
- Added Type Alias CredentialReferenceType
|
|
@@ -1236,7 +1266,7 @@
|
|
|
1236
1266
|
|
|
1237
1267
|
## 10.2.0 (2022-02-22)
|
|
1238
1268
|
|
|
1239
|
-
|
|
1269
|
+
### Features Added
|
|
1240
1270
|
|
|
1241
1271
|
- Added Interface ScriptActivityParameter
|
|
1242
1272
|
- Added Interface ScriptActivityScriptBlock
|
|
@@ -1262,7 +1292,7 @@
|
|
|
1262
1292
|
|
|
1263
1293
|
## 10.1.0 (2022-01-10)
|
|
1264
1294
|
|
|
1265
|
-
|
|
1295
|
+
### Features Added
|
|
1266
1296
|
|
|
1267
1297
|
- Added Type Alias FailActivity
|
|
1268
1298
|
- Type Alias AzureBlobFSLinkedService has a new parameter servicePrincipalCredentialType
|
package/dist/index.js
CHANGED
|
@@ -511,6 +511,8 @@ exports.KnownSqlServerAuthenticationType = void 0;
|
|
|
511
511
|
KnownSqlServerAuthenticationType["SQL"] = "SQL";
|
|
512
512
|
/** Windows */
|
|
513
513
|
KnownSqlServerAuthenticationType["Windows"] = "Windows";
|
|
514
|
+
/** UserAssignedManagedIdentity */
|
|
515
|
+
KnownSqlServerAuthenticationType["UserAssignedManagedIdentity"] = "UserAssignedManagedIdentity";
|
|
514
516
|
})(exports.KnownSqlServerAuthenticationType || (exports.KnownSqlServerAuthenticationType = {}));
|
|
515
517
|
/** Known values of {@link SqlAlwaysEncryptedAkvAuthType} that the service accepts. */
|
|
516
518
|
exports.KnownSqlAlwaysEncryptedAkvAuthType = void 0;
|
|
@@ -1227,6 +1229,8 @@ exports.KnownDynamicsAuthenticationType = void 0;
|
|
|
1227
1229
|
KnownDynamicsAuthenticationType["Ifd"] = "Ifd";
|
|
1228
1230
|
/** AADServicePrincipal */
|
|
1229
1231
|
KnownDynamicsAuthenticationType["AADServicePrincipal"] = "AADServicePrincipal";
|
|
1232
|
+
/** ActiveDirectory */
|
|
1233
|
+
KnownDynamicsAuthenticationType["ActiveDirectory"] = "Active Directory";
|
|
1230
1234
|
})(exports.KnownDynamicsAuthenticationType || (exports.KnownDynamicsAuthenticationType = {}));
|
|
1231
1235
|
/** Known values of {@link ServicePrincipalCredentialType} that the service accepts. */
|
|
1232
1236
|
exports.KnownServicePrincipalCredentialType = void 0;
|
|
@@ -3024,6 +3028,12 @@ const LinkedService = {
|
|
|
3024
3028
|
name: "String",
|
|
3025
3029
|
},
|
|
3026
3030
|
},
|
|
3031
|
+
version: {
|
|
3032
|
+
serializedName: "version",
|
|
3033
|
+
type: {
|
|
3034
|
+
name: "String",
|
|
3035
|
+
},
|
|
3036
|
+
},
|
|
3027
3037
|
connectVia: {
|
|
3028
3038
|
serializedName: "connectVia",
|
|
3029
3039
|
type: {
|
|
@@ -6786,6 +6796,46 @@ const SsisVariable = {
|
|
|
6786
6796
|
},
|
|
6787
6797
|
},
|
|
6788
6798
|
};
|
|
6799
|
+
const AzureStorageLinkedServiceTypeProperties = {
|
|
6800
|
+
type: {
|
|
6801
|
+
name: "Composite",
|
|
6802
|
+
className: "AzureStorageLinkedServiceTypeProperties",
|
|
6803
|
+
modelProperties: {
|
|
6804
|
+
connectionString: {
|
|
6805
|
+
serializedName: "connectionString",
|
|
6806
|
+
type: {
|
|
6807
|
+
name: "any",
|
|
6808
|
+
},
|
|
6809
|
+
},
|
|
6810
|
+
accountKey: {
|
|
6811
|
+
serializedName: "accountKey",
|
|
6812
|
+
type: {
|
|
6813
|
+
name: "Composite",
|
|
6814
|
+
className: "AzureKeyVaultSecretReference",
|
|
6815
|
+
},
|
|
6816
|
+
},
|
|
6817
|
+
sasUri: {
|
|
6818
|
+
serializedName: "sasUri",
|
|
6819
|
+
type: {
|
|
6820
|
+
name: "any",
|
|
6821
|
+
},
|
|
6822
|
+
},
|
|
6823
|
+
sasToken: {
|
|
6824
|
+
serializedName: "sasToken",
|
|
6825
|
+
type: {
|
|
6826
|
+
name: "Composite",
|
|
6827
|
+
className: "AzureKeyVaultSecretReference",
|
|
6828
|
+
},
|
|
6829
|
+
},
|
|
6830
|
+
encryptedCredential: {
|
|
6831
|
+
serializedName: "encryptedCredential",
|
|
6832
|
+
type: {
|
|
6833
|
+
name: "String",
|
|
6834
|
+
},
|
|
6835
|
+
},
|
|
6836
|
+
},
|
|
6837
|
+
},
|
|
6838
|
+
};
|
|
6789
6839
|
const SqlServerBaseLinkedServiceTypeProperties = {
|
|
6790
6840
|
type: {
|
|
6791
6841
|
name: "Composite",
|
|
@@ -8492,6 +8542,13 @@ const ExecuteDataFlowActivityTypeProperties = {
|
|
|
8492
8542
|
className: "IntegrationRuntimeReference",
|
|
8493
8543
|
},
|
|
8494
8544
|
},
|
|
8545
|
+
continuationSettings: {
|
|
8546
|
+
serializedName: "continuationSettings",
|
|
8547
|
+
type: {
|
|
8548
|
+
name: "Composite",
|
|
8549
|
+
className: "ContinuationSettingsReference",
|
|
8550
|
+
},
|
|
8551
|
+
},
|
|
8495
8552
|
compute: {
|
|
8496
8553
|
serializedName: "compute",
|
|
8497
8554
|
type: {
|
|
@@ -8526,6 +8583,32 @@ const ExecuteDataFlowActivityTypeProperties = {
|
|
|
8526
8583
|
},
|
|
8527
8584
|
},
|
|
8528
8585
|
};
|
|
8586
|
+
const ContinuationSettingsReference = {
|
|
8587
|
+
type: {
|
|
8588
|
+
name: "Composite",
|
|
8589
|
+
className: "ContinuationSettingsReference",
|
|
8590
|
+
modelProperties: {
|
|
8591
|
+
continuationTtlInMinutes: {
|
|
8592
|
+
serializedName: "continuationTtlInMinutes",
|
|
8593
|
+
type: {
|
|
8594
|
+
name: "any",
|
|
8595
|
+
},
|
|
8596
|
+
},
|
|
8597
|
+
idleCondition: {
|
|
8598
|
+
serializedName: "idleCondition",
|
|
8599
|
+
type: {
|
|
8600
|
+
name: "any",
|
|
8601
|
+
},
|
|
8602
|
+
},
|
|
8603
|
+
customizedCheckpointKey: {
|
|
8604
|
+
serializedName: "customizedCheckpointKey",
|
|
8605
|
+
type: {
|
|
8606
|
+
name: "any",
|
|
8607
|
+
},
|
|
8608
|
+
},
|
|
8609
|
+
},
|
|
8610
|
+
},
|
|
8611
|
+
};
|
|
8529
8612
|
const ExecuteDataFlowActivityTypePropertiesCompute = {
|
|
8530
8613
|
type: {
|
|
8531
8614
|
name: "Composite",
|
|
@@ -9955,6 +10038,17 @@ const AzureTableStorageLinkedService = {
|
|
|
9955
10038
|
type: {
|
|
9956
10039
|
name: "String",
|
|
9957
10040
|
},
|
|
10041
|
+
}, serviceEndpoint: {
|
|
10042
|
+
serializedName: "typeProperties.serviceEndpoint",
|
|
10043
|
+
type: {
|
|
10044
|
+
name: "any",
|
|
10045
|
+
},
|
|
10046
|
+
}, credential: {
|
|
10047
|
+
serializedName: "typeProperties.credential",
|
|
10048
|
+
type: {
|
|
10049
|
+
name: "Composite",
|
|
10050
|
+
className: "CredentialReference",
|
|
10051
|
+
},
|
|
9958
10052
|
} }),
|
|
9959
10053
|
},
|
|
9960
10054
|
};
|
|
@@ -10263,6 +10357,12 @@ const SqlServerLinkedService = {
|
|
|
10263
10357
|
name: "Composite",
|
|
10264
10358
|
className: "SqlAlwaysEncryptedProperties",
|
|
10265
10359
|
},
|
|
10360
|
+
}, credential: {
|
|
10361
|
+
serializedName: "typeProperties.credential",
|
|
10362
|
+
type: {
|
|
10363
|
+
name: "Composite",
|
|
10364
|
+
className: "CredentialReference",
|
|
10365
|
+
},
|
|
10266
10366
|
} }),
|
|
10267
10367
|
},
|
|
10268
10368
|
};
|
|
@@ -10945,6 +11045,11 @@ const DynamicsLinkedService = {
|
|
|
10945
11045
|
type: {
|
|
10946
11046
|
name: "any",
|
|
10947
11047
|
},
|
|
11048
|
+
}, domain: {
|
|
11049
|
+
serializedName: "typeProperties.domain",
|
|
11050
|
+
type: {
|
|
11051
|
+
name: "any",
|
|
11052
|
+
},
|
|
10948
11053
|
}, username: {
|
|
10949
11054
|
serializedName: "typeProperties.username",
|
|
10950
11055
|
type: {
|
|
@@ -11026,6 +11131,11 @@ const DynamicsCrmLinkedService = {
|
|
|
11026
11131
|
type: {
|
|
11027
11132
|
name: "any",
|
|
11028
11133
|
},
|
|
11134
|
+
}, domain: {
|
|
11135
|
+
serializedName: "typeProperties.domain",
|
|
11136
|
+
type: {
|
|
11137
|
+
name: "any",
|
|
11138
|
+
},
|
|
11029
11139
|
}, username: {
|
|
11030
11140
|
serializedName: "typeProperties.username",
|
|
11031
11141
|
type: {
|
|
@@ -11107,6 +11217,11 @@ const CommonDataServiceForAppsLinkedService = {
|
|
|
11107
11217
|
type: {
|
|
11108
11218
|
name: "any",
|
|
11109
11219
|
},
|
|
11220
|
+
}, domain: {
|
|
11221
|
+
serializedName: "typeProperties.domain",
|
|
11222
|
+
type: {
|
|
11223
|
+
name: "any",
|
|
11224
|
+
},
|
|
11110
11225
|
}, username: {
|
|
11111
11226
|
serializedName: "typeProperties.username",
|
|
11112
11227
|
type: {
|
|
@@ -11291,6 +11406,17 @@ const AzureFileStorageLinkedService = {
|
|
|
11291
11406
|
type: {
|
|
11292
11407
|
name: "String",
|
|
11293
11408
|
},
|
|
11409
|
+
}, serviceEndpoint: {
|
|
11410
|
+
serializedName: "typeProperties.serviceEndpoint",
|
|
11411
|
+
type: {
|
|
11412
|
+
name: "any",
|
|
11413
|
+
},
|
|
11414
|
+
}, credential: {
|
|
11415
|
+
serializedName: "typeProperties.credential",
|
|
11416
|
+
type: {
|
|
11417
|
+
name: "Composite",
|
|
11418
|
+
className: "CredentialReference",
|
|
11419
|
+
},
|
|
11294
11420
|
} }),
|
|
11295
11421
|
},
|
|
11296
11422
|
};
|
|
@@ -13005,6 +13131,23 @@ const RestServiceLinkedService = {
|
|
|
13005
13131
|
type: {
|
|
13006
13132
|
name: "any",
|
|
13007
13133
|
},
|
|
13134
|
+
}, servicePrincipalCredentialType: {
|
|
13135
|
+
serializedName: "typeProperties.servicePrincipalCredentialType",
|
|
13136
|
+
type: {
|
|
13137
|
+
name: "any",
|
|
13138
|
+
},
|
|
13139
|
+
}, servicePrincipalEmbeddedCert: {
|
|
13140
|
+
serializedName: "typeProperties.servicePrincipalEmbeddedCert",
|
|
13141
|
+
type: {
|
|
13142
|
+
name: "Composite",
|
|
13143
|
+
className: "SecretBase",
|
|
13144
|
+
},
|
|
13145
|
+
}, servicePrincipalEmbeddedCertPassword: {
|
|
13146
|
+
serializedName: "typeProperties.servicePrincipalEmbeddedCertPassword",
|
|
13147
|
+
type: {
|
|
13148
|
+
name: "Composite",
|
|
13149
|
+
className: "SecretBase",
|
|
13150
|
+
},
|
|
13008
13151
|
} }),
|
|
13009
13152
|
},
|
|
13010
13153
|
};
|
|
@@ -15218,6 +15361,26 @@ const VerticaLinkedService = {
|
|
|
15218
15361
|
type: {
|
|
15219
15362
|
name: "any",
|
|
15220
15363
|
},
|
|
15364
|
+
}, server: {
|
|
15365
|
+
serializedName: "typeProperties.server",
|
|
15366
|
+
type: {
|
|
15367
|
+
name: "any",
|
|
15368
|
+
},
|
|
15369
|
+
}, port: {
|
|
15370
|
+
serializedName: "typeProperties.port",
|
|
15371
|
+
type: {
|
|
15372
|
+
name: "any",
|
|
15373
|
+
},
|
|
15374
|
+
}, uid: {
|
|
15375
|
+
serializedName: "typeProperties.uid",
|
|
15376
|
+
type: {
|
|
15377
|
+
name: "any",
|
|
15378
|
+
},
|
|
15379
|
+
}, database: {
|
|
15380
|
+
serializedName: "typeProperties.database",
|
|
15381
|
+
type: {
|
|
15382
|
+
name: "any",
|
|
15383
|
+
},
|
|
15221
15384
|
}, pwd: {
|
|
15222
15385
|
serializedName: "typeProperties.pwd",
|
|
15223
15386
|
type: {
|
|
@@ -15326,7 +15489,7 @@ const HDInsightOnDemandLinkedService = {
|
|
|
15326
15489
|
type: {
|
|
15327
15490
|
name: "any",
|
|
15328
15491
|
},
|
|
15329
|
-
},
|
|
15492
|
+
}, versionTypePropertiesVersion: {
|
|
15330
15493
|
serializedName: "typeProperties.version",
|
|
15331
15494
|
required: true,
|
|
15332
15495
|
type: {
|
|
@@ -16285,6 +16448,23 @@ const SharePointOnlineListLinkedService = {
|
|
|
16285
16448
|
name: "Composite",
|
|
16286
16449
|
className: "SecretBase",
|
|
16287
16450
|
},
|
|
16451
|
+
}, servicePrincipalCredentialType: {
|
|
16452
|
+
serializedName: "typeProperties.servicePrincipalCredentialType",
|
|
16453
|
+
type: {
|
|
16454
|
+
name: "any",
|
|
16455
|
+
},
|
|
16456
|
+
}, servicePrincipalEmbeddedCert: {
|
|
16457
|
+
serializedName: "typeProperties.servicePrincipalEmbeddedCert",
|
|
16458
|
+
type: {
|
|
16459
|
+
name: "Composite",
|
|
16460
|
+
className: "SecretBase",
|
|
16461
|
+
},
|
|
16462
|
+
}, servicePrincipalEmbeddedCertPassword: {
|
|
16463
|
+
serializedName: "typeProperties.servicePrincipalEmbeddedCertPassword",
|
|
16464
|
+
type: {
|
|
16465
|
+
name: "Composite",
|
|
16466
|
+
className: "SecretBase",
|
|
16467
|
+
},
|
|
16288
16468
|
}, encryptedCredential: {
|
|
16289
16469
|
serializedName: "typeProperties.encryptedCredential",
|
|
16290
16470
|
type: {
|
|
@@ -18936,6 +19116,12 @@ const ExecuteWranglingDataflowActivity = {
|
|
|
18936
19116
|
name: "Composite",
|
|
18937
19117
|
className: "IntegrationRuntimeReference",
|
|
18938
19118
|
},
|
|
19119
|
+
}, continuationSettings: {
|
|
19120
|
+
serializedName: "typeProperties.continuationSettings",
|
|
19121
|
+
type: {
|
|
19122
|
+
name: "Composite",
|
|
19123
|
+
className: "ContinuationSettingsReference",
|
|
19124
|
+
},
|
|
18939
19125
|
}, compute: {
|
|
18940
19126
|
serializedName: "typeProperties.compute",
|
|
18941
19127
|
type: {
|
|
@@ -19930,6 +20116,24 @@ const LinkedIntegrationRuntimeRbacAuthorization = {
|
|
|
19930
20116
|
} }),
|
|
19931
20117
|
},
|
|
19932
20118
|
};
|
|
20119
|
+
const AzureTableStorageLinkedServiceTypeProperties = {
|
|
20120
|
+
type: {
|
|
20121
|
+
name: "Composite",
|
|
20122
|
+
className: "AzureTableStorageLinkedServiceTypeProperties",
|
|
20123
|
+
modelProperties: Object.assign(Object.assign({}, AzureStorageLinkedServiceTypeProperties.type.modelProperties), { serviceEndpoint: {
|
|
20124
|
+
serializedName: "serviceEndpoint",
|
|
20125
|
+
type: {
|
|
20126
|
+
name: "any",
|
|
20127
|
+
},
|
|
20128
|
+
}, credential: {
|
|
20129
|
+
serializedName: "credential",
|
|
20130
|
+
type: {
|
|
20131
|
+
name: "Composite",
|
|
20132
|
+
className: "CredentialReference",
|
|
20133
|
+
},
|
|
20134
|
+
} }),
|
|
20135
|
+
},
|
|
20136
|
+
};
|
|
19933
20137
|
const AzureSqlDWLinkedServiceTypeProperties = {
|
|
19934
20138
|
type: {
|
|
19935
20139
|
name: "Composite",
|
|
@@ -20037,6 +20241,12 @@ const SqlServerLinkedServiceTypeProperties = {
|
|
|
20037
20241
|
name: "Composite",
|
|
20038
20242
|
className: "SqlAlwaysEncryptedProperties",
|
|
20039
20243
|
},
|
|
20244
|
+
}, credential: {
|
|
20245
|
+
serializedName: "credential",
|
|
20246
|
+
type: {
|
|
20247
|
+
name: "Composite",
|
|
20248
|
+
className: "CredentialReference",
|
|
20249
|
+
},
|
|
20040
20250
|
} }),
|
|
20041
20251
|
},
|
|
20042
20252
|
};
|
|
@@ -23730,6 +23940,11 @@ const SnowflakeExportCopyCommand = {
|
|
|
23730
23940
|
name: "Dictionary",
|
|
23731
23941
|
value: { type: { name: "any" } },
|
|
23732
23942
|
},
|
|
23943
|
+
}, storageIntegration: {
|
|
23944
|
+
serializedName: "storageIntegration",
|
|
23945
|
+
type: {
|
|
23946
|
+
name: "any",
|
|
23947
|
+
},
|
|
23733
23948
|
} }),
|
|
23734
23949
|
},
|
|
23735
23950
|
};
|
|
@@ -23795,6 +24010,11 @@ const SnowflakeImportCopyCommand = {
|
|
|
23795
24010
|
name: "Dictionary",
|
|
23796
24011
|
value: { type: { name: "any" } },
|
|
23797
24012
|
},
|
|
24013
|
+
}, storageIntegration: {
|
|
24014
|
+
serializedName: "storageIntegration",
|
|
24015
|
+
type: {
|
|
24016
|
+
name: "any",
|
|
24017
|
+
},
|
|
23798
24018
|
} }),
|
|
23799
24019
|
},
|
|
23800
24020
|
};
|
|
@@ -25514,6 +25734,12 @@ const ExecuteDataFlowActivity = {
|
|
|
25514
25734
|
name: "Composite",
|
|
25515
25735
|
className: "IntegrationRuntimeReference",
|
|
25516
25736
|
},
|
|
25737
|
+
}, continuationSettings: {
|
|
25738
|
+
serializedName: "typeProperties.continuationSettings",
|
|
25739
|
+
type: {
|
|
25740
|
+
name: "Composite",
|
|
25741
|
+
className: "ContinuationSettingsReference",
|
|
25742
|
+
},
|
|
25517
25743
|
}, compute: {
|
|
25518
25744
|
serializedName: "typeProperties.compute",
|
|
25519
25745
|
type: {
|
|
@@ -28004,11 +28230,13 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
28004
28230
|
AzureSqlSource: AzureSqlSource,
|
|
28005
28231
|
AzureSqlTableDataset: AzureSqlTableDataset,
|
|
28006
28232
|
AzureStorageLinkedService: AzureStorageLinkedService,
|
|
28233
|
+
AzureStorageLinkedServiceTypeProperties: AzureStorageLinkedServiceTypeProperties,
|
|
28007
28234
|
AzureSynapseArtifactsLinkedService: AzureSynapseArtifactsLinkedService,
|
|
28008
28235
|
AzureTableDataset: AzureTableDataset,
|
|
28009
28236
|
AzureTableSink: AzureTableSink,
|
|
28010
28237
|
AzureTableSource: AzureTableSource,
|
|
28011
28238
|
AzureTableStorageLinkedService: AzureTableStorageLinkedService,
|
|
28239
|
+
AzureTableStorageLinkedServiceTypeProperties: AzureTableStorageLinkedServiceTypeProperties,
|
|
28012
28240
|
BigDataPoolParametrizationReference: BigDataPoolParametrizationReference,
|
|
28013
28241
|
BinaryDataset: BinaryDataset,
|
|
28014
28242
|
BinaryReadSettings: BinaryReadSettings,
|
|
@@ -28038,6 +28266,7 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
|
28038
28266
|
ConcurObjectDataset: ConcurObjectDataset,
|
|
28039
28267
|
ConcurSource: ConcurSource,
|
|
28040
28268
|
ConnectionStateProperties: ConnectionStateProperties,
|
|
28269
|
+
ContinuationSettingsReference: ContinuationSettingsReference,
|
|
28041
28270
|
ControlActivity: ControlActivity,
|
|
28042
28271
|
CopyActivity: CopyActivity,
|
|
28043
28272
|
CopyActivityLogSettings: CopyActivityLogSettings,
|
|
@@ -35137,7 +35366,7 @@ class DataFactoryManagementClient extends coreClient__namespace.ServiceClient {
|
|
|
35137
35366
|
requestContentType: "application/json; charset=utf-8",
|
|
35138
35367
|
credential: credentials,
|
|
35139
35368
|
};
|
|
35140
|
-
const packageDetails = `azsdk-js-arm-datafactory/
|
|
35369
|
+
const packageDetails = `azsdk-js-arm-datafactory/17.0.0`;
|
|
35141
35370
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
35142
35371
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
35143
35372
|
: `${packageDetails}`;
|