Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
x10shun committed Aug 26, 2015
2 parents da243ca + 23988dd commit fb91a70
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion arm-logic/2015-02-01-preview/swagger/logic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,16 @@
"readOnly": true,
"description": "Gets the status."
},
"code": {
"type": "string",
"readOnly": true,
"description": "Gets the code."
},
"error": {
"$ref": "#/definitions/Object",
"readOnly": true,
"description": "Gets the error."
},
"correlationId": {
"type": "string",
"readOnly": true,
Expand All @@ -1842,7 +1852,7 @@
"type": "object",
"readOnly": true,
"additionalProperties": {
"$ref": "#/definitions/WorkflowParameter"
"$ref": "#/definitions/WorkflowOutputParameter"
},
"description": "Gets the outputs."
}
Expand Down Expand Up @@ -2100,6 +2110,21 @@
}
}
},
"WorkflowOutputParameter": {
"type": "object",
"properties": {
"error": {
"$ref": "#/definitions/Object",
"readOnly": true,
"description": "Gets the error."
}
},
"allOf": [
{
"$ref": "WorkflowParameter"
}
]
},
"RegenerateSecretKeyParameters": {
"type": "object",
"properties": {
Expand Down

0 comments on commit fb91a70

Please sign in to comment.