Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,27 +88,39 @@
"items": {
"$ref": "#/definitions/ParameterDeclaration"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of \"${PARAMETER_NAME}\" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline."
},
"sources": {
"type": "array",
"items": {
"$ref": "#/definitions/SourceNodeBase"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline."
},
"processors": {
"type": "array",
"items": {
"$ref": "#/definitions/ProcessorNodeBase"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed."
},
"sinks": {
"type": "array",
"items": {
"$ref": "#/definitions/SinkNodeBase"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported."
}
},
Expand All @@ -130,27 +142,39 @@
"items": {
"$ref": "#/definitions/ParameterDeclaration"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of \"${PARAMETER_NAME}\" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline."
},
"sources": {
"type": "array",
"items": {
"$ref": "#/definitions/SourceNodeBase"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline."
},
"processors": {
"type": "array",
"items": {
"$ref": "#/definitions/ProcessorNodeBase"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed."
},
"sinks": {
"type": "array",
"items": {
"$ref": "#/definitions/SinkNodeBase"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported."
}
},
Expand Down Expand Up @@ -273,6 +297,9 @@
"items": {
"$ref": "#/definitions/NodeInput"
},
"x-ms-identifiers": [
"nodeName"
],
"description": "An array of upstream node references within the topology to be used as inputs for this node."
}
},
Expand Down Expand Up @@ -301,6 +328,9 @@
"items": {
"$ref": "#/definitions/NodeInput"
},
"x-ms-identifiers": [
"nodeName"
],
"description": "An array of upstream node references within the topology to be used as inputs for this node."
}
},
Expand Down Expand Up @@ -1036,6 +1066,9 @@
"items": {
"$ref": "#/definitions/ParameterDefinition"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden."
}
},
Expand Down Expand Up @@ -1100,6 +1133,9 @@
"items": {
"$ref": "#/definitions/ParameterDefinition"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden."
}
},
Expand Down Expand Up @@ -1199,6 +1235,9 @@
"items": {
"$ref": "#/definitions/ParameterDefinition"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden."
}
},
Expand Down Expand Up @@ -1269,6 +1308,9 @@
"items": {
"$ref": "#/definitions/ParameterDefinition"
},
"x-ms-identifiers": [
"name"
],
"description": "List of the instance level parameter values for the user-defined topology parameters. A pipeline can only define or override parameters values for parameters which have been declared in the referenced topology. Topology parameters without a default value must be defined. Topology parameters with a default value can be optionally be overridden."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@
"items": {
"$ref": "#/definitions/MetricDimension"
},
"x-ms-identifiers": [
"name"
],
"description": "The metric dimensions.",
"readOnly": true
},
Expand Down Expand Up @@ -236,6 +239,10 @@
"items": {
"$ref": "#/definitions/LogSpecification"
},
"x-ms-identifiers": [
"blobDuration",
"name"
],
"description": "List of log specifications.",
"readOnly": true
},
Expand All @@ -244,6 +251,10 @@
"items": {
"$ref": "#/definitions/MetricSpecification"
},
"x-ms-identifiers": [
"name",
"unit"
],
"description": "List of metric specifications.",
"readOnly": true
}
Expand Down Expand Up @@ -356,6 +367,9 @@
"items": {
"$ref": "#/definitions/Endpoint"
},
"x-ms-identifiers": [
"endpointUrl"
],
"description": "The endpoints associated with this resource.",
"readOnly": true
},
Expand Down Expand Up @@ -456,6 +470,9 @@
"items": {
"$ref": "#/definitions/Endpoint"
},
"x-ms-identifiers": [
"endpointUrl"
],
"description": "The endpoints associated with this resource.",
"readOnly": true
},
Expand Down Expand Up @@ -881,6 +898,9 @@
"items": {
"$ref": "#/definitions/Operation"
},
"x-ms-identifiers": [
"name"
],
"description": "A collection of Operation items."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,20 @@
"items": {
"$ref": "#/definitions/TokenClaim"
},
"x-ms-identifiers": [
"name",
"value"
],
"description": "List of additional token claims to be validated. Token must contains all claims and respective values for it to be valid."
},
"keys": {
"type": "array",
"items": {
"$ref": "#/definitions/TokenKey"
},
"x-ms-identifiers": [
"kid"
],
"description": "List of keys which can be used to validate access tokens. Having multiple keys allow for seamless key rotation of the token signing key. Token signature must match exactly one key."
}
},
Expand Down