Skip to content

Commit

Permalink
Make Throughput as a strong type in the option object (#8254)
Browse files Browse the repository at this point in the history
* Make Throughput as a strong type in the option object

* Fix LintDiff failure

* Improve description of throughput
  • Loading branch information
bizarreWizard committed Feb 21, 2020
1 parent 34ea001 commit d55f0ef
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6530,6 +6530,12 @@
},
"CreateUpdateOptions": {
"type": "object",
"properties": {
"throughput": {
"type": "string",
"description": "Request Units per second. For example, \"throughput\": \"10000\"."
}
},
"additionalProperties": {
"type": "string"
},
Expand Down

0 comments on commit d55f0ef

Please sign in to comment.