@azure/arm-datafactory 10.10.2-alpha.20230210.1 → 11.0.0-alpha.20230217.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.
- package/CHANGELOG.md +38 -7
- package/dist/index.js +837 -355
- 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/samples-dev/credentialOperationsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.js +46 -0
- package/dist-esm/samples-dev/credentialOperationsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/credentialOperationsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialOperationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsGetSample.js +40 -0
- package/dist-esm/samples-dev/credentialOperationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.d.ts +2 -0
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js +53 -0
- package/dist-esm/samples-dev/credentialOperationsListByFactorySample.js.map +1 -0
- package/dist-esm/src/dataFactoryManagementClient.d.ts +2 -1
- package/dist-esm/src/dataFactoryManagementClient.d.ts.map +1 -1
- package/dist-esm/src/dataFactoryManagementClient.js +3 -2
- package/dist-esm/src/dataFactoryManagementClient.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +170 -33
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +30 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +11 -6
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +239 -86
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +20 -1
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/credentialOperations.d.ts +63 -0
- package/dist-esm/src/operations/credentialOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/credentialOperations.js +251 -0
- package/dist-esm/src/operations/credentialOperations.js.map +1 -0
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts +3 -3
- package/dist-esm/src/operations/dataFlowDebugSession.d.ts.map +1 -1
- package/dist-esm/src/operations/dataFlowDebugSession.js +18 -10
- package/dist-esm/src/operations/dataFlowDebugSession.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts +2 -2
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.d.ts.map +1 -1
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js +10 -6
- package/dist-esm/src/operations/integrationRuntimeObjectMetadata.js.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.d.ts +3 -3
- package/dist-esm/src/operations/integrationRuntimes.d.ts.map +1 -1
- package/dist-esm/src/operations/integrationRuntimes.js +18 -10
- package/dist-esm/src/operations/integrationRuntimes.js.map +1 -1
- package/dist-esm/src/operations/triggers.d.ts +5 -5
- package/dist-esm/src/operations/triggers.d.ts.map +1 -1
- package/dist-esm/src/operations/triggers.js +34 -18
- package/dist-esm/src/operations/triggers.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/credentialOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/credentialOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/credentialOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/dataFlowDebugSession.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/integrationRuntimeObjectMetadata.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts +3 -3
- package/dist-esm/src/operationsInterfaces/integrationRuntimes.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/triggers.d.ts +5 -5
- package/dist-esm/src/operationsInterfaces/triggers.d.ts.map +1 -1
- package/dist-esm/test/datafactory_examples.spec.js +31 -0
- package/dist-esm/test/datafactory_examples.spec.js.map +1 -1
- package/package.json +4 -4
- package/review/arm-datafactory.api.md +129 -15
- package/src/dataFactoryManagementClient.ts +5 -1
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +196 -39
- package/src/models/mappers.ts +262 -95
- package/src/models/parameters.ts +24 -0
- package/src/operations/credentialOperations.ts +341 -0
- package/src/operations/dataFlowDebugSession.ts +32 -22
- package/src/operations/index.ts +1 -0
- package/src/operations/integrationRuntimeObjectMetadata.ts +19 -12
- package/src/operations/integrationRuntimes.ts +28 -21
- package/src/operations/triggers.ts +50 -40
- package/src/operationsInterfaces/credentialOperations.ts +75 -0
- package/src/operationsInterfaces/dataFlowDebugSession.ts +5 -5
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/integrationRuntimeObjectMetadata.ts +3 -3
- package/src/operationsInterfaces/integrationRuntimes.ts +4 -4
- package/src/operationsInterfaces/triggers.ts +7 -7
- package/types/arm-datafactory.d.ts +210 -16
package/src/models/mappers.ts
CHANGED
|
@@ -3523,6 +3523,74 @@ export const ConnectionStateProperties: coreClient.CompositeMapper = {
|
|
|
3523
3523
|
}
|
|
3524
3524
|
};
|
|
3525
3525
|
|
|
3526
|
+
export const CredentialListResponse: coreClient.CompositeMapper = {
|
|
3527
|
+
type: {
|
|
3528
|
+
name: "Composite",
|
|
3529
|
+
className: "CredentialListResponse",
|
|
3530
|
+
modelProperties: {
|
|
3531
|
+
value: {
|
|
3532
|
+
serializedName: "value",
|
|
3533
|
+
required: true,
|
|
3534
|
+
type: {
|
|
3535
|
+
name: "Sequence",
|
|
3536
|
+
element: {
|
|
3537
|
+
type: {
|
|
3538
|
+
name: "Composite",
|
|
3539
|
+
className: "ManagedIdentityCredentialResource"
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
nextLink: {
|
|
3545
|
+
serializedName: "nextLink",
|
|
3546
|
+
type: {
|
|
3547
|
+
name: "String"
|
|
3548
|
+
}
|
|
3549
|
+
}
|
|
3550
|
+
}
|
|
3551
|
+
}
|
|
3552
|
+
};
|
|
3553
|
+
|
|
3554
|
+
export const Credential: coreClient.CompositeMapper = {
|
|
3555
|
+
serializedName: "Credential",
|
|
3556
|
+
type: {
|
|
3557
|
+
name: "Composite",
|
|
3558
|
+
className: "Credential",
|
|
3559
|
+
uberParent: "Credential",
|
|
3560
|
+
additionalProperties: { type: { name: "Object" } },
|
|
3561
|
+
polymorphicDiscriminator: {
|
|
3562
|
+
serializedName: "type",
|
|
3563
|
+
clientName: "type"
|
|
3564
|
+
},
|
|
3565
|
+
modelProperties: {
|
|
3566
|
+
type: {
|
|
3567
|
+
serializedName: "type",
|
|
3568
|
+
required: true,
|
|
3569
|
+
type: {
|
|
3570
|
+
name: "String"
|
|
3571
|
+
}
|
|
3572
|
+
},
|
|
3573
|
+
description: {
|
|
3574
|
+
serializedName: "description",
|
|
3575
|
+
type: {
|
|
3576
|
+
name: "String"
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3579
|
+
annotations: {
|
|
3580
|
+
serializedName: "annotations",
|
|
3581
|
+
type: {
|
|
3582
|
+
name: "Sequence",
|
|
3583
|
+
element: {
|
|
3584
|
+
type: {
|
|
3585
|
+
name: "any"
|
|
3586
|
+
}
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
}
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
};
|
|
3593
|
+
|
|
3526
3594
|
export const PrivateEndpointConnectionListResponse: coreClient.CompositeMapper = {
|
|
3527
3595
|
type: {
|
|
3528
3596
|
name: "Composite",
|
|
@@ -4009,46 +4077,6 @@ export const CredentialReference: coreClient.CompositeMapper = {
|
|
|
4009
4077
|
}
|
|
4010
4078
|
};
|
|
4011
4079
|
|
|
4012
|
-
export const Credential: coreClient.CompositeMapper = {
|
|
4013
|
-
serializedName: "Credential",
|
|
4014
|
-
type: {
|
|
4015
|
-
name: "Composite",
|
|
4016
|
-
className: "Credential",
|
|
4017
|
-
uberParent: "Credential",
|
|
4018
|
-
additionalProperties: { type: { name: "Object" } },
|
|
4019
|
-
polymorphicDiscriminator: {
|
|
4020
|
-
serializedName: "type",
|
|
4021
|
-
clientName: "type"
|
|
4022
|
-
},
|
|
4023
|
-
modelProperties: {
|
|
4024
|
-
type: {
|
|
4025
|
-
serializedName: "type",
|
|
4026
|
-
required: true,
|
|
4027
|
-
type: {
|
|
4028
|
-
name: "String"
|
|
4029
|
-
}
|
|
4030
|
-
},
|
|
4031
|
-
description: {
|
|
4032
|
-
serializedName: "description",
|
|
4033
|
-
type: {
|
|
4034
|
-
name: "String"
|
|
4035
|
-
}
|
|
4036
|
-
},
|
|
4037
|
-
annotations: {
|
|
4038
|
-
serializedName: "annotations",
|
|
4039
|
-
type: {
|
|
4040
|
-
name: "Sequence",
|
|
4041
|
-
element: {
|
|
4042
|
-
type: {
|
|
4043
|
-
name: "any"
|
|
4044
|
-
}
|
|
4045
|
-
}
|
|
4046
|
-
}
|
|
4047
|
-
}
|
|
4048
|
-
}
|
|
4049
|
-
}
|
|
4050
|
-
};
|
|
4051
|
-
|
|
4052
4080
|
export const Transformation: coreClient.CompositeMapper = {
|
|
4053
4081
|
type: {
|
|
4054
4082
|
name: "Composite",
|
|
@@ -4277,6 +4305,20 @@ export const IntegrationRuntimeComputeProperties: coreClient.CompositeMapper = {
|
|
|
4277
4305
|
name: "Composite",
|
|
4278
4306
|
className: "IntegrationRuntimeVNetProperties"
|
|
4279
4307
|
}
|
|
4308
|
+
},
|
|
4309
|
+
copyComputeScaleProperties: {
|
|
4310
|
+
serializedName: "copyComputeScaleProperties",
|
|
4311
|
+
type: {
|
|
4312
|
+
name: "Composite",
|
|
4313
|
+
className: "CopyComputeScaleProperties"
|
|
4314
|
+
}
|
|
4315
|
+
},
|
|
4316
|
+
pipelineExternalComputeScaleProperties: {
|
|
4317
|
+
serializedName: "pipelineExternalComputeScaleProperties",
|
|
4318
|
+
type: {
|
|
4319
|
+
name: "Composite",
|
|
4320
|
+
className: "PipelineExternalComputeScaleProperties"
|
|
4321
|
+
}
|
|
4280
4322
|
}
|
|
4281
4323
|
}
|
|
4282
4324
|
}
|
|
@@ -4358,6 +4400,53 @@ export const IntegrationRuntimeVNetProperties: coreClient.CompositeMapper = {
|
|
|
4358
4400
|
}
|
|
4359
4401
|
};
|
|
4360
4402
|
|
|
4403
|
+
export const CopyComputeScaleProperties: coreClient.CompositeMapper = {
|
|
4404
|
+
type: {
|
|
4405
|
+
name: "Composite",
|
|
4406
|
+
className: "CopyComputeScaleProperties",
|
|
4407
|
+
additionalProperties: { type: { name: "Object" } },
|
|
4408
|
+
modelProperties: {
|
|
4409
|
+
dataIntegrationUnit: {
|
|
4410
|
+
constraints: {
|
|
4411
|
+
InclusiveMinimum: 4
|
|
4412
|
+
},
|
|
4413
|
+
serializedName: "dataIntegrationUnit",
|
|
4414
|
+
type: {
|
|
4415
|
+
name: "Number"
|
|
4416
|
+
}
|
|
4417
|
+
},
|
|
4418
|
+
timeToLive: {
|
|
4419
|
+
constraints: {
|
|
4420
|
+
InclusiveMinimum: 5
|
|
4421
|
+
},
|
|
4422
|
+
serializedName: "timeToLive",
|
|
4423
|
+
type: {
|
|
4424
|
+
name: "Number"
|
|
4425
|
+
}
|
|
4426
|
+
}
|
|
4427
|
+
}
|
|
4428
|
+
}
|
|
4429
|
+
};
|
|
4430
|
+
|
|
4431
|
+
export const PipelineExternalComputeScaleProperties: coreClient.CompositeMapper = {
|
|
4432
|
+
type: {
|
|
4433
|
+
name: "Composite",
|
|
4434
|
+
className: "PipelineExternalComputeScaleProperties",
|
|
4435
|
+
additionalProperties: { type: { name: "Object" } },
|
|
4436
|
+
modelProperties: {
|
|
4437
|
+
timeToLive: {
|
|
4438
|
+
constraints: {
|
|
4439
|
+
InclusiveMinimum: 5
|
|
4440
|
+
},
|
|
4441
|
+
serializedName: "timeToLive",
|
|
4442
|
+
type: {
|
|
4443
|
+
name: "Number"
|
|
4444
|
+
}
|
|
4445
|
+
}
|
|
4446
|
+
}
|
|
4447
|
+
}
|
|
4448
|
+
};
|
|
4449
|
+
|
|
4361
4450
|
export const IntegrationRuntimeSsisProperties: coreClient.CompositeMapper = {
|
|
4362
4451
|
type: {
|
|
4363
4452
|
name: "Composite",
|
|
@@ -6835,6 +6924,29 @@ export const SynapseSparkJobReference: coreClient.CompositeMapper = {
|
|
|
6835
6924
|
}
|
|
6836
6925
|
};
|
|
6837
6926
|
|
|
6927
|
+
export const SparkConfigurationParametrizationReference: coreClient.CompositeMapper = {
|
|
6928
|
+
type: {
|
|
6929
|
+
name: "Composite",
|
|
6930
|
+
className: "SparkConfigurationParametrizationReference",
|
|
6931
|
+
modelProperties: {
|
|
6932
|
+
type: {
|
|
6933
|
+
serializedName: "type",
|
|
6934
|
+
required: true,
|
|
6935
|
+
type: {
|
|
6936
|
+
name: "String"
|
|
6937
|
+
}
|
|
6938
|
+
},
|
|
6939
|
+
referenceName: {
|
|
6940
|
+
serializedName: "referenceName",
|
|
6941
|
+
required: true,
|
|
6942
|
+
type: {
|
|
6943
|
+
name: "any"
|
|
6944
|
+
}
|
|
6945
|
+
}
|
|
6946
|
+
}
|
|
6947
|
+
}
|
|
6948
|
+
};
|
|
6949
|
+
|
|
6838
6950
|
export const ScheduleTriggerRecurrence: coreClient.CompositeMapper = {
|
|
6839
6951
|
type: {
|
|
6840
6952
|
name: "Composite",
|
|
@@ -7472,6 +7584,23 @@ export const ManagedPrivateEndpointResource: coreClient.CompositeMapper = {
|
|
|
7472
7584
|
}
|
|
7473
7585
|
};
|
|
7474
7586
|
|
|
7587
|
+
export const ManagedIdentityCredentialResource: coreClient.CompositeMapper = {
|
|
7588
|
+
type: {
|
|
7589
|
+
name: "Composite",
|
|
7590
|
+
className: "ManagedIdentityCredentialResource",
|
|
7591
|
+
modelProperties: {
|
|
7592
|
+
...SubResource.type.modelProperties,
|
|
7593
|
+
properties: {
|
|
7594
|
+
serializedName: "properties",
|
|
7595
|
+
type: {
|
|
7596
|
+
name: "Composite",
|
|
7597
|
+
className: "ManagedIdentityCredential"
|
|
7598
|
+
}
|
|
7599
|
+
}
|
|
7600
|
+
}
|
|
7601
|
+
}
|
|
7602
|
+
};
|
|
7603
|
+
|
|
7475
7604
|
export const PrivateEndpointConnectionResource: coreClient.CompositeMapper = {
|
|
7476
7605
|
type: {
|
|
7477
7606
|
name: "Composite",
|
|
@@ -8028,6 +8157,18 @@ export const AzureBlobStorageLinkedService: coreClient.CompositeMapper = {
|
|
|
8028
8157
|
name: "Composite",
|
|
8029
8158
|
className: "CredentialReference"
|
|
8030
8159
|
}
|
|
8160
|
+
},
|
|
8161
|
+
authenticationType: {
|
|
8162
|
+
serializedName: "typeProperties.authenticationType",
|
|
8163
|
+
type: {
|
|
8164
|
+
name: "String"
|
|
8165
|
+
}
|
|
8166
|
+
},
|
|
8167
|
+
containerUri: {
|
|
8168
|
+
serializedName: "typeProperties.containerUri",
|
|
8169
|
+
type: {
|
|
8170
|
+
name: "any"
|
|
8171
|
+
}
|
|
8031
8172
|
}
|
|
8032
8173
|
}
|
|
8033
8174
|
}
|
|
@@ -17862,18 +18003,18 @@ export const LinkedServiceDebugResource: coreClient.CompositeMapper = {
|
|
|
17862
18003
|
}
|
|
17863
18004
|
};
|
|
17864
18005
|
|
|
17865
|
-
export const
|
|
17866
|
-
serializedName: "
|
|
18006
|
+
export const ManagedIdentityCredential: coreClient.CompositeMapper = {
|
|
18007
|
+
serializedName: "ManagedIdentity",
|
|
17867
18008
|
type: {
|
|
17868
18009
|
name: "Composite",
|
|
17869
|
-
className: "
|
|
17870
|
-
uberParent: "
|
|
17871
|
-
|
|
18010
|
+
className: "ManagedIdentityCredential",
|
|
18011
|
+
uberParent: "Credential",
|
|
18012
|
+
additionalProperties: { type: { name: "Object" } },
|
|
18013
|
+
polymorphicDiscriminator: Credential.type.polymorphicDiscriminator,
|
|
17872
18014
|
modelProperties: {
|
|
17873
|
-
...
|
|
17874
|
-
|
|
17875
|
-
serializedName: "
|
|
17876
|
-
required: true,
|
|
18015
|
+
...Credential.type.modelProperties,
|
|
18016
|
+
resourceId: {
|
|
18017
|
+
serializedName: "typeProperties.resourceId",
|
|
17877
18018
|
type: {
|
|
17878
18019
|
name: "String"
|
|
17879
18020
|
}
|
|
@@ -17882,39 +18023,6 @@ export const SecureString: coreClient.CompositeMapper = {
|
|
|
17882
18023
|
}
|
|
17883
18024
|
};
|
|
17884
18025
|
|
|
17885
|
-
export const AzureKeyVaultSecretReference: coreClient.CompositeMapper = {
|
|
17886
|
-
serializedName: "AzureKeyVaultSecret",
|
|
17887
|
-
type: {
|
|
17888
|
-
name: "Composite",
|
|
17889
|
-
className: "AzureKeyVaultSecretReference",
|
|
17890
|
-
uberParent: "SecretBase",
|
|
17891
|
-
polymorphicDiscriminator: SecretBase.type.polymorphicDiscriminator,
|
|
17892
|
-
modelProperties: {
|
|
17893
|
-
...SecretBase.type.modelProperties,
|
|
17894
|
-
store: {
|
|
17895
|
-
serializedName: "store",
|
|
17896
|
-
type: {
|
|
17897
|
-
name: "Composite",
|
|
17898
|
-
className: "LinkedServiceReference"
|
|
17899
|
-
}
|
|
17900
|
-
},
|
|
17901
|
-
secretName: {
|
|
17902
|
-
serializedName: "secretName",
|
|
17903
|
-
required: true,
|
|
17904
|
-
type: {
|
|
17905
|
-
name: "any"
|
|
17906
|
-
}
|
|
17907
|
-
},
|
|
17908
|
-
secretVersion: {
|
|
17909
|
-
serializedName: "secretVersion",
|
|
17910
|
-
type: {
|
|
17911
|
-
name: "any"
|
|
17912
|
-
}
|
|
17913
|
-
}
|
|
17914
|
-
}
|
|
17915
|
-
}
|
|
17916
|
-
};
|
|
17917
|
-
|
|
17918
18026
|
export const ServicePrincipalCredential: coreClient.CompositeMapper = {
|
|
17919
18027
|
serializedName: "ServicePrincipal",
|
|
17920
18028
|
type: {
|
|
@@ -17948,18 +18056,18 @@ export const ServicePrincipalCredential: coreClient.CompositeMapper = {
|
|
|
17948
18056
|
}
|
|
17949
18057
|
};
|
|
17950
18058
|
|
|
17951
|
-
export const
|
|
17952
|
-
serializedName: "
|
|
18059
|
+
export const SecureString: coreClient.CompositeMapper = {
|
|
18060
|
+
serializedName: "SecureString",
|
|
17953
18061
|
type: {
|
|
17954
18062
|
name: "Composite",
|
|
17955
|
-
className: "
|
|
17956
|
-
uberParent: "
|
|
17957
|
-
|
|
17958
|
-
polymorphicDiscriminator: Credential.type.polymorphicDiscriminator,
|
|
18063
|
+
className: "SecureString",
|
|
18064
|
+
uberParent: "SecretBase",
|
|
18065
|
+
polymorphicDiscriminator: SecretBase.type.polymorphicDiscriminator,
|
|
17959
18066
|
modelProperties: {
|
|
17960
|
-
...
|
|
17961
|
-
|
|
17962
|
-
serializedName: "
|
|
18067
|
+
...SecretBase.type.modelProperties,
|
|
18068
|
+
value: {
|
|
18069
|
+
serializedName: "value",
|
|
18070
|
+
required: true,
|
|
17963
18071
|
type: {
|
|
17964
18072
|
name: "String"
|
|
17965
18073
|
}
|
|
@@ -17968,6 +18076,39 @@ export const ManagedIdentityCredential: coreClient.CompositeMapper = {
|
|
|
17968
18076
|
}
|
|
17969
18077
|
};
|
|
17970
18078
|
|
|
18079
|
+
export const AzureKeyVaultSecretReference: coreClient.CompositeMapper = {
|
|
18080
|
+
serializedName: "AzureKeyVaultSecret",
|
|
18081
|
+
type: {
|
|
18082
|
+
name: "Composite",
|
|
18083
|
+
className: "AzureKeyVaultSecretReference",
|
|
18084
|
+
uberParent: "SecretBase",
|
|
18085
|
+
polymorphicDiscriminator: SecretBase.type.polymorphicDiscriminator,
|
|
18086
|
+
modelProperties: {
|
|
18087
|
+
...SecretBase.type.modelProperties,
|
|
18088
|
+
store: {
|
|
18089
|
+
serializedName: "store",
|
|
18090
|
+
type: {
|
|
18091
|
+
name: "Composite",
|
|
18092
|
+
className: "LinkedServiceReference"
|
|
18093
|
+
}
|
|
18094
|
+
},
|
|
18095
|
+
secretName: {
|
|
18096
|
+
serializedName: "secretName",
|
|
18097
|
+
required: true,
|
|
18098
|
+
type: {
|
|
18099
|
+
name: "any"
|
|
18100
|
+
}
|
|
18101
|
+
},
|
|
18102
|
+
secretVersion: {
|
|
18103
|
+
serializedName: "secretVersion",
|
|
18104
|
+
type: {
|
|
18105
|
+
name: "any"
|
|
18106
|
+
}
|
|
18107
|
+
}
|
|
18108
|
+
}
|
|
18109
|
+
}
|
|
18110
|
+
};
|
|
18111
|
+
|
|
17971
18112
|
export const DataFlowSource: coreClient.CompositeMapper = {
|
|
17972
18113
|
type: {
|
|
17973
18114
|
name: "Composite",
|
|
@@ -24735,6 +24876,12 @@ export const SynapseSparkJobDefinitionActivity: coreClient.CompositeMapper = {
|
|
|
24735
24876
|
name: "any"
|
|
24736
24877
|
}
|
|
24737
24878
|
},
|
|
24879
|
+
scanFolder: {
|
|
24880
|
+
serializedName: "typeProperties.scanFolder",
|
|
24881
|
+
type: {
|
|
24882
|
+
name: "any"
|
|
24883
|
+
}
|
|
24884
|
+
},
|
|
24738
24885
|
className: {
|
|
24739
24886
|
serializedName: "typeProperties.className",
|
|
24740
24887
|
type: {
|
|
@@ -24802,7 +24949,27 @@ export const SynapseSparkJobDefinitionActivity: coreClient.CompositeMapper = {
|
|
|
24802
24949
|
numExecutors: {
|
|
24803
24950
|
serializedName: "typeProperties.numExecutors",
|
|
24804
24951
|
type: {
|
|
24805
|
-
name: "
|
|
24952
|
+
name: "any"
|
|
24953
|
+
}
|
|
24954
|
+
},
|
|
24955
|
+
configurationType: {
|
|
24956
|
+
serializedName: "typeProperties.configurationType",
|
|
24957
|
+
type: {
|
|
24958
|
+
name: "String"
|
|
24959
|
+
}
|
|
24960
|
+
},
|
|
24961
|
+
targetSparkConfiguration: {
|
|
24962
|
+
serializedName: "typeProperties.targetSparkConfiguration",
|
|
24963
|
+
type: {
|
|
24964
|
+
name: "Composite",
|
|
24965
|
+
className: "SparkConfigurationParametrizationReference"
|
|
24966
|
+
}
|
|
24967
|
+
},
|
|
24968
|
+
sparkConfig: {
|
|
24969
|
+
serializedName: "typeProperties.sparkConfig",
|
|
24970
|
+
type: {
|
|
24971
|
+
name: "Dictionary",
|
|
24972
|
+
value: { type: { name: "any" } }
|
|
24806
24973
|
}
|
|
24807
24974
|
}
|
|
24808
24975
|
}
|
|
@@ -26610,8 +26777,8 @@ export let discriminators = {
|
|
|
26610
26777
|
Activity: Activity,
|
|
26611
26778
|
Trigger: Trigger,
|
|
26612
26779
|
DataFlow: DataFlow,
|
|
26613
|
-
SecretBase: SecretBase,
|
|
26614
26780
|
Credential: Credential,
|
|
26781
|
+
SecretBase: SecretBase,
|
|
26615
26782
|
DatasetLocation: DatasetLocation,
|
|
26616
26783
|
DatasetStorageFormat: DatasetStorageFormat,
|
|
26617
26784
|
CustomSetupBase: CustomSetupBase,
|
|
@@ -26857,10 +27024,10 @@ export let discriminators = {
|
|
|
26857
27024
|
"DataFlow.MappingDataFlow": MappingDataFlow,
|
|
26858
27025
|
"DataFlow.Flowlet": Flowlet,
|
|
26859
27026
|
"DataFlow.WranglingDataFlow": WranglingDataFlow,
|
|
27027
|
+
"Credential.ManagedIdentity": ManagedIdentityCredential,
|
|
27028
|
+
"Credential.ServicePrincipal": ServicePrincipalCredential,
|
|
26860
27029
|
"SecretBase.SecureString": SecureString,
|
|
26861
27030
|
"SecretBase.AzureKeyVaultSecret": AzureKeyVaultSecretReference,
|
|
26862
|
-
"Credential.ServicePrincipal": ServicePrincipalCredential,
|
|
26863
|
-
"Credential.ManagedIdentity": ManagedIdentityCredential,
|
|
26864
27031
|
"DatasetLocation.AzureBlobStorageLocation": AzureBlobStorageLocation,
|
|
26865
27032
|
"DatasetLocation.AzureBlobFSLocation": AzureBlobFSLocation,
|
|
26866
27033
|
"DatasetLocation.AzureDataLakeStoreLocation": AzureDataLakeStoreLocation,
|
package/src/models/parameters.ts
CHANGED
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
DataFlowDebugCommandRequest as DataFlowDebugCommandRequestMapper,
|
|
40
40
|
ManagedVirtualNetworkResource as ManagedVirtualNetworkResourceMapper,
|
|
41
41
|
ManagedPrivateEndpointResource as ManagedPrivateEndpointResourceMapper,
|
|
42
|
+
ManagedIdentityCredentialResource as ManagedIdentityCredentialResourceMapper,
|
|
42
43
|
PrivateLinkConnectionApprovalRequestResource as PrivateLinkConnectionApprovalRequestResourceMapper,
|
|
43
44
|
GlobalParameterResource as GlobalParameterResourceMapper
|
|
44
45
|
} from "../models/mappers";
|
|
@@ -532,6 +533,29 @@ export const managedPrivateEndpointName: OperationURLParameter = {
|
|
|
532
533
|
}
|
|
533
534
|
};
|
|
534
535
|
|
|
536
|
+
export const credential: OperationParameter = {
|
|
537
|
+
parameterPath: "credential",
|
|
538
|
+
mapper: ManagedIdentityCredentialResourceMapper
|
|
539
|
+
};
|
|
540
|
+
|
|
541
|
+
export const credentialName: OperationURLParameter = {
|
|
542
|
+
parameterPath: "credentialName",
|
|
543
|
+
mapper: {
|
|
544
|
+
constraints: {
|
|
545
|
+
Pattern: new RegExp(
|
|
546
|
+
"^([_A-Za-z0-9]|([_A-Za-z0-9][-_A-Za-z0-9]{0,125}[_A-Za-z0-9]))$"
|
|
547
|
+
),
|
|
548
|
+
MaxLength: 127,
|
|
549
|
+
MinLength: 1
|
|
550
|
+
},
|
|
551
|
+
serializedName: "credentialName",
|
|
552
|
+
required: true,
|
|
553
|
+
type: {
|
|
554
|
+
name: "String"
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
};
|
|
558
|
+
|
|
535
559
|
export const privateEndpointWrapper: OperationParameter = {
|
|
536
560
|
parameterPath: "privateEndpointWrapper",
|
|
537
561
|
mapper: PrivateLinkConnectionApprovalRequestResourceMapper
|