@azure/arm-datafactory 10.6.1-alpha.20220609.1 → 10.7.1-alpha.20220729.2

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.
@@ -1898,9 +1898,8 @@ export const LinkedServiceReference: coreClient.CompositeMapper = {
1898
1898
  className: "LinkedServiceReference",
1899
1899
  modelProperties: {
1900
1900
  type: {
1901
- defaultValue: "LinkedServiceReference",
1902
- isConstant: true,
1903
1901
  serializedName: "type",
1902
+ required: true,
1904
1903
  type: {
1905
1904
  name: "String"
1906
1905
  }
@@ -10547,6 +10546,129 @@ export const SapOpenHubLinkedService: coreClient.CompositeMapper = {
10547
10546
  }
10548
10547
  };
10549
10548
 
10549
+ export const SapOdpLinkedService: coreClient.CompositeMapper = {
10550
+ serializedName: "SapOdp",
10551
+ type: {
10552
+ name: "Composite",
10553
+ className: "SapOdpLinkedService",
10554
+ uberParent: "LinkedService",
10555
+ additionalProperties: { type: { name: "Object" } },
10556
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
10557
+ modelProperties: {
10558
+ ...LinkedService.type.modelProperties,
10559
+ server: {
10560
+ serializedName: "typeProperties.server",
10561
+ type: {
10562
+ name: "any"
10563
+ }
10564
+ },
10565
+ systemNumber: {
10566
+ serializedName: "typeProperties.systemNumber",
10567
+ type: {
10568
+ name: "any"
10569
+ }
10570
+ },
10571
+ clientId: {
10572
+ serializedName: "typeProperties.clientId",
10573
+ type: {
10574
+ name: "any"
10575
+ }
10576
+ },
10577
+ language: {
10578
+ serializedName: "typeProperties.language",
10579
+ type: {
10580
+ name: "any"
10581
+ }
10582
+ },
10583
+ systemId: {
10584
+ serializedName: "typeProperties.systemId",
10585
+ type: {
10586
+ name: "any"
10587
+ }
10588
+ },
10589
+ userName: {
10590
+ serializedName: "typeProperties.userName",
10591
+ type: {
10592
+ name: "any"
10593
+ }
10594
+ },
10595
+ password: {
10596
+ serializedName: "typeProperties.password",
10597
+ type: {
10598
+ name: "Composite",
10599
+ className: "SecretBase"
10600
+ }
10601
+ },
10602
+ messageServer: {
10603
+ serializedName: "typeProperties.messageServer",
10604
+ type: {
10605
+ name: "any"
10606
+ }
10607
+ },
10608
+ messageServerService: {
10609
+ serializedName: "typeProperties.messageServerService",
10610
+ type: {
10611
+ name: "any"
10612
+ }
10613
+ },
10614
+ sncMode: {
10615
+ serializedName: "typeProperties.sncMode",
10616
+ type: {
10617
+ name: "any"
10618
+ }
10619
+ },
10620
+ sncMyName: {
10621
+ serializedName: "typeProperties.sncMyName",
10622
+ type: {
10623
+ name: "any"
10624
+ }
10625
+ },
10626
+ sncPartnerName: {
10627
+ serializedName: "typeProperties.sncPartnerName",
10628
+ type: {
10629
+ name: "any"
10630
+ }
10631
+ },
10632
+ sncLibraryPath: {
10633
+ serializedName: "typeProperties.sncLibraryPath",
10634
+ type: {
10635
+ name: "any"
10636
+ }
10637
+ },
10638
+ sncQop: {
10639
+ serializedName: "typeProperties.sncQop",
10640
+ type: {
10641
+ name: "any"
10642
+ }
10643
+ },
10644
+ x509CertificatePath: {
10645
+ serializedName: "typeProperties.x509CertificatePath",
10646
+ type: {
10647
+ name: "any"
10648
+ }
10649
+ },
10650
+ logonGroup: {
10651
+ serializedName: "typeProperties.logonGroup",
10652
+ type: {
10653
+ name: "any"
10654
+ }
10655
+ },
10656
+ subscriberName: {
10657
+ serializedName: "typeProperties.subscriberName",
10658
+ type: {
10659
+ name: "any"
10660
+ }
10661
+ },
10662
+ encryptedCredential: {
10663
+ serializedName: "typeProperties.encryptedCredential",
10664
+ type: {
10665
+ name: "any"
10666
+ }
10667
+ }
10668
+ }
10669
+ }
10670
+ };
10671
+
10550
10672
  export const RestServiceLinkedService: coreClient.CompositeMapper = {
10551
10673
  serializedName: "RestService",
10552
10674
  type: {
@@ -10675,58 +10797,6 @@ export const RestServiceLinkedService: coreClient.CompositeMapper = {
10675
10797
  }
10676
10798
  };
10677
10799
 
10678
- export const AmazonS3LinkedService: coreClient.CompositeMapper = {
10679
- serializedName: "AmazonS3",
10680
- type: {
10681
- name: "Composite",
10682
- className: "AmazonS3LinkedService",
10683
- uberParent: "LinkedService",
10684
- additionalProperties: { type: { name: "Object" } },
10685
- polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
10686
- modelProperties: {
10687
- ...LinkedService.type.modelProperties,
10688
- authenticationType: {
10689
- serializedName: "typeProperties.authenticationType",
10690
- type: {
10691
- name: "any"
10692
- }
10693
- },
10694
- accessKeyId: {
10695
- serializedName: "typeProperties.accessKeyId",
10696
- type: {
10697
- name: "any"
10698
- }
10699
- },
10700
- secretAccessKey: {
10701
- serializedName: "typeProperties.secretAccessKey",
10702
- type: {
10703
- name: "Composite",
10704
- className: "SecretBase"
10705
- }
10706
- },
10707
- serviceUrl: {
10708
- serializedName: "typeProperties.serviceUrl",
10709
- type: {
10710
- name: "any"
10711
- }
10712
- },
10713
- sessionToken: {
10714
- serializedName: "typeProperties.sessionToken",
10715
- type: {
10716
- name: "Composite",
10717
- className: "SecretBase"
10718
- }
10719
- },
10720
- encryptedCredential: {
10721
- serializedName: "typeProperties.encryptedCredential",
10722
- type: {
10723
- name: "any"
10724
- }
10725
- }
10726
- }
10727
- }
10728
- };
10729
-
10730
10800
  export const TeamDeskLinkedService: coreClient.CompositeMapper = {
10731
10801
  serializedName: "TeamDesk",
10732
10802
  type: {
@@ -11013,6 +11083,58 @@ export const TwilioLinkedService: coreClient.CompositeMapper = {
11013
11083
  }
11014
11084
  };
11015
11085
 
11086
+ export const AmazonS3LinkedService: coreClient.CompositeMapper = {
11087
+ serializedName: "AmazonS3",
11088
+ type: {
11089
+ name: "Composite",
11090
+ className: "AmazonS3LinkedService",
11091
+ uberParent: "LinkedService",
11092
+ additionalProperties: { type: { name: "Object" } },
11093
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
11094
+ modelProperties: {
11095
+ ...LinkedService.type.modelProperties,
11096
+ authenticationType: {
11097
+ serializedName: "typeProperties.authenticationType",
11098
+ type: {
11099
+ name: "any"
11100
+ }
11101
+ },
11102
+ accessKeyId: {
11103
+ serializedName: "typeProperties.accessKeyId",
11104
+ type: {
11105
+ name: "any"
11106
+ }
11107
+ },
11108
+ secretAccessKey: {
11109
+ serializedName: "typeProperties.secretAccessKey",
11110
+ type: {
11111
+ name: "Composite",
11112
+ className: "SecretBase"
11113
+ }
11114
+ },
11115
+ serviceUrl: {
11116
+ serializedName: "typeProperties.serviceUrl",
11117
+ type: {
11118
+ name: "any"
11119
+ }
11120
+ },
11121
+ sessionToken: {
11122
+ serializedName: "typeProperties.sessionToken",
11123
+ type: {
11124
+ name: "Composite",
11125
+ className: "SecretBase"
11126
+ }
11127
+ },
11128
+ encryptedCredential: {
11129
+ serializedName: "typeProperties.encryptedCredential",
11130
+ type: {
11131
+ name: "any"
11132
+ }
11133
+ }
11134
+ }
11135
+ }
11136
+ };
11137
+
11016
11138
  export const AmazonRedshiftLinkedService: coreClient.CompositeMapper = {
11017
11139
  serializedName: "AmazonRedshift",
11018
11140
  type: {
@@ -15973,6 +16095,34 @@ export const SapTableResourceDataset: coreClient.CompositeMapper = {
15973
16095
  }
15974
16096
  };
15975
16097
 
16098
+ export const SapOdpResourceDataset: coreClient.CompositeMapper = {
16099
+ serializedName: "SapOdpResource",
16100
+ type: {
16101
+ name: "Composite",
16102
+ className: "SapOdpResourceDataset",
16103
+ uberParent: "Dataset",
16104
+ additionalProperties: { type: { name: "Object" } },
16105
+ polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
16106
+ modelProperties: {
16107
+ ...Dataset.type.modelProperties,
16108
+ context: {
16109
+ serializedName: "typeProperties.context",
16110
+ required: true,
16111
+ type: {
16112
+ name: "any"
16113
+ }
16114
+ },
16115
+ objectName: {
16116
+ serializedName: "typeProperties.objectName",
16117
+ required: true,
16118
+ type: {
16119
+ name: "any"
16120
+ }
16121
+ }
16122
+ }
16123
+ }
16124
+ };
16125
+
15976
16126
  export const WebTableDataset: coreClient.CompositeMapper = {
15977
16127
  serializedName: "WebTable",
15978
16128
  type: {
@@ -24846,6 +24996,44 @@ export const SapOpenHubSource: coreClient.CompositeMapper = {
24846
24996
  }
24847
24997
  };
24848
24998
 
24999
+ export const SapOdpSource: coreClient.CompositeMapper = {
25000
+ serializedName: "SapOdpSource",
25001
+ type: {
25002
+ name: "Composite",
25003
+ className: "SapOdpSource",
25004
+ uberParent: "CopySource",
25005
+ additionalProperties: { type: { name: "Object" } },
25006
+ polymorphicDiscriminator: CopySource.type.polymorphicDiscriminator,
25007
+ modelProperties: {
25008
+ ...TabularSource.type.modelProperties,
25009
+ extractionMode: {
25010
+ serializedName: "extractionMode",
25011
+ type: {
25012
+ name: "any"
25013
+ }
25014
+ },
25015
+ subscriberProcess: {
25016
+ serializedName: "subscriberProcess",
25017
+ type: {
25018
+ name: "any"
25019
+ }
25020
+ },
25021
+ selection: {
25022
+ serializedName: "selection",
25023
+ type: {
25024
+ name: "any"
25025
+ }
25026
+ },
25027
+ projection: {
25028
+ serializedName: "projection",
25029
+ type: {
25030
+ name: "any"
25031
+ }
25032
+ }
25033
+ }
25034
+ }
25035
+ };
25036
+
24849
25037
  export const SapTableSource: coreClient.CompositeMapper = {
24850
25038
  serializedName: "SapTableSource",
24851
25039
  type: {
@@ -26191,8 +26379,8 @@ export let discriminators = {
26191
26379
  "LinkedService.SapCloudForCustomer": SapCloudForCustomerLinkedService,
26192
26380
  "LinkedService.SapEcc": SapEccLinkedService,
26193
26381
  "LinkedService.SapOpenHub": SapOpenHubLinkedService,
26382
+ "LinkedService.SapOdp": SapOdpLinkedService,
26194
26383
  "LinkedService.RestService": RestServiceLinkedService,
26195
- "LinkedService.AmazonS3": AmazonS3LinkedService,
26196
26384
  "LinkedService.TeamDesk": TeamDeskLinkedService,
26197
26385
  "LinkedService.Quickbase": QuickbaseLinkedService,
26198
26386
  "LinkedService.Smartsheet": SmartsheetLinkedService,
@@ -26201,6 +26389,7 @@ export let discriminators = {
26201
26389
  "LinkedService.AppFigures": AppFiguresLinkedService,
26202
26390
  "LinkedService.Asana": AsanaLinkedService,
26203
26391
  "LinkedService.Twilio": TwilioLinkedService,
26392
+ "LinkedService.AmazonS3": AmazonS3LinkedService,
26204
26393
  "LinkedService.AmazonRedshift": AmazonRedshiftLinkedService,
26205
26394
  "LinkedService.CustomDataSource": CustomDataSourceLinkedService,
26206
26395
  "LinkedService.AzureSearch": AzureSearchLinkedService,
@@ -26306,6 +26495,7 @@ export let discriminators = {
26306
26495
  "Dataset.AmazonRdsForSqlServerTable": AmazonRdsForSqlServerTableDataset,
26307
26496
  "Dataset.RestResource": RestResourceDataset,
26308
26497
  "Dataset.SapTableResource": SapTableResourceDataset,
26498
+ "Dataset.SapOdpResource": SapOdpResourceDataset,
26309
26499
  "Dataset.WebTable": WebTableDataset,
26310
26500
  "Dataset.AzureSearchIndex": AzureSearchIndexDataset,
26311
26501
  "Dataset.HttpFile": HttpDataset,
@@ -26555,6 +26745,7 @@ export let discriminators = {
26555
26745
  "CopySource.SapEccSource": SapEccSource,
26556
26746
  "CopySource.SapHanaSource": SapHanaSource,
26557
26747
  "CopySource.SapOpenHubSource": SapOpenHubSource,
26748
+ "CopySource.SapOdpSource": SapOdpSource,
26558
26749
  "CopySource.SapTableSource": SapTableSource,
26559
26750
  "CopySource.SqlSource": SqlSource,
26560
26751
  "CopySource.SqlServerSource": SqlServerSource,