Skip to content

Commit

Permalink
[DeploymentScripts] Add error property to ScriptStatus object (#7987)
Browse files Browse the repository at this point in the history
* Add error property to ScriptStatus

* remove 'expiring' from provisioningState enum
  • Loading branch information
filizt authored and erich-wang committed Jan 7, 2020
1 parent 8362072 commit f130ce4
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,7 @@
"Running",
"Succeeded",
"Failed",
"Canceled",
"Expiring"
"Canceled"
],
"x-ms-enum": {
"name": "ScriptProvisioningState",
Expand Down Expand Up @@ -673,6 +672,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 f130ce4

Please sign in to comment.