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

[Hub Generated] Review request for Microsoft.Batch to add version 2019-04-01 #5472

Merged
Original file line number Diff line number Diff line change
Expand Up @@ -2016,14 +2016,14 @@
"x-nullable": false,
"type": "integer",
"format": "int32",
"title": "The dedicated core quota for the Batch account."
"title": "The dedicated core quota for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is null."
jafreck marked this conversation as resolved.
Show resolved Hide resolved
},
"lowPriorityCoreQuota": {
"readOnly": true,
"x-nullable": false,
"type": "integer",
"format": "int32",
"title": "The low-priority core quota for the Batch account."
"title": "The low-priority core quota for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is null."
},
"dedicatedCoreQuotaPerVMFamily": {
"readOnly": true,
Expand All @@ -2032,7 +2032,7 @@
"items": {
"$ref": "#/definitions/VirtualMachineFamilyCoreQuota"
},
"description": "A list of the dedicated core quota per Virtual Machine family for the Batch account."
"description": "A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is null."
},
"dedicatedCoreQuotaPerVMFamilyEnforced": {
"readOnly": true,
Expand Down