Skip to content

Commit

Permalink
Add error property to ScriptStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
Filiz Topatan committed Dec 16, 2019
1 parent 17cd6b2 commit ca54be2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,10 @@
"format": "date-time",
"readOnly": true,
"description": "Time the deployment script resource will expire."
},
"error": {
"description": "Error that is relayed from the script execution.",
"$ref": "#/definitions/DefaultErrorResponse"
}
}
},
Expand Down

0 comments on commit ca54be2

Please sign in to comment.