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 @@ -122,6 +122,7 @@
"items": {
"$ref": "#/definitions/ErrorDetails"
},
"x-ms-identifiers": [],
"description": "Error details."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@
"items": {
"$ref": "#/definitions/FunctionInput"
},
"x-ms-identifiers": [
"dataType"
],
"description": "A list of inputs describing the parameters of the function."
},
"output": {
Expand Down Expand Up @@ -605,6 +608,9 @@
"items": {
"$ref": "#/definitions/AzureMachineLearningWebServiceOutputColumn"
},
"x-ms-identifiers": [
"name"
],
"description": "A list of outputs from the Azure Machine Learning web service endpoint execution."
},
"batchSize": {
Expand All @@ -627,6 +633,9 @@
"items": {
"$ref": "#/definitions/AzureMachineLearningWebServiceInputColumn"
},
"x-ms-identifiers": [
"name"
],
"description": "A list of input columns for the Azure Machine Learning web service endpoint."
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,9 @@
"items": {
"$ref": "#/definitions/StorageAccount"
},
"x-ms-identifiers": [
"accountName"
],
"description": "A list of one or more Azure Storage accounts. Required on PUT (CreateOrReplace) requests."
},
"container": {
Expand Down Expand Up @@ -774,6 +777,7 @@
"items": {
"$ref": "#/definitions/DiagnosticCondition"
},
"x-ms-identifiers": [],
"description": "A collection of zero or more conditions applicable to the resource, or to the job overall, that warrant customer attention."
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/PrivateLinkServiceConnection"
}
},
"x-ms-identifiers": [
"/properties/privateLinkServiceId"
]
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,10 @@
"readOnly": true,
"items": {
"$ref": "#/definitions/Operation"
}
},
"x-ms-identifiers": [
"name"
]
},
"nextLink": {
"description": "URL to get the next set of operation list results if there are any.",
Expand Down