Skip to content
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-not-returnable": false,
"x-nullable": true,
"type": "integer",
"format": "int32",
"title": "The low-priority core quota for the Batch account.",
Expand Down