Skip to content
Prev Previous commit
correct nullable properties
  • Loading branch information
jafreck committed Apr 20, 2019
commit 21d6b9757cd2c3df6e58969ecf69759e0b980a56
Original file line number Diff line number Diff line change
Expand Up @@ -2013,15 +2013,15 @@
},
"dedicatedCoreQuota": {
"readOnly": true,
"x-nullable": false,
"x-nullable": true,
"type": "integer",
"format": "int32",
"title": "The dedicated core quota for the Batch account.",
"description": "For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned."
},
"lowPriorityCoreQuota": {
"readOnly": true,
"x-nullable": false,
"x-nullable": true,
"type": "integer",
"format": "int32",
"title": "The low-priority core quota for the Batch account.",
Expand Down