Skip to content

Commit

Permalink
Fix for JobStream duplicate definitions (#3327)
Browse files Browse the repository at this point in the history
* Fix for JobStream duplicate definitions

* Updating JobStreamProperties in all the places
  • Loading branch information
vrdmr authored and lmazuel committed Jun 29, 2018
1 parent 279d7a9 commit 8f45020
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,8 @@
"time": {
"type": "string",
"format": "date-time",
"x-nullable": false,
"description": "Gets or sets the creation time of the job."
"description": "Gets or sets the creation time of the job.",
"x-nullable": false
},
"streamType": {
"type": "string",
Expand Down Expand Up @@ -672,6 +672,7 @@
"description": "Gets or sets the values of the job stream."
}
},
"x-ms-client-flatten": true,
"description": "Definition of the job stream."
},
"JobStreamListResult": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1062,8 +1062,8 @@
"time": {
"type": "string",
"format": "date-time",
"x-nullable": false,
"description": "Gets or sets the creation time of the job."
"description": "Gets or sets the creation time of the job.",
"x-nullable": false
},
"streamType": {
"type": "string",
Expand Down Expand Up @@ -1098,6 +1098,7 @@
"description": "Gets or sets the values of the job stream."
}
},
"x-ms-client-flatten": true,
"description": "Definition of the job stream."
},
"JobStreamListResult": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@
"description": "Gets or sets the values of the job stream."
}
},
"x-ms-client-flatten": true,
"description": "Definition of the job stream."
},
"JobProvisioningStateProperty": {
Expand Down

0 comments on commit 8f45020

Please sign in to comment.