Skip to content

Commit f7183bb

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent e01036f commit f7183bb

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3869,6 +3869,11 @@
38693869
"properties": {},
38703870
"description": "Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean)."
38713871
},
3872+
"dataPathAssignments": {
3873+
"type": "object",
3874+
"properties": {},
3875+
"description": "Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object)."
3876+
},
38723877
"experimentName": {
38733878
"type": "object",
38743879
"properties": {},
@@ -3879,6 +3884,11 @@
38793884
"properties": {},
38803885
"description": "The parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string)."
38813886
},
3887+
"mlPipelineEndpointId": {
3888+
"type": "object",
3889+
"properties": {},
3890+
"description": "ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string)."
3891+
},
38823892
"mlPipelineId": {
38833893
"type": "object",
38843894
"properties": {},
@@ -3888,11 +3898,13 @@
38883898
"type": "object",
38893899
"properties": {},
38903900
"description": "Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object)."
3901+
},
3902+
"version": {
3903+
"type": "object",
3904+
"properties": {},
3905+
"description": "Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string)."
38913906
}
38923907
},
3893-
"required": [
3894-
"mlPipelineId"
3895-
],
38963908
"description": "Azure ML Execute Pipeline activity properties."
38973909
},
38983910
"AzureMLLinkedService": {
@@ -27423,11 +27435,16 @@
2742327435
},
2742427436
"type": {
2742527437
"type": "string",
27426-
"description": "Web activity authentication (Basic/ClientCertificate/MSI)"
27438+
"description": "Web activity authentication (Basic/ClientCertificate/MSI/ServicePrincipal)"
2742727439
},
2742827440
"username": {
2742927441
"type": "string",
27430-
"description": "Web activity authentication user name for basic authentication."
27442+
"description": "Web activity authentication user name for basic authentication or ClientID when used for ServicePrincipal"
27443+
},
27444+
"userTenant": {
27445+
"type": "object",
27446+
"properties": {},
27447+
"description": "TenantId for which Azure Auth token will be requested when using ServicePrincipal Authentication. Type: string (or Expression with resultType string)."
2743127448
}
2743227449
},
2743327450
"required": [

0 commit comments

Comments
 (0)