Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev batch microsoft.batch 2019 04 01- Fix swagger spec incorrect nullable property #5720

Merged
merged 11 commits into from
Apr 22, 2019
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