From c0bb51dfc25ce2b5abd1c73b3fc77b9ad4546d1f Mon Sep 17 00:00:00 2001 From: Jacob Freck Date: Sun, 21 Apr 2019 23:11:31 -0700 Subject: [PATCH] Dev batch microsoft.batch 2019 04 01- Fix swagger spec incorrect nullable 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 * update quota fields with usersubscription behavior * update descriptions from null to not returned * remove duplicate text * correct nullable properties --- .../Microsoft.Batch/stable/2019-04-01/BatchManagement.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/batch/resource-manager/Microsoft.Batch/stable/2019-04-01/BatchManagement.json b/specification/batch/resource-manager/Microsoft.Batch/stable/2019-04-01/BatchManagement.json index 2b73ffecbe3f..212b5bd1e955 100644 --- a/specification/batch/resource-manager/Microsoft.Batch/stable/2019-04-01/BatchManagement.json +++ b/specification/batch/resource-manager/Microsoft.Batch/stable/2019-04-01/BatchManagement.json @@ -2013,7 +2013,7 @@ }, "dedicatedCoreQuota": { "readOnly": true, - "x-nullable": false, + "x-nullable": true, "type": "integer", "format": "int32", "title": "The dedicated core quota for the Batch account.", @@ -2021,7 +2021,7 @@ }, "lowPriorityCoreQuota": { "readOnly": true, - "x-not-returnable": false, + "x-nullable": true, "type": "integer", "format": "int32", "title": "The low-priority core quota for the Batch account.",