@azure/arm-datafactory 15.0.1-alpha.20240610.1 → 16.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.
@@ -5606,6 +5606,130 @@ export const SsisVariable: coreClient.CompositeMapper = {
5606
5606
  },
5607
5607
  };
5608
5608
 
5609
+ export const SqlServerBaseLinkedServiceTypeProperties: coreClient.CompositeMapper =
5610
+ {
5611
+ type: {
5612
+ name: "Composite",
5613
+ className: "SqlServerBaseLinkedServiceTypeProperties",
5614
+ modelProperties: {
5615
+ server: {
5616
+ serializedName: "server",
5617
+ type: {
5618
+ name: "any",
5619
+ },
5620
+ },
5621
+ database: {
5622
+ serializedName: "database",
5623
+ type: {
5624
+ name: "any",
5625
+ },
5626
+ },
5627
+ encrypt: {
5628
+ serializedName: "encrypt",
5629
+ type: {
5630
+ name: "any",
5631
+ },
5632
+ },
5633
+ trustServerCertificate: {
5634
+ serializedName: "trustServerCertificate",
5635
+ type: {
5636
+ name: "any",
5637
+ },
5638
+ },
5639
+ hostNameInCertificate: {
5640
+ serializedName: "hostNameInCertificate",
5641
+ type: {
5642
+ name: "any",
5643
+ },
5644
+ },
5645
+ applicationIntent: {
5646
+ serializedName: "applicationIntent",
5647
+ type: {
5648
+ name: "any",
5649
+ },
5650
+ },
5651
+ connectTimeout: {
5652
+ serializedName: "connectTimeout",
5653
+ type: {
5654
+ name: "any",
5655
+ },
5656
+ },
5657
+ connectRetryCount: {
5658
+ serializedName: "connectRetryCount",
5659
+ type: {
5660
+ name: "any",
5661
+ },
5662
+ },
5663
+ connectRetryInterval: {
5664
+ serializedName: "connectRetryInterval",
5665
+ type: {
5666
+ name: "any",
5667
+ },
5668
+ },
5669
+ loadBalanceTimeout: {
5670
+ serializedName: "loadBalanceTimeout",
5671
+ type: {
5672
+ name: "any",
5673
+ },
5674
+ },
5675
+ commandTimeout: {
5676
+ serializedName: "commandTimeout",
5677
+ type: {
5678
+ name: "any",
5679
+ },
5680
+ },
5681
+ integratedSecurity: {
5682
+ serializedName: "integratedSecurity",
5683
+ type: {
5684
+ name: "any",
5685
+ },
5686
+ },
5687
+ failoverPartner: {
5688
+ serializedName: "failoverPartner",
5689
+ type: {
5690
+ name: "any",
5691
+ },
5692
+ },
5693
+ maxPoolSize: {
5694
+ serializedName: "maxPoolSize",
5695
+ type: {
5696
+ name: "any",
5697
+ },
5698
+ },
5699
+ minPoolSize: {
5700
+ serializedName: "minPoolSize",
5701
+ type: {
5702
+ name: "any",
5703
+ },
5704
+ },
5705
+ multipleActiveResultSets: {
5706
+ serializedName: "multipleActiveResultSets",
5707
+ type: {
5708
+ name: "any",
5709
+ },
5710
+ },
5711
+ multiSubnetFailover: {
5712
+ serializedName: "multiSubnetFailover",
5713
+ type: {
5714
+ name: "any",
5715
+ },
5716
+ },
5717
+ packetSize: {
5718
+ serializedName: "packetSize",
5719
+ type: {
5720
+ name: "any",
5721
+ },
5722
+ },
5723
+ pooling: {
5724
+ serializedName: "pooling",
5725
+ type: {
5726
+ name: "any",
5727
+ },
5728
+ },
5729
+ },
5730
+ },
5731
+ };
5732
+
5609
5733
  export const SqlAlwaysEncryptedProperties: coreClient.CompositeMapper = {
5610
5734
  type: {
5611
5735
  name: "Composite",
@@ -7345,7 +7469,7 @@ export const ScriptActivityScriptBlock: coreClient.CompositeMapper = {
7345
7469
  serializedName: "type",
7346
7470
  required: true,
7347
7471
  type: {
7348
- name: "String",
7472
+ name: "any",
7349
7473
  },
7350
7474
  },
7351
7475
  parameters: {
@@ -7559,10 +7683,15 @@ export const ExpressionV2: coreClient.CompositeMapper = {
7559
7683
  name: "String",
7560
7684
  },
7561
7685
  },
7562
- operator: {
7563
- serializedName: "operator",
7686
+ operators: {
7687
+ serializedName: "operators",
7564
7688
  type: {
7565
- name: "String",
7689
+ name: "Sequence",
7690
+ element: {
7691
+ type: {
7692
+ name: "String",
7693
+ },
7694
+ },
7566
7695
  },
7567
7696
  },
7568
7697
  operands: {
@@ -8932,169 +9061,134 @@ export const AzureSqlDWLinkedService: coreClient.CompositeMapper = {
8932
9061
  polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
8933
9062
  modelProperties: {
8934
9063
  ...LinkedService.type.modelProperties,
8935
- connectionString: {
8936
- serializedName: "typeProperties.connectionString",
8937
- required: true,
9064
+ server: {
9065
+ serializedName: "typeProperties.server",
8938
9066
  type: {
8939
9067
  name: "any",
8940
9068
  },
8941
9069
  },
8942
- password: {
8943
- serializedName: "typeProperties.password",
9070
+ database: {
9071
+ serializedName: "typeProperties.database",
8944
9072
  type: {
8945
- name: "Composite",
8946
- className: "AzureKeyVaultSecretReference",
9073
+ name: "any",
8947
9074
  },
8948
9075
  },
8949
- servicePrincipalId: {
8950
- serializedName: "typeProperties.servicePrincipalId",
9076
+ encrypt: {
9077
+ serializedName: "typeProperties.encrypt",
8951
9078
  type: {
8952
9079
  name: "any",
8953
9080
  },
8954
9081
  },
8955
- servicePrincipalKey: {
8956
- serializedName: "typeProperties.servicePrincipalKey",
9082
+ trustServerCertificate: {
9083
+ serializedName: "typeProperties.trustServerCertificate",
8957
9084
  type: {
8958
- name: "Composite",
8959
- className: "SecretBase",
9085
+ name: "any",
8960
9086
  },
8961
9087
  },
8962
- tenant: {
8963
- serializedName: "typeProperties.tenant",
9088
+ hostNameInCertificate: {
9089
+ serializedName: "typeProperties.hostNameInCertificate",
8964
9090
  type: {
8965
9091
  name: "any",
8966
9092
  },
8967
9093
  },
8968
- azureCloudType: {
8969
- serializedName: "typeProperties.azureCloudType",
9094
+ applicationIntent: {
9095
+ serializedName: "typeProperties.applicationIntent",
8970
9096
  type: {
8971
9097
  name: "any",
8972
9098
  },
8973
9099
  },
8974
- encryptedCredential: {
8975
- serializedName: "typeProperties.encryptedCredential",
9100
+ connectTimeout: {
9101
+ serializedName: "typeProperties.connectTimeout",
8976
9102
  type: {
8977
- name: "String",
9103
+ name: "any",
8978
9104
  },
8979
9105
  },
8980
- credential: {
8981
- serializedName: "typeProperties.credential",
9106
+ connectRetryCount: {
9107
+ serializedName: "typeProperties.connectRetryCount",
8982
9108
  type: {
8983
- name: "Composite",
8984
- className: "CredentialReference",
9109
+ name: "any",
8985
9110
  },
8986
9111
  },
8987
- },
8988
- },
8989
- };
8990
-
8991
- export const SqlServerLinkedService: coreClient.CompositeMapper = {
8992
- serializedName: "SqlServer",
8993
- type: {
8994
- name: "Composite",
8995
- className: "SqlServerLinkedService",
8996
- uberParent: "LinkedService",
8997
- additionalProperties: { type: { name: "Object" } },
8998
- polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
8999
- modelProperties: {
9000
- ...LinkedService.type.modelProperties,
9001
- connectionString: {
9002
- serializedName: "typeProperties.connectionString",
9003
- required: true,
9112
+ connectRetryInterval: {
9113
+ serializedName: "typeProperties.connectRetryInterval",
9004
9114
  type: {
9005
9115
  name: "any",
9006
9116
  },
9007
9117
  },
9008
- userName: {
9009
- serializedName: "typeProperties.userName",
9118
+ loadBalanceTimeout: {
9119
+ serializedName: "typeProperties.loadBalanceTimeout",
9010
9120
  type: {
9011
9121
  name: "any",
9012
9122
  },
9013
9123
  },
9014
- password: {
9015
- serializedName: "typeProperties.password",
9124
+ commandTimeout: {
9125
+ serializedName: "typeProperties.commandTimeout",
9016
9126
  type: {
9017
- name: "Composite",
9018
- className: "SecretBase",
9127
+ name: "any",
9019
9128
  },
9020
9129
  },
9021
- encryptedCredential: {
9022
- serializedName: "typeProperties.encryptedCredential",
9130
+ integratedSecurity: {
9131
+ serializedName: "typeProperties.integratedSecurity",
9023
9132
  type: {
9024
- name: "String",
9133
+ name: "any",
9025
9134
  },
9026
9135
  },
9027
- alwaysEncryptedSettings: {
9028
- serializedName: "typeProperties.alwaysEncryptedSettings",
9136
+ failoverPartner: {
9137
+ serializedName: "typeProperties.failoverPartner",
9029
9138
  type: {
9030
- name: "Composite",
9031
- className: "SqlAlwaysEncryptedProperties",
9139
+ name: "any",
9032
9140
  },
9033
9141
  },
9034
- },
9035
- },
9036
- };
9037
-
9038
- export const AmazonRdsForSqlServerLinkedService: coreClient.CompositeMapper = {
9039
- serializedName: "AmazonRdsForSqlServer",
9040
- type: {
9041
- name: "Composite",
9042
- className: "AmazonRdsForSqlServerLinkedService",
9043
- uberParent: "LinkedService",
9044
- additionalProperties: { type: { name: "Object" } },
9045
- polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
9046
- modelProperties: {
9047
- ...LinkedService.type.modelProperties,
9048
- connectionString: {
9049
- serializedName: "typeProperties.connectionString",
9050
- required: true,
9142
+ maxPoolSize: {
9143
+ serializedName: "typeProperties.maxPoolSize",
9051
9144
  type: {
9052
9145
  name: "any",
9053
9146
  },
9054
9147
  },
9055
- userName: {
9056
- serializedName: "typeProperties.userName",
9148
+ minPoolSize: {
9149
+ serializedName: "typeProperties.minPoolSize",
9057
9150
  type: {
9058
9151
  name: "any",
9059
9152
  },
9060
9153
  },
9061
- password: {
9062
- serializedName: "typeProperties.password",
9154
+ multipleActiveResultSets: {
9155
+ serializedName: "typeProperties.multipleActiveResultSets",
9063
9156
  type: {
9064
- name: "Composite",
9065
- className: "SecretBase",
9157
+ name: "any",
9066
9158
  },
9067
9159
  },
9068
- encryptedCredential: {
9069
- serializedName: "typeProperties.encryptedCredential",
9160
+ multiSubnetFailover: {
9161
+ serializedName: "typeProperties.multiSubnetFailover",
9070
9162
  type: {
9071
- name: "String",
9163
+ name: "any",
9072
9164
  },
9073
9165
  },
9074
- alwaysEncryptedSettings: {
9075
- serializedName: "typeProperties.alwaysEncryptedSettings",
9166
+ packetSize: {
9167
+ serializedName: "typeProperties.packetSize",
9076
9168
  type: {
9077
- name: "Composite",
9078
- className: "SqlAlwaysEncryptedProperties",
9169
+ name: "any",
9170
+ },
9171
+ },
9172
+ pooling: {
9173
+ serializedName: "typeProperties.pooling",
9174
+ type: {
9175
+ name: "any",
9079
9176
  },
9080
9177
  },
9081
- },
9082
- },
9083
- };
9084
-
9085
- export const AzureSqlDatabaseLinkedService: coreClient.CompositeMapper = {
9086
- serializedName: "AzureSqlDatabase",
9087
- type: {
9088
- name: "Composite",
9089
- className: "AzureSqlDatabaseLinkedService",
9090
- uberParent: "LinkedService",
9091
- additionalProperties: { type: { name: "Object" } },
9092
- polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
9093
- modelProperties: {
9094
- ...LinkedService.type.modelProperties,
9095
9178
  connectionString: {
9096
9179
  serializedName: "typeProperties.connectionString",
9097
- required: true,
9180
+ type: {
9181
+ name: "any",
9182
+ },
9183
+ },
9184
+ authenticationType: {
9185
+ serializedName: "typeProperties.authenticationType",
9186
+ type: {
9187
+ name: "String",
9188
+ },
9189
+ },
9190
+ userName: {
9191
+ serializedName: "typeProperties.userName",
9098
9192
  type: {
9099
9193
  name: "any",
9100
9194
  },
@@ -9119,6 +9213,19 @@ export const AzureSqlDatabaseLinkedService: coreClient.CompositeMapper = {
9119
9213
  className: "SecretBase",
9120
9214
  },
9121
9215
  },
9216
+ servicePrincipalCredentialType: {
9217
+ serializedName: "typeProperties.servicePrincipalCredentialType",
9218
+ type: {
9219
+ name: "any",
9220
+ },
9221
+ },
9222
+ servicePrincipalCredential: {
9223
+ serializedName: "typeProperties.servicePrincipalCredential",
9224
+ type: {
9225
+ name: "Composite",
9226
+ className: "SecretBase",
9227
+ },
9228
+ },
9122
9229
  tenant: {
9123
9230
  serializedName: "typeProperties.tenant",
9124
9231
  type: {
@@ -9137,13 +9244,6 @@ export const AzureSqlDatabaseLinkedService: coreClient.CompositeMapper = {
9137
9244
  name: "String",
9138
9245
  },
9139
9246
  },
9140
- alwaysEncryptedSettings: {
9141
- serializedName: "typeProperties.alwaysEncryptedSettings",
9142
- type: {
9143
- name: "Composite",
9144
- className: "SqlAlwaysEncryptedProperties",
9145
- },
9146
- },
9147
9247
  credential: {
9148
9248
  serializedName: "typeProperties.credential",
9149
9249
  type: {
@@ -9155,19 +9255,687 @@ export const AzureSqlDatabaseLinkedService: coreClient.CompositeMapper = {
9155
9255
  },
9156
9256
  };
9157
9257
 
9158
- export const AzureSqlMILinkedService: coreClient.CompositeMapper = {
9159
- serializedName: "AzureSqlMI",
9258
+ export const SqlServerLinkedService: coreClient.CompositeMapper = {
9259
+ serializedName: "SqlServer",
9160
9260
  type: {
9161
9261
  name: "Composite",
9162
- className: "AzureSqlMILinkedService",
9262
+ className: "SqlServerLinkedService",
9263
+ uberParent: "LinkedService",
9264
+ additionalProperties: { type: { name: "Object" } },
9265
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
9266
+ modelProperties: {
9267
+ ...LinkedService.type.modelProperties,
9268
+ server: {
9269
+ serializedName: "typeProperties.server",
9270
+ type: {
9271
+ name: "any",
9272
+ },
9273
+ },
9274
+ database: {
9275
+ serializedName: "typeProperties.database",
9276
+ type: {
9277
+ name: "any",
9278
+ },
9279
+ },
9280
+ encrypt: {
9281
+ serializedName: "typeProperties.encrypt",
9282
+ type: {
9283
+ name: "any",
9284
+ },
9285
+ },
9286
+ trustServerCertificate: {
9287
+ serializedName: "typeProperties.trustServerCertificate",
9288
+ type: {
9289
+ name: "any",
9290
+ },
9291
+ },
9292
+ hostNameInCertificate: {
9293
+ serializedName: "typeProperties.hostNameInCertificate",
9294
+ type: {
9295
+ name: "any",
9296
+ },
9297
+ },
9298
+ applicationIntent: {
9299
+ serializedName: "typeProperties.applicationIntent",
9300
+ type: {
9301
+ name: "any",
9302
+ },
9303
+ },
9304
+ connectTimeout: {
9305
+ serializedName: "typeProperties.connectTimeout",
9306
+ type: {
9307
+ name: "any",
9308
+ },
9309
+ },
9310
+ connectRetryCount: {
9311
+ serializedName: "typeProperties.connectRetryCount",
9312
+ type: {
9313
+ name: "any",
9314
+ },
9315
+ },
9316
+ connectRetryInterval: {
9317
+ serializedName: "typeProperties.connectRetryInterval",
9318
+ type: {
9319
+ name: "any",
9320
+ },
9321
+ },
9322
+ loadBalanceTimeout: {
9323
+ serializedName: "typeProperties.loadBalanceTimeout",
9324
+ type: {
9325
+ name: "any",
9326
+ },
9327
+ },
9328
+ commandTimeout: {
9329
+ serializedName: "typeProperties.commandTimeout",
9330
+ type: {
9331
+ name: "any",
9332
+ },
9333
+ },
9334
+ integratedSecurity: {
9335
+ serializedName: "typeProperties.integratedSecurity",
9336
+ type: {
9337
+ name: "any",
9338
+ },
9339
+ },
9340
+ failoverPartner: {
9341
+ serializedName: "typeProperties.failoverPartner",
9342
+ type: {
9343
+ name: "any",
9344
+ },
9345
+ },
9346
+ maxPoolSize: {
9347
+ serializedName: "typeProperties.maxPoolSize",
9348
+ type: {
9349
+ name: "any",
9350
+ },
9351
+ },
9352
+ minPoolSize: {
9353
+ serializedName: "typeProperties.minPoolSize",
9354
+ type: {
9355
+ name: "any",
9356
+ },
9357
+ },
9358
+ multipleActiveResultSets: {
9359
+ serializedName: "typeProperties.multipleActiveResultSets",
9360
+ type: {
9361
+ name: "any",
9362
+ },
9363
+ },
9364
+ multiSubnetFailover: {
9365
+ serializedName: "typeProperties.multiSubnetFailover",
9366
+ type: {
9367
+ name: "any",
9368
+ },
9369
+ },
9370
+ packetSize: {
9371
+ serializedName: "typeProperties.packetSize",
9372
+ type: {
9373
+ name: "any",
9374
+ },
9375
+ },
9376
+ pooling: {
9377
+ serializedName: "typeProperties.pooling",
9378
+ type: {
9379
+ name: "any",
9380
+ },
9381
+ },
9382
+ connectionString: {
9383
+ serializedName: "typeProperties.connectionString",
9384
+ type: {
9385
+ name: "any",
9386
+ },
9387
+ },
9388
+ authenticationType: {
9389
+ serializedName: "typeProperties.authenticationType",
9390
+ type: {
9391
+ name: "String",
9392
+ },
9393
+ },
9394
+ userName: {
9395
+ serializedName: "typeProperties.userName",
9396
+ type: {
9397
+ name: "any",
9398
+ },
9399
+ },
9400
+ password: {
9401
+ serializedName: "typeProperties.password",
9402
+ type: {
9403
+ name: "Composite",
9404
+ className: "SecretBase",
9405
+ },
9406
+ },
9407
+ encryptedCredential: {
9408
+ serializedName: "typeProperties.encryptedCredential",
9409
+ type: {
9410
+ name: "String",
9411
+ },
9412
+ },
9413
+ alwaysEncryptedSettings: {
9414
+ serializedName: "typeProperties.alwaysEncryptedSettings",
9415
+ type: {
9416
+ name: "Composite",
9417
+ className: "SqlAlwaysEncryptedProperties",
9418
+ },
9419
+ },
9420
+ },
9421
+ },
9422
+ };
9423
+
9424
+ export const AmazonRdsForSqlServerLinkedService: coreClient.CompositeMapper = {
9425
+ serializedName: "AmazonRdsForSqlServer",
9426
+ type: {
9427
+ name: "Composite",
9428
+ className: "AmazonRdsForSqlServerLinkedService",
9429
+ uberParent: "LinkedService",
9430
+ additionalProperties: { type: { name: "Object" } },
9431
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
9432
+ modelProperties: {
9433
+ ...LinkedService.type.modelProperties,
9434
+ server: {
9435
+ serializedName: "typeProperties.server",
9436
+ type: {
9437
+ name: "any",
9438
+ },
9439
+ },
9440
+ database: {
9441
+ serializedName: "typeProperties.database",
9442
+ type: {
9443
+ name: "any",
9444
+ },
9445
+ },
9446
+ encrypt: {
9447
+ serializedName: "typeProperties.encrypt",
9448
+ type: {
9449
+ name: "any",
9450
+ },
9451
+ },
9452
+ trustServerCertificate: {
9453
+ serializedName: "typeProperties.trustServerCertificate",
9454
+ type: {
9455
+ name: "any",
9456
+ },
9457
+ },
9458
+ hostNameInCertificate: {
9459
+ serializedName: "typeProperties.hostNameInCertificate",
9460
+ type: {
9461
+ name: "any",
9462
+ },
9463
+ },
9464
+ applicationIntent: {
9465
+ serializedName: "typeProperties.applicationIntent",
9466
+ type: {
9467
+ name: "any",
9468
+ },
9469
+ },
9470
+ connectTimeout: {
9471
+ serializedName: "typeProperties.connectTimeout",
9472
+ type: {
9473
+ name: "any",
9474
+ },
9475
+ },
9476
+ connectRetryCount: {
9477
+ serializedName: "typeProperties.connectRetryCount",
9478
+ type: {
9479
+ name: "any",
9480
+ },
9481
+ },
9482
+ connectRetryInterval: {
9483
+ serializedName: "typeProperties.connectRetryInterval",
9484
+ type: {
9485
+ name: "any",
9486
+ },
9487
+ },
9488
+ loadBalanceTimeout: {
9489
+ serializedName: "typeProperties.loadBalanceTimeout",
9490
+ type: {
9491
+ name: "any",
9492
+ },
9493
+ },
9494
+ commandTimeout: {
9495
+ serializedName: "typeProperties.commandTimeout",
9496
+ type: {
9497
+ name: "any",
9498
+ },
9499
+ },
9500
+ integratedSecurity: {
9501
+ serializedName: "typeProperties.integratedSecurity",
9502
+ type: {
9503
+ name: "any",
9504
+ },
9505
+ },
9506
+ failoverPartner: {
9507
+ serializedName: "typeProperties.failoverPartner",
9508
+ type: {
9509
+ name: "any",
9510
+ },
9511
+ },
9512
+ maxPoolSize: {
9513
+ serializedName: "typeProperties.maxPoolSize",
9514
+ type: {
9515
+ name: "any",
9516
+ },
9517
+ },
9518
+ minPoolSize: {
9519
+ serializedName: "typeProperties.minPoolSize",
9520
+ type: {
9521
+ name: "any",
9522
+ },
9523
+ },
9524
+ multipleActiveResultSets: {
9525
+ serializedName: "typeProperties.multipleActiveResultSets",
9526
+ type: {
9527
+ name: "any",
9528
+ },
9529
+ },
9530
+ multiSubnetFailover: {
9531
+ serializedName: "typeProperties.multiSubnetFailover",
9532
+ type: {
9533
+ name: "any",
9534
+ },
9535
+ },
9536
+ packetSize: {
9537
+ serializedName: "typeProperties.packetSize",
9538
+ type: {
9539
+ name: "any",
9540
+ },
9541
+ },
9542
+ pooling: {
9543
+ serializedName: "typeProperties.pooling",
9544
+ type: {
9545
+ name: "any",
9546
+ },
9547
+ },
9548
+ connectionString: {
9549
+ serializedName: "typeProperties.connectionString",
9550
+ type: {
9551
+ name: "any",
9552
+ },
9553
+ },
9554
+ authenticationType: {
9555
+ serializedName: "typeProperties.authenticationType",
9556
+ type: {
9557
+ name: "String",
9558
+ },
9559
+ },
9560
+ userName: {
9561
+ serializedName: "typeProperties.userName",
9562
+ type: {
9563
+ name: "any",
9564
+ },
9565
+ },
9566
+ password: {
9567
+ serializedName: "typeProperties.password",
9568
+ type: {
9569
+ name: "Composite",
9570
+ className: "SecretBase",
9571
+ },
9572
+ },
9573
+ encryptedCredential: {
9574
+ serializedName: "typeProperties.encryptedCredential",
9575
+ type: {
9576
+ name: "String",
9577
+ },
9578
+ },
9579
+ alwaysEncryptedSettings: {
9580
+ serializedName: "typeProperties.alwaysEncryptedSettings",
9581
+ type: {
9582
+ name: "Composite",
9583
+ className: "SqlAlwaysEncryptedProperties",
9584
+ },
9585
+ },
9586
+ },
9587
+ },
9588
+ };
9589
+
9590
+ export const AzureSqlDatabaseLinkedService: coreClient.CompositeMapper = {
9591
+ serializedName: "AzureSqlDatabase",
9592
+ type: {
9593
+ name: "Composite",
9594
+ className: "AzureSqlDatabaseLinkedService",
9595
+ uberParent: "LinkedService",
9596
+ additionalProperties: { type: { name: "Object" } },
9597
+ polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
9598
+ modelProperties: {
9599
+ ...LinkedService.type.modelProperties,
9600
+ server: {
9601
+ serializedName: "typeProperties.server",
9602
+ type: {
9603
+ name: "any",
9604
+ },
9605
+ },
9606
+ database: {
9607
+ serializedName: "typeProperties.database",
9608
+ type: {
9609
+ name: "any",
9610
+ },
9611
+ },
9612
+ encrypt: {
9613
+ serializedName: "typeProperties.encrypt",
9614
+ type: {
9615
+ name: "any",
9616
+ },
9617
+ },
9618
+ trustServerCertificate: {
9619
+ serializedName: "typeProperties.trustServerCertificate",
9620
+ type: {
9621
+ name: "any",
9622
+ },
9623
+ },
9624
+ hostNameInCertificate: {
9625
+ serializedName: "typeProperties.hostNameInCertificate",
9626
+ type: {
9627
+ name: "any",
9628
+ },
9629
+ },
9630
+ applicationIntent: {
9631
+ serializedName: "typeProperties.applicationIntent",
9632
+ type: {
9633
+ name: "any",
9634
+ },
9635
+ },
9636
+ connectTimeout: {
9637
+ serializedName: "typeProperties.connectTimeout",
9638
+ type: {
9639
+ name: "any",
9640
+ },
9641
+ },
9642
+ connectRetryCount: {
9643
+ serializedName: "typeProperties.connectRetryCount",
9644
+ type: {
9645
+ name: "any",
9646
+ },
9647
+ },
9648
+ connectRetryInterval: {
9649
+ serializedName: "typeProperties.connectRetryInterval",
9650
+ type: {
9651
+ name: "any",
9652
+ },
9653
+ },
9654
+ loadBalanceTimeout: {
9655
+ serializedName: "typeProperties.loadBalanceTimeout",
9656
+ type: {
9657
+ name: "any",
9658
+ },
9659
+ },
9660
+ commandTimeout: {
9661
+ serializedName: "typeProperties.commandTimeout",
9662
+ type: {
9663
+ name: "any",
9664
+ },
9665
+ },
9666
+ integratedSecurity: {
9667
+ serializedName: "typeProperties.integratedSecurity",
9668
+ type: {
9669
+ name: "any",
9670
+ },
9671
+ },
9672
+ failoverPartner: {
9673
+ serializedName: "typeProperties.failoverPartner",
9674
+ type: {
9675
+ name: "any",
9676
+ },
9677
+ },
9678
+ maxPoolSize: {
9679
+ serializedName: "typeProperties.maxPoolSize",
9680
+ type: {
9681
+ name: "any",
9682
+ },
9683
+ },
9684
+ minPoolSize: {
9685
+ serializedName: "typeProperties.minPoolSize",
9686
+ type: {
9687
+ name: "any",
9688
+ },
9689
+ },
9690
+ multipleActiveResultSets: {
9691
+ serializedName: "typeProperties.multipleActiveResultSets",
9692
+ type: {
9693
+ name: "any",
9694
+ },
9695
+ },
9696
+ multiSubnetFailover: {
9697
+ serializedName: "typeProperties.multiSubnetFailover",
9698
+ type: {
9699
+ name: "any",
9700
+ },
9701
+ },
9702
+ packetSize: {
9703
+ serializedName: "typeProperties.packetSize",
9704
+ type: {
9705
+ name: "any",
9706
+ },
9707
+ },
9708
+ pooling: {
9709
+ serializedName: "typeProperties.pooling",
9710
+ type: {
9711
+ name: "any",
9712
+ },
9713
+ },
9714
+ connectionString: {
9715
+ serializedName: "typeProperties.connectionString",
9716
+ type: {
9717
+ name: "any",
9718
+ },
9719
+ },
9720
+ authenticationType: {
9721
+ serializedName: "typeProperties.authenticationType",
9722
+ type: {
9723
+ name: "String",
9724
+ },
9725
+ },
9726
+ userName: {
9727
+ serializedName: "typeProperties.userName",
9728
+ type: {
9729
+ name: "any",
9730
+ },
9731
+ },
9732
+ password: {
9733
+ serializedName: "typeProperties.password",
9734
+ type: {
9735
+ name: "Composite",
9736
+ className: "AzureKeyVaultSecretReference",
9737
+ },
9738
+ },
9739
+ servicePrincipalId: {
9740
+ serializedName: "typeProperties.servicePrincipalId",
9741
+ type: {
9742
+ name: "any",
9743
+ },
9744
+ },
9745
+ servicePrincipalKey: {
9746
+ serializedName: "typeProperties.servicePrincipalKey",
9747
+ type: {
9748
+ name: "Composite",
9749
+ className: "SecretBase",
9750
+ },
9751
+ },
9752
+ servicePrincipalCredentialType: {
9753
+ serializedName: "typeProperties.servicePrincipalCredentialType",
9754
+ type: {
9755
+ name: "any",
9756
+ },
9757
+ },
9758
+ servicePrincipalCredential: {
9759
+ serializedName: "typeProperties.servicePrincipalCredential",
9760
+ type: {
9761
+ name: "Composite",
9762
+ className: "SecretBase",
9763
+ },
9764
+ },
9765
+ tenant: {
9766
+ serializedName: "typeProperties.tenant",
9767
+ type: {
9768
+ name: "any",
9769
+ },
9770
+ },
9771
+ azureCloudType: {
9772
+ serializedName: "typeProperties.azureCloudType",
9773
+ type: {
9774
+ name: "any",
9775
+ },
9776
+ },
9777
+ encryptedCredential: {
9778
+ serializedName: "typeProperties.encryptedCredential",
9779
+ type: {
9780
+ name: "String",
9781
+ },
9782
+ },
9783
+ alwaysEncryptedSettings: {
9784
+ serializedName: "typeProperties.alwaysEncryptedSettings",
9785
+ type: {
9786
+ name: "Composite",
9787
+ className: "SqlAlwaysEncryptedProperties",
9788
+ },
9789
+ },
9790
+ credential: {
9791
+ serializedName: "typeProperties.credential",
9792
+ type: {
9793
+ name: "Composite",
9794
+ className: "CredentialReference",
9795
+ },
9796
+ },
9797
+ },
9798
+ },
9799
+ };
9800
+
9801
+ export const AzureSqlMILinkedService: coreClient.CompositeMapper = {
9802
+ serializedName: "AzureSqlMI",
9803
+ type: {
9804
+ name: "Composite",
9805
+ className: "AzureSqlMILinkedService",
9163
9806
  uberParent: "LinkedService",
9164
9807
  additionalProperties: { type: { name: "Object" } },
9165
9808
  polymorphicDiscriminator: LinkedService.type.polymorphicDiscriminator,
9166
9809
  modelProperties: {
9167
9810
  ...LinkedService.type.modelProperties,
9811
+ server: {
9812
+ serializedName: "typeProperties.server",
9813
+ type: {
9814
+ name: "any",
9815
+ },
9816
+ },
9817
+ database: {
9818
+ serializedName: "typeProperties.database",
9819
+ type: {
9820
+ name: "any",
9821
+ },
9822
+ },
9823
+ encrypt: {
9824
+ serializedName: "typeProperties.encrypt",
9825
+ type: {
9826
+ name: "any",
9827
+ },
9828
+ },
9829
+ trustServerCertificate: {
9830
+ serializedName: "typeProperties.trustServerCertificate",
9831
+ type: {
9832
+ name: "any",
9833
+ },
9834
+ },
9835
+ hostNameInCertificate: {
9836
+ serializedName: "typeProperties.hostNameInCertificate",
9837
+ type: {
9838
+ name: "any",
9839
+ },
9840
+ },
9841
+ applicationIntent: {
9842
+ serializedName: "typeProperties.applicationIntent",
9843
+ type: {
9844
+ name: "any",
9845
+ },
9846
+ },
9847
+ connectTimeout: {
9848
+ serializedName: "typeProperties.connectTimeout",
9849
+ type: {
9850
+ name: "any",
9851
+ },
9852
+ },
9853
+ connectRetryCount: {
9854
+ serializedName: "typeProperties.connectRetryCount",
9855
+ type: {
9856
+ name: "any",
9857
+ },
9858
+ },
9859
+ connectRetryInterval: {
9860
+ serializedName: "typeProperties.connectRetryInterval",
9861
+ type: {
9862
+ name: "any",
9863
+ },
9864
+ },
9865
+ loadBalanceTimeout: {
9866
+ serializedName: "typeProperties.loadBalanceTimeout",
9867
+ type: {
9868
+ name: "any",
9869
+ },
9870
+ },
9871
+ commandTimeout: {
9872
+ serializedName: "typeProperties.commandTimeout",
9873
+ type: {
9874
+ name: "any",
9875
+ },
9876
+ },
9877
+ integratedSecurity: {
9878
+ serializedName: "typeProperties.integratedSecurity",
9879
+ type: {
9880
+ name: "any",
9881
+ },
9882
+ },
9883
+ failoverPartner: {
9884
+ serializedName: "typeProperties.failoverPartner",
9885
+ type: {
9886
+ name: "any",
9887
+ },
9888
+ },
9889
+ maxPoolSize: {
9890
+ serializedName: "typeProperties.maxPoolSize",
9891
+ type: {
9892
+ name: "any",
9893
+ },
9894
+ },
9895
+ minPoolSize: {
9896
+ serializedName: "typeProperties.minPoolSize",
9897
+ type: {
9898
+ name: "any",
9899
+ },
9900
+ },
9901
+ multipleActiveResultSets: {
9902
+ serializedName: "typeProperties.multipleActiveResultSets",
9903
+ type: {
9904
+ name: "any",
9905
+ },
9906
+ },
9907
+ multiSubnetFailover: {
9908
+ serializedName: "typeProperties.multiSubnetFailover",
9909
+ type: {
9910
+ name: "any",
9911
+ },
9912
+ },
9913
+ packetSize: {
9914
+ serializedName: "typeProperties.packetSize",
9915
+ type: {
9916
+ name: "any",
9917
+ },
9918
+ },
9919
+ pooling: {
9920
+ serializedName: "typeProperties.pooling",
9921
+ type: {
9922
+ name: "any",
9923
+ },
9924
+ },
9168
9925
  connectionString: {
9169
9926
  serializedName: "typeProperties.connectionString",
9170
- required: true,
9927
+ type: {
9928
+ name: "any",
9929
+ },
9930
+ },
9931
+ authenticationType: {
9932
+ serializedName: "typeProperties.authenticationType",
9933
+ type: {
9934
+ name: "String",
9935
+ },
9936
+ },
9937
+ userName: {
9938
+ serializedName: "typeProperties.userName",
9171
9939
  type: {
9172
9940
  name: "any",
9173
9941
  },
@@ -9185,8 +9953,21 @@ export const AzureSqlMILinkedService: coreClient.CompositeMapper = {
9185
9953
  name: "any",
9186
9954
  },
9187
9955
  },
9188
- servicePrincipalKey: {
9189
- serializedName: "typeProperties.servicePrincipalKey",
9956
+ servicePrincipalKey: {
9957
+ serializedName: "typeProperties.servicePrincipalKey",
9958
+ type: {
9959
+ name: "Composite",
9960
+ className: "SecretBase",
9961
+ },
9962
+ },
9963
+ servicePrincipalCredentialType: {
9964
+ serializedName: "typeProperties.servicePrincipalCredentialType",
9965
+ type: {
9966
+ name: "any",
9967
+ },
9968
+ },
9969
+ servicePrincipalCredential: {
9970
+ serializedName: "typeProperties.servicePrincipalCredential",
9190
9971
  type: {
9191
9972
  name: "Composite",
9192
9973
  className: "SecretBase",
@@ -9584,6 +10365,13 @@ export const DynamicsCrmLinkedService: coreClient.CompositeMapper = {
9584
10365
  className: "SecretBase",
9585
10366
  },
9586
10367
  },
10368
+ credential: {
10369
+ serializedName: "typeProperties.credential",
10370
+ type: {
10371
+ name: "Composite",
10372
+ className: "CredentialReference",
10373
+ },
10374
+ },
9587
10375
  encryptedCredential: {
9588
10376
  serializedName: "typeProperties.encryptedCredential",
9589
10377
  type: {
@@ -18942,6 +19730,12 @@ export const LakeHouseTableDataset: coreClient.CompositeMapper = {
18942
19730
  polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
18943
19731
  modelProperties: {
18944
19732
  ...Dataset.type.modelProperties,
19733
+ schemaTypePropertiesSchema: {
19734
+ serializedName: "typeProperties.schema",
19735
+ type: {
19736
+ name: "any",
19737
+ },
19738
+ },
18945
19739
  table: {
18946
19740
  serializedName: "typeProperties.table",
18947
19741
  type: {
@@ -19628,20 +20422,6 @@ export const LinkedServiceDebugResource: coreClient.CompositeMapper = {
19628
20422
  },
19629
20423
  };
19630
20424
 
19631
- export const ManagedIdentityCredential: coreClient.CompositeMapper = {
19632
- serializedName: "ManagedIdentity",
19633
- type: {
19634
- name: "Composite",
19635
- className: "ManagedIdentityCredential",
19636
- uberParent: "Credential",
19637
- additionalProperties: { type: { name: "Object" } },
19638
- polymorphicDiscriminator: Credential.type.polymorphicDiscriminator,
19639
- modelProperties: {
19640
- ...Credential.type.modelProperties,
19641
- },
19642
- },
19643
- };
19644
-
19645
20425
  export const ServicePrincipalCredential: coreClient.CompositeMapper = {
19646
20426
  serializedName: "ServicePrincipal",
19647
20427
  type: {
@@ -19675,6 +20455,26 @@ export const ServicePrincipalCredential: coreClient.CompositeMapper = {
19675
20455
  },
19676
20456
  };
19677
20457
 
20458
+ export const ManagedIdentityCredential: coreClient.CompositeMapper = {
20459
+ serializedName: "ManagedIdentity",
20460
+ type: {
20461
+ name: "Composite",
20462
+ className: "ManagedIdentityCredential",
20463
+ uberParent: "Credential",
20464
+ additionalProperties: { type: { name: "Object" } },
20465
+ polymorphicDiscriminator: Credential.type.polymorphicDiscriminator,
20466
+ modelProperties: {
20467
+ ...Credential.type.modelProperties,
20468
+ resourceId: {
20469
+ serializedName: "typeProperties.resourceId",
20470
+ type: {
20471
+ name: "String",
20472
+ },
20473
+ },
20474
+ },
20475
+ },
20476
+ };
20477
+
19678
20478
  export const SecureString: coreClient.CompositeMapper = {
19679
20479
  serializedName: "SecureString",
19680
20480
  type: {
@@ -20239,105 +21039,478 @@ export const EnvironmentVariableSetup: coreClient.CompositeMapper = {
20239
21039
  type: {
20240
21040
  name: "String",
20241
21041
  },
20242
- },
20243
- variableValue: {
20244
- serializedName: "typeProperties.variableValue",
20245
- required: true,
20246
- type: {
20247
- name: "String",
21042
+ },
21043
+ variableValue: {
21044
+ serializedName: "typeProperties.variableValue",
21045
+ required: true,
21046
+ type: {
21047
+ name: "String",
21048
+ },
21049
+ },
21050
+ },
21051
+ },
21052
+ };
21053
+
21054
+ export const ComponentSetup: coreClient.CompositeMapper = {
21055
+ serializedName: "ComponentSetup",
21056
+ type: {
21057
+ name: "Composite",
21058
+ className: "ComponentSetup",
21059
+ uberParent: "CustomSetupBase",
21060
+ polymorphicDiscriminator: CustomSetupBase.type.polymorphicDiscriminator,
21061
+ modelProperties: {
21062
+ ...CustomSetupBase.type.modelProperties,
21063
+ componentName: {
21064
+ serializedName: "typeProperties.componentName",
21065
+ required: true,
21066
+ type: {
21067
+ name: "String",
21068
+ },
21069
+ },
21070
+ licenseKey: {
21071
+ serializedName: "typeProperties.licenseKey",
21072
+ type: {
21073
+ name: "Composite",
21074
+ className: "SecretBase",
21075
+ },
21076
+ },
21077
+ },
21078
+ },
21079
+ };
21080
+
21081
+ export const AzPowerShellSetup: coreClient.CompositeMapper = {
21082
+ serializedName: "AzPowerShellSetup",
21083
+ type: {
21084
+ name: "Composite",
21085
+ className: "AzPowerShellSetup",
21086
+ uberParent: "CustomSetupBase",
21087
+ polymorphicDiscriminator: CustomSetupBase.type.polymorphicDiscriminator,
21088
+ modelProperties: {
21089
+ ...CustomSetupBase.type.modelProperties,
21090
+ version: {
21091
+ serializedName: "typeProperties.version",
21092
+ required: true,
21093
+ type: {
21094
+ name: "String",
21095
+ },
21096
+ },
21097
+ },
21098
+ },
21099
+ };
21100
+
21101
+ export const LinkedIntegrationRuntimeKeyAuthorization: coreClient.CompositeMapper =
21102
+ {
21103
+ serializedName: "Key",
21104
+ type: {
21105
+ name: "Composite",
21106
+ className: "LinkedIntegrationRuntimeKeyAuthorization",
21107
+ uberParent: "LinkedIntegrationRuntimeType",
21108
+ polymorphicDiscriminator:
21109
+ LinkedIntegrationRuntimeType.type.polymorphicDiscriminator,
21110
+ modelProperties: {
21111
+ ...LinkedIntegrationRuntimeType.type.modelProperties,
21112
+ key: {
21113
+ serializedName: "key",
21114
+ type: {
21115
+ name: "Composite",
21116
+ className: "SecureString",
21117
+ },
21118
+ },
21119
+ },
21120
+ },
21121
+ };
21122
+
21123
+ export const LinkedIntegrationRuntimeRbacAuthorization: coreClient.CompositeMapper =
21124
+ {
21125
+ serializedName: "RBAC",
21126
+ type: {
21127
+ name: "Composite",
21128
+ className: "LinkedIntegrationRuntimeRbacAuthorization",
21129
+ uberParent: "LinkedIntegrationRuntimeType",
21130
+ polymorphicDiscriminator:
21131
+ LinkedIntegrationRuntimeType.type.polymorphicDiscriminator,
21132
+ modelProperties: {
21133
+ ...LinkedIntegrationRuntimeType.type.modelProperties,
21134
+ resourceId: {
21135
+ serializedName: "resourceId",
21136
+ required: true,
21137
+ type: {
21138
+ name: "String",
21139
+ },
21140
+ },
21141
+ credential: {
21142
+ serializedName: "credential",
21143
+ type: {
21144
+ name: "Composite",
21145
+ className: "CredentialReference",
21146
+ },
21147
+ },
21148
+ },
21149
+ },
21150
+ };
21151
+
21152
+ export const AzureSqlDWLinkedServiceTypeProperties: coreClient.CompositeMapper =
21153
+ {
21154
+ type: {
21155
+ name: "Composite",
21156
+ className: "AzureSqlDWLinkedServiceTypeProperties",
21157
+ modelProperties: {
21158
+ ...SqlServerBaseLinkedServiceTypeProperties.type.modelProperties,
21159
+ connectionString: {
21160
+ serializedName: "connectionString",
21161
+ type: {
21162
+ name: "any",
21163
+ },
21164
+ },
21165
+ authenticationType: {
21166
+ serializedName: "authenticationType",
21167
+ type: {
21168
+ name: "String",
21169
+ },
21170
+ },
21171
+ userName: {
21172
+ serializedName: "userName",
21173
+ type: {
21174
+ name: "any",
21175
+ },
21176
+ },
21177
+ password: {
21178
+ serializedName: "password",
21179
+ type: {
21180
+ name: "Composite",
21181
+ className: "AzureKeyVaultSecretReference",
21182
+ },
21183
+ },
21184
+ servicePrincipalId: {
21185
+ serializedName: "servicePrincipalId",
21186
+ type: {
21187
+ name: "any",
21188
+ },
21189
+ },
21190
+ servicePrincipalKey: {
21191
+ serializedName: "servicePrincipalKey",
21192
+ type: {
21193
+ name: "Composite",
21194
+ className: "SecretBase",
21195
+ },
21196
+ },
21197
+ servicePrincipalCredentialType: {
21198
+ serializedName: "servicePrincipalCredentialType",
21199
+ type: {
21200
+ name: "any",
21201
+ },
21202
+ },
21203
+ servicePrincipalCredential: {
21204
+ serializedName: "servicePrincipalCredential",
21205
+ type: {
21206
+ name: "Composite",
21207
+ className: "SecretBase",
21208
+ },
21209
+ },
21210
+ tenant: {
21211
+ serializedName: "tenant",
21212
+ type: {
21213
+ name: "any",
21214
+ },
21215
+ },
21216
+ azureCloudType: {
21217
+ serializedName: "azureCloudType",
21218
+ type: {
21219
+ name: "any",
21220
+ },
21221
+ },
21222
+ encryptedCredential: {
21223
+ serializedName: "encryptedCredential",
21224
+ type: {
21225
+ name: "String",
21226
+ },
21227
+ },
21228
+ credential: {
21229
+ serializedName: "credential",
21230
+ type: {
21231
+ name: "Composite",
21232
+ className: "CredentialReference",
21233
+ },
21234
+ },
21235
+ },
21236
+ },
21237
+ };
21238
+
21239
+ export const SqlServerLinkedServiceTypeProperties: coreClient.CompositeMapper =
21240
+ {
21241
+ type: {
21242
+ name: "Composite",
21243
+ className: "SqlServerLinkedServiceTypeProperties",
21244
+ modelProperties: {
21245
+ ...SqlServerBaseLinkedServiceTypeProperties.type.modelProperties,
21246
+ connectionString: {
21247
+ serializedName: "connectionString",
21248
+ type: {
21249
+ name: "any",
21250
+ },
21251
+ },
21252
+ authenticationType: {
21253
+ serializedName: "authenticationType",
21254
+ type: {
21255
+ name: "String",
21256
+ },
21257
+ },
21258
+ userName: {
21259
+ serializedName: "userName",
21260
+ type: {
21261
+ name: "any",
21262
+ },
21263
+ },
21264
+ password: {
21265
+ serializedName: "password",
21266
+ type: {
21267
+ name: "Composite",
21268
+ className: "SecretBase",
21269
+ },
21270
+ },
21271
+ encryptedCredential: {
21272
+ serializedName: "encryptedCredential",
21273
+ type: {
21274
+ name: "String",
21275
+ },
21276
+ },
21277
+ alwaysEncryptedSettings: {
21278
+ serializedName: "alwaysEncryptedSettings",
21279
+ type: {
21280
+ name: "Composite",
21281
+ className: "SqlAlwaysEncryptedProperties",
21282
+ },
20248
21283
  },
20249
21284
  },
20250
21285
  },
20251
- },
20252
- };
21286
+ };
20253
21287
 
20254
- export const ComponentSetup: coreClient.CompositeMapper = {
20255
- serializedName: "ComponentSetup",
20256
- type: {
20257
- name: "Composite",
20258
- className: "ComponentSetup",
20259
- uberParent: "CustomSetupBase",
20260
- polymorphicDiscriminator: CustomSetupBase.type.polymorphicDiscriminator,
20261
- modelProperties: {
20262
- ...CustomSetupBase.type.modelProperties,
20263
- componentName: {
20264
- serializedName: "typeProperties.componentName",
20265
- required: true,
20266
- type: {
20267
- name: "String",
21288
+ export const AmazonRdsForSqlServerLinkedServiceTypeProperties: coreClient.CompositeMapper =
21289
+ {
21290
+ type: {
21291
+ name: "Composite",
21292
+ className: "AmazonRdsForSqlServerLinkedServiceTypeProperties",
21293
+ modelProperties: {
21294
+ ...SqlServerBaseLinkedServiceTypeProperties.type.modelProperties,
21295
+ connectionString: {
21296
+ serializedName: "connectionString",
21297
+ type: {
21298
+ name: "any",
21299
+ },
20268
21300
  },
20269
- },
20270
- licenseKey: {
20271
- serializedName: "typeProperties.licenseKey",
20272
- type: {
20273
- name: "Composite",
20274
- className: "SecretBase",
21301
+ authenticationType: {
21302
+ serializedName: "authenticationType",
21303
+ type: {
21304
+ name: "String",
21305
+ },
20275
21306
  },
20276
- },
20277
- },
20278
- },
20279
- };
20280
-
20281
- export const AzPowerShellSetup: coreClient.CompositeMapper = {
20282
- serializedName: "AzPowerShellSetup",
20283
- type: {
20284
- name: "Composite",
20285
- className: "AzPowerShellSetup",
20286
- uberParent: "CustomSetupBase",
20287
- polymorphicDiscriminator: CustomSetupBase.type.polymorphicDiscriminator,
20288
- modelProperties: {
20289
- ...CustomSetupBase.type.modelProperties,
20290
- version: {
20291
- serializedName: "typeProperties.version",
20292
- required: true,
20293
- type: {
20294
- name: "String",
21307
+ userName: {
21308
+ serializedName: "userName",
21309
+ type: {
21310
+ name: "any",
21311
+ },
21312
+ },
21313
+ password: {
21314
+ serializedName: "password",
21315
+ type: {
21316
+ name: "Composite",
21317
+ className: "SecretBase",
21318
+ },
21319
+ },
21320
+ encryptedCredential: {
21321
+ serializedName: "encryptedCredential",
21322
+ type: {
21323
+ name: "String",
21324
+ },
21325
+ },
21326
+ alwaysEncryptedSettings: {
21327
+ serializedName: "alwaysEncryptedSettings",
21328
+ type: {
21329
+ name: "Composite",
21330
+ className: "SqlAlwaysEncryptedProperties",
21331
+ },
20295
21332
  },
20296
21333
  },
20297
21334
  },
20298
- },
20299
- };
21335
+ };
20300
21336
 
20301
- export const LinkedIntegrationRuntimeKeyAuthorization: coreClient.CompositeMapper =
21337
+ export const AzureSqlDatabaseLinkedServiceTypeProperties: coreClient.CompositeMapper =
20302
21338
  {
20303
- serializedName: "Key",
20304
21339
  type: {
20305
21340
  name: "Composite",
20306
- className: "LinkedIntegrationRuntimeKeyAuthorization",
20307
- uberParent: "LinkedIntegrationRuntimeType",
20308
- polymorphicDiscriminator:
20309
- LinkedIntegrationRuntimeType.type.polymorphicDiscriminator,
21341
+ className: "AzureSqlDatabaseLinkedServiceTypeProperties",
20310
21342
  modelProperties: {
20311
- ...LinkedIntegrationRuntimeType.type.modelProperties,
20312
- key: {
20313
- serializedName: "key",
21343
+ ...SqlServerBaseLinkedServiceTypeProperties.type.modelProperties,
21344
+ connectionString: {
21345
+ serializedName: "connectionString",
21346
+ type: {
21347
+ name: "any",
21348
+ },
21349
+ },
21350
+ authenticationType: {
21351
+ serializedName: "authenticationType",
21352
+ type: {
21353
+ name: "String",
21354
+ },
21355
+ },
21356
+ userName: {
21357
+ serializedName: "userName",
21358
+ type: {
21359
+ name: "any",
21360
+ },
21361
+ },
21362
+ password: {
21363
+ serializedName: "password",
20314
21364
  type: {
20315
21365
  name: "Composite",
20316
- className: "SecureString",
21366
+ className: "AzureKeyVaultSecretReference",
21367
+ },
21368
+ },
21369
+ servicePrincipalId: {
21370
+ serializedName: "servicePrincipalId",
21371
+ type: {
21372
+ name: "any",
21373
+ },
21374
+ },
21375
+ servicePrincipalKey: {
21376
+ serializedName: "servicePrincipalKey",
21377
+ type: {
21378
+ name: "Composite",
21379
+ className: "SecretBase",
21380
+ },
21381
+ },
21382
+ servicePrincipalCredentialType: {
21383
+ serializedName: "servicePrincipalCredentialType",
21384
+ type: {
21385
+ name: "any",
21386
+ },
21387
+ },
21388
+ servicePrincipalCredential: {
21389
+ serializedName: "servicePrincipalCredential",
21390
+ type: {
21391
+ name: "Composite",
21392
+ className: "SecretBase",
21393
+ },
21394
+ },
21395
+ tenant: {
21396
+ serializedName: "tenant",
21397
+ type: {
21398
+ name: "any",
21399
+ },
21400
+ },
21401
+ azureCloudType: {
21402
+ serializedName: "azureCloudType",
21403
+ type: {
21404
+ name: "any",
21405
+ },
21406
+ },
21407
+ encryptedCredential: {
21408
+ serializedName: "encryptedCredential",
21409
+ type: {
21410
+ name: "String",
21411
+ },
21412
+ },
21413
+ alwaysEncryptedSettings: {
21414
+ serializedName: "alwaysEncryptedSettings",
21415
+ type: {
21416
+ name: "Composite",
21417
+ className: "SqlAlwaysEncryptedProperties",
21418
+ },
21419
+ },
21420
+ credential: {
21421
+ serializedName: "credential",
21422
+ type: {
21423
+ name: "Composite",
21424
+ className: "CredentialReference",
20317
21425
  },
20318
21426
  },
20319
21427
  },
20320
21428
  },
20321
21429
  };
20322
21430
 
20323
- export const LinkedIntegrationRuntimeRbacAuthorization: coreClient.CompositeMapper =
21431
+ export const AzureSqlMILinkedServiceTypeProperties: coreClient.CompositeMapper =
20324
21432
  {
20325
- serializedName: "RBAC",
20326
21433
  type: {
20327
21434
  name: "Composite",
20328
- className: "LinkedIntegrationRuntimeRbacAuthorization",
20329
- uberParent: "LinkedIntegrationRuntimeType",
20330
- polymorphicDiscriminator:
20331
- LinkedIntegrationRuntimeType.type.polymorphicDiscriminator,
21435
+ className: "AzureSqlMILinkedServiceTypeProperties",
20332
21436
  modelProperties: {
20333
- ...LinkedIntegrationRuntimeType.type.modelProperties,
20334
- resourceId: {
20335
- serializedName: "resourceId",
20336
- required: true,
21437
+ ...SqlServerBaseLinkedServiceTypeProperties.type.modelProperties,
21438
+ connectionString: {
21439
+ serializedName: "connectionString",
21440
+ type: {
21441
+ name: "any",
21442
+ },
21443
+ },
21444
+ authenticationType: {
21445
+ serializedName: "authenticationType",
21446
+ type: {
21447
+ name: "String",
21448
+ },
21449
+ },
21450
+ userName: {
21451
+ serializedName: "userName",
21452
+ type: {
21453
+ name: "any",
21454
+ },
21455
+ },
21456
+ password: {
21457
+ serializedName: "password",
21458
+ type: {
21459
+ name: "Composite",
21460
+ className: "AzureKeyVaultSecretReference",
21461
+ },
21462
+ },
21463
+ servicePrincipalId: {
21464
+ serializedName: "servicePrincipalId",
21465
+ type: {
21466
+ name: "any",
21467
+ },
21468
+ },
21469
+ servicePrincipalKey: {
21470
+ serializedName: "servicePrincipalKey",
21471
+ type: {
21472
+ name: "Composite",
21473
+ className: "SecretBase",
21474
+ },
21475
+ },
21476
+ servicePrincipalCredentialType: {
21477
+ serializedName: "servicePrincipalCredentialType",
21478
+ type: {
21479
+ name: "any",
21480
+ },
21481
+ },
21482
+ servicePrincipalCredential: {
21483
+ serializedName: "servicePrincipalCredential",
21484
+ type: {
21485
+ name: "Composite",
21486
+ className: "SecretBase",
21487
+ },
21488
+ },
21489
+ tenant: {
21490
+ serializedName: "tenant",
21491
+ type: {
21492
+ name: "any",
21493
+ },
21494
+ },
21495
+ azureCloudType: {
21496
+ serializedName: "azureCloudType",
21497
+ type: {
21498
+ name: "any",
21499
+ },
21500
+ },
21501
+ encryptedCredential: {
21502
+ serializedName: "encryptedCredential",
20337
21503
  type: {
20338
21504
  name: "String",
20339
21505
  },
20340
21506
  },
21507
+ alwaysEncryptedSettings: {
21508
+ serializedName: "alwaysEncryptedSettings",
21509
+ type: {
21510
+ name: "Composite",
21511
+ className: "SqlAlwaysEncryptedProperties",
21512
+ },
21513
+ },
20341
21514
  credential: {
20342
21515
  serializedName: "credential",
20343
21516
  type: {
@@ -23167,6 +24340,12 @@ export const SalesforceServiceCloudV2Source: coreClient.CompositeMapper = {
23167
24340
  name: "any",
23168
24341
  },
23169
24342
  },
24343
+ query: {
24344
+ serializedName: "query",
24345
+ type: {
24346
+ name: "any",
24347
+ },
24348
+ },
23170
24349
  includeDeletedObjects: {
23171
24350
  serializedName: "includeDeletedObjects",
23172
24351
  type: {
@@ -24866,40 +26045,6 @@ export const SelfDependencyTumblingWindowTriggerReference: coreClient.CompositeM
24866
26045
  },
24867
26046
  };
24868
26047
 
24869
- export const ManagedIdentityCredentialResource: coreClient.CompositeMapper = {
24870
- type: {
24871
- name: "Composite",
24872
- className: "ManagedIdentityCredentialResource",
24873
- modelProperties: {
24874
- ...CredentialResource.type.modelProperties,
24875
- properties: {
24876
- serializedName: "properties",
24877
- type: {
24878
- name: "Composite",
24879
- className: "ManagedIdentityCredential",
24880
- },
24881
- },
24882
- },
24883
- },
24884
- };
24885
-
24886
- export const ServicePrincipalCredentialResource: coreClient.CompositeMapper = {
24887
- type: {
24888
- name: "Composite",
24889
- className: "ServicePrincipalCredentialResource",
24890
- modelProperties: {
24891
- ...CredentialResource.type.modelProperties,
24892
- properties: {
24893
- serializedName: "properties",
24894
- type: {
24895
- name: "Composite",
24896
- className: "ServicePrincipalCredential",
24897
- },
24898
- },
24899
- },
24900
- },
24901
- };
24902
-
24903
26048
  export const ExecutePipelineActivity: coreClient.CompositeMapper = {
24904
26049
  serializedName: "ExecutePipeline",
24905
26050
  type: {
@@ -28930,6 +30075,12 @@ export const SalesforceV2Source: coreClient.CompositeMapper = {
28930
30075
  name: "any",
28931
30076
  },
28932
30077
  },
30078
+ query: {
30079
+ serializedName: "query",
30080
+ type: {
30081
+ name: "any",
30082
+ },
30083
+ },
28933
30084
  includeDeletedObjects: {
28934
30085
  serializedName: "includeDeletedObjects",
28935
30086
  type: {
@@ -29314,8 +30465,8 @@ export let discriminators = {
29314
30465
  "DataFlow.MappingDataFlow": MappingDataFlow,
29315
30466
  "DataFlow.Flowlet": Flowlet,
29316
30467
  "DataFlow.WranglingDataFlow": WranglingDataFlow,
29317
- "Credential.ManagedIdentity": ManagedIdentityCredential,
29318
30468
  "Credential.ServicePrincipal": ServicePrincipalCredential,
30469
+ "Credential.ManagedIdentity": ManagedIdentityCredential,
29319
30470
  "SecretBase.SecureString": SecureString,
29320
30471
  "SecretBase.AzureKeyVaultSecret": AzureKeyVaultSecretReference,
29321
30472
  "DatasetLocation.AzureBlobStorageLocation": AzureBlobStorageLocation,