Skip to content

Commit

Permalink
Dev batch microsoft.batch 2019 04 01- Fix swagger spec incorrect null…
Browse files Browse the repository at this point in the history
…able property (#5720)

* Adds base for updating Microsoft.Batch from version stable/2018-12-01 to version 2019-04-01

* Updates readme

* Updates API version in new specs and examples

* add per family quota changes

* update the pfq values and descriptions

* Update specification/batch/resource-manager/Microsoft.Batch/stable/2019-04-01/BatchManagement.json

Co-Authored-By: jafreck <jafreck@microsoft.com>

* update quota fields with usersubscription behavior

* update descriptions from null to not returned

* remove duplicate text

* correct nullable properties
  • Loading branch information
jafreck authored and sarangan12 committed Apr 22, 2019
1 parent 721e63f commit c0bb51d
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit c0bb51d

Please sign in to comment.