Skip to content

Commit

Permalink
make status readonly and add required
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny So committed Aug 16, 2020
1 parent 2441223 commit 618ba3a
Showing 1 changed file with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,15 @@
"type": "object",
"properties": {
"status": {
"$ref": "#/definitions/JobStatus"
"readOnly": true,
"allOf": [
{
"$ref": "#/definitions/JobStatus"
}
],
"x-ms-mutability": [
"read"
]
},
"codeConfiguration": {
"$ref": "#/definitions/CodeConfiguration"
Expand Down Expand Up @@ -370,7 +378,10 @@
"computeBinding": {
"$ref": "#/definitions/ComputeBinding"
}
}
},
"required": [
"computeBinding"
]
},
"CodeJobCreateResourceArmDto": {
"description": "Azure Resource Management create resource envelope.",
Expand Down

0 comments on commit 618ba3a

Please sign in to comment.