Skip to content

Commit

Permalink
fix: batch/resource-manager/Microsoft.Batch (#5598)
Browse files Browse the repository at this point in the history
- space in property name
- returnedable -> returnable
  • Loading branch information
nschonni authored and praries880 committed Apr 10, 2019
1 parent 29e3558 commit 930b578
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@
"x-nullable": false,
"type": "integer",
"format": "int32",
"description": "The core quota for the VM family for the Batch account."
"description": "The core quota for the VM family for the Batch account."
}
},
"description": "A VM Family and its associated core quota for the Batch account."
Expand Down Expand Up @@ -2021,7 +2021,7 @@
},
"lowPriorityCoreQuota": {
"readOnly": true,
"x-not returnedable": false,
"x-not-returnable": false,
"type": "integer",
"format": "int32",
"title": "The low-priority core quota for the Batch account.",
Expand Down

0 comments on commit 930b578

Please sign in to comment.