@azure/arm-datafactory 16.0.1-alpha.20240827.1 → 17.0.0-alpha.20240828.3

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.
@@ -1647,6 +1647,12 @@ export const LinkedService = {
1647
1647
  name: "String",
1648
1648
  },
1649
1649
  },
1650
+ version: {
1651
+ serializedName: "version",
1652
+ type: {
1653
+ name: "String",
1654
+ },
1655
+ },
1650
1656
  connectVia: {
1651
1657
  serializedName: "connectVia",
1652
1658
  type: {
@@ -5409,6 +5415,46 @@ export const SsisVariable = {
5409
5415
  },
5410
5416
  },
5411
5417
  };
5418
+ export const AzureStorageLinkedServiceTypeProperties = {
5419
+ type: {
5420
+ name: "Composite",
5421
+ className: "AzureStorageLinkedServiceTypeProperties",
5422
+ modelProperties: {
5423
+ connectionString: {
5424
+ serializedName: "connectionString",
5425
+ type: {
5426
+ name: "any",
5427
+ },
5428
+ },
5429
+ accountKey: {
5430
+ serializedName: "accountKey",
5431
+ type: {
5432
+ name: "Composite",
5433
+ className: "AzureKeyVaultSecretReference",
5434
+ },
5435
+ },
5436
+ sasUri: {
5437
+ serializedName: "sasUri",
5438
+ type: {
5439
+ name: "any",
5440
+ },
5441
+ },
5442
+ sasToken: {
5443
+ serializedName: "sasToken",
5444
+ type: {
5445
+ name: "Composite",
5446
+ className: "AzureKeyVaultSecretReference",
5447
+ },
5448
+ },
5449
+ encryptedCredential: {
5450
+ serializedName: "encryptedCredential",
5451
+ type: {
5452
+ name: "String",
5453
+ },
5454
+ },
5455
+ },
5456
+ },
5457
+ };
5412
5458
  export const SqlServerBaseLinkedServiceTypeProperties = {
5413
5459
  type: {
5414
5460
  name: "Composite",
@@ -7115,6 +7161,13 @@ export const ExecuteDataFlowActivityTypeProperties = {
7115
7161
  className: "IntegrationRuntimeReference",
7116
7162
  },
7117
7163
  },
7164
+ continuationSettings: {
7165
+ serializedName: "continuationSettings",
7166
+ type: {
7167
+ name: "Composite",
7168
+ className: "ContinuationSettingsReference",
7169
+ },
7170
+ },
7118
7171
  compute: {
7119
7172
  serializedName: "compute",
7120
7173
  type: {
@@ -7149,6 +7202,32 @@ export const ExecuteDataFlowActivityTypeProperties = {
7149
7202
  },
7150
7203
  },
7151
7204
  };
7205
+ export const ContinuationSettingsReference = {
7206
+ type: {
7207
+ name: "Composite",
7208
+ className: "ContinuationSettingsReference",
7209
+ modelProperties: {
7210
+ continuationTtlInMinutes: {
7211
+ serializedName: "continuationTtlInMinutes",
7212
+ type: {
7213
+ name: "any",
7214
+ },
7215
+ },
7216
+ idleCondition: {
7217
+ serializedName: "idleCondition",
7218
+ type: {
7219
+ name: "any",
7220
+ },
7221
+ },
7222
+ customizedCheckpointKey: {
7223
+ serializedName: "customizedCheckpointKey",
7224
+ type: {
7225
+ name: "any",
7226
+ },
7227
+ },
7228
+ },
7229
+ },
7230
+ };
7152
7231
  export const ExecuteDataFlowActivityTypePropertiesCompute = {
7153
7232
  type: {
7154
7233
  name: "Composite",
@@ -8578,6 +8657,17 @@ export const AzureTableStorageLinkedService = {
8578
8657
  type: {
8579
8658
  name: "String",
8580
8659
  },
8660
+ }, serviceEndpoint: {
8661
+ serializedName: "typeProperties.serviceEndpoint",
8662
+ type: {
8663
+ name: "any",
8664
+ },
8665
+ }, credential: {
8666
+ serializedName: "typeProperties.credential",
8667
+ type: {
8668
+ name: "Composite",
8669
+ className: "CredentialReference",
8670
+ },
8581
8671
  } }),
8582
8672
  },
8583
8673
  };
@@ -8886,6 +8976,12 @@ export const SqlServerLinkedService = {
8886
8976
  name: "Composite",
8887
8977
  className: "SqlAlwaysEncryptedProperties",
8888
8978
  },
8979
+ }, credential: {
8980
+ serializedName: "typeProperties.credential",
8981
+ type: {
8982
+ name: "Composite",
8983
+ className: "CredentialReference",
8984
+ },
8889
8985
  } }),
8890
8986
  },
8891
8987
  };
@@ -9568,6 +9664,11 @@ export const DynamicsLinkedService = {
9568
9664
  type: {
9569
9665
  name: "any",
9570
9666
  },
9667
+ }, domain: {
9668
+ serializedName: "typeProperties.domain",
9669
+ type: {
9670
+ name: "any",
9671
+ },
9571
9672
  }, username: {
9572
9673
  serializedName: "typeProperties.username",
9573
9674
  type: {
@@ -9649,6 +9750,11 @@ export const DynamicsCrmLinkedService = {
9649
9750
  type: {
9650
9751
  name: "any",
9651
9752
  },
9753
+ }, domain: {
9754
+ serializedName: "typeProperties.domain",
9755
+ type: {
9756
+ name: "any",
9757
+ },
9652
9758
  }, username: {
9653
9759
  serializedName: "typeProperties.username",
9654
9760
  type: {
@@ -9730,6 +9836,11 @@ export const CommonDataServiceForAppsLinkedService = {
9730
9836
  type: {
9731
9837
  name: "any",
9732
9838
  },
9839
+ }, domain: {
9840
+ serializedName: "typeProperties.domain",
9841
+ type: {
9842
+ name: "any",
9843
+ },
9733
9844
  }, username: {
9734
9845
  serializedName: "typeProperties.username",
9735
9846
  type: {
@@ -9914,6 +10025,17 @@ export const AzureFileStorageLinkedService = {
9914
10025
  type: {
9915
10026
  name: "String",
9916
10027
  },
10028
+ }, serviceEndpoint: {
10029
+ serializedName: "typeProperties.serviceEndpoint",
10030
+ type: {
10031
+ name: "any",
10032
+ },
10033
+ }, credential: {
10034
+ serializedName: "typeProperties.credential",
10035
+ type: {
10036
+ name: "Composite",
10037
+ className: "CredentialReference",
10038
+ },
9917
10039
  } }),
9918
10040
  },
9919
10041
  };
@@ -11628,6 +11750,23 @@ export const RestServiceLinkedService = {
11628
11750
  type: {
11629
11751
  name: "any",
11630
11752
  },
11753
+ }, servicePrincipalCredentialType: {
11754
+ serializedName: "typeProperties.servicePrincipalCredentialType",
11755
+ type: {
11756
+ name: "any",
11757
+ },
11758
+ }, servicePrincipalEmbeddedCert: {
11759
+ serializedName: "typeProperties.servicePrincipalEmbeddedCert",
11760
+ type: {
11761
+ name: "Composite",
11762
+ className: "SecretBase",
11763
+ },
11764
+ }, servicePrincipalEmbeddedCertPassword: {
11765
+ serializedName: "typeProperties.servicePrincipalEmbeddedCertPassword",
11766
+ type: {
11767
+ name: "Composite",
11768
+ className: "SecretBase",
11769
+ },
11631
11770
  } }),
11632
11771
  },
11633
11772
  };
@@ -13841,6 +13980,26 @@ export const VerticaLinkedService = {
13841
13980
  type: {
13842
13981
  name: "any",
13843
13982
  },
13983
+ }, server: {
13984
+ serializedName: "typeProperties.server",
13985
+ type: {
13986
+ name: "any",
13987
+ },
13988
+ }, port: {
13989
+ serializedName: "typeProperties.port",
13990
+ type: {
13991
+ name: "any",
13992
+ },
13993
+ }, uid: {
13994
+ serializedName: "typeProperties.uid",
13995
+ type: {
13996
+ name: "any",
13997
+ },
13998
+ }, database: {
13999
+ serializedName: "typeProperties.database",
14000
+ type: {
14001
+ name: "any",
14002
+ },
13844
14003
  }, pwd: {
13845
14004
  serializedName: "typeProperties.pwd",
13846
14005
  type: {
@@ -13949,7 +14108,7 @@ export const HDInsightOnDemandLinkedService = {
13949
14108
  type: {
13950
14109
  name: "any",
13951
14110
  },
13952
- }, version: {
14111
+ }, versionTypePropertiesVersion: {
13953
14112
  serializedName: "typeProperties.version",
13954
14113
  required: true,
13955
14114
  type: {
@@ -14908,6 +15067,23 @@ export const SharePointOnlineListLinkedService = {
14908
15067
  name: "Composite",
14909
15068
  className: "SecretBase",
14910
15069
  },
15070
+ }, servicePrincipalCredentialType: {
15071
+ serializedName: "typeProperties.servicePrincipalCredentialType",
15072
+ type: {
15073
+ name: "any",
15074
+ },
15075
+ }, servicePrincipalEmbeddedCert: {
15076
+ serializedName: "typeProperties.servicePrincipalEmbeddedCert",
15077
+ type: {
15078
+ name: "Composite",
15079
+ className: "SecretBase",
15080
+ },
15081
+ }, servicePrincipalEmbeddedCertPassword: {
15082
+ serializedName: "typeProperties.servicePrincipalEmbeddedCertPassword",
15083
+ type: {
15084
+ name: "Composite",
15085
+ className: "SecretBase",
15086
+ },
14911
15087
  }, encryptedCredential: {
14912
15088
  serializedName: "typeProperties.encryptedCredential",
14913
15089
  type: {
@@ -17559,6 +17735,12 @@ export const ExecuteWranglingDataflowActivity = {
17559
17735
  name: "Composite",
17560
17736
  className: "IntegrationRuntimeReference",
17561
17737
  },
17738
+ }, continuationSettings: {
17739
+ serializedName: "typeProperties.continuationSettings",
17740
+ type: {
17741
+ name: "Composite",
17742
+ className: "ContinuationSettingsReference",
17743
+ },
17562
17744
  }, compute: {
17563
17745
  serializedName: "typeProperties.compute",
17564
17746
  type: {
@@ -18553,6 +18735,24 @@ export const LinkedIntegrationRuntimeRbacAuthorization = {
18553
18735
  } }),
18554
18736
  },
18555
18737
  };
18738
+ export const AzureTableStorageLinkedServiceTypeProperties = {
18739
+ type: {
18740
+ name: "Composite",
18741
+ className: "AzureTableStorageLinkedServiceTypeProperties",
18742
+ modelProperties: Object.assign(Object.assign({}, AzureStorageLinkedServiceTypeProperties.type.modelProperties), { serviceEndpoint: {
18743
+ serializedName: "serviceEndpoint",
18744
+ type: {
18745
+ name: "any",
18746
+ },
18747
+ }, credential: {
18748
+ serializedName: "credential",
18749
+ type: {
18750
+ name: "Composite",
18751
+ className: "CredentialReference",
18752
+ },
18753
+ } }),
18754
+ },
18755
+ };
18556
18756
  export const AzureSqlDWLinkedServiceTypeProperties = {
18557
18757
  type: {
18558
18758
  name: "Composite",
@@ -18660,6 +18860,12 @@ export const SqlServerLinkedServiceTypeProperties = {
18660
18860
  name: "Composite",
18661
18861
  className: "SqlAlwaysEncryptedProperties",
18662
18862
  },
18863
+ }, credential: {
18864
+ serializedName: "credential",
18865
+ type: {
18866
+ name: "Composite",
18867
+ className: "CredentialReference",
18868
+ },
18663
18869
  } }),
18664
18870
  },
18665
18871
  };
@@ -22353,6 +22559,11 @@ export const SnowflakeExportCopyCommand = {
22353
22559
  name: "Dictionary",
22354
22560
  value: { type: { name: "any" } },
22355
22561
  },
22562
+ }, storageIntegration: {
22563
+ serializedName: "storageIntegration",
22564
+ type: {
22565
+ name: "any",
22566
+ },
22356
22567
  } }),
22357
22568
  },
22358
22569
  };
@@ -22418,6 +22629,11 @@ export const SnowflakeImportCopyCommand = {
22418
22629
  name: "Dictionary",
22419
22630
  value: { type: { name: "any" } },
22420
22631
  },
22632
+ }, storageIntegration: {
22633
+ serializedName: "storageIntegration",
22634
+ type: {
22635
+ name: "any",
22636
+ },
22421
22637
  } }),
22422
22638
  },
22423
22639
  };
@@ -24137,6 +24353,12 @@ export const ExecuteDataFlowActivity = {
24137
24353
  name: "Composite",
24138
24354
  className: "IntegrationRuntimeReference",
24139
24355
  },
24356
+ }, continuationSettings: {
24357
+ serializedName: "typeProperties.continuationSettings",
24358
+ type: {
24359
+ name: "Composite",
24360
+ className: "ContinuationSettingsReference",
24361
+ },
24140
24362
  }, compute: {
24141
24363
  serializedName: "typeProperties.compute",
24142
24364
  type: {