From c302e3929c3701a5b11f86dc3d79c4fa91adce76 Mon Sep 17 00:00:00 2001 From: Sean Oh Date: Mon, 15 Apr 2019 14:56:22 -0700 Subject: [PATCH] enum name change --- .../Microsoft.Capacity/preview/2019-04-01/reservations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/reservations.json b/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/reservations.json index 7e369f3d7375..0fe540dab94d 100644 --- a/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/reservations.json +++ b/specification/reservations/resource-manager/Microsoft.Capacity/preview/2019-04-01/reservations.json @@ -1132,7 +1132,7 @@ "InstanceFlexibility" : { "type" : "string", "description" : "Turning this on will apply the reservation discount to other VMs in the same VM size group. Only specify for VirtualMachines reserved resource type.", - "enum" : [ true, false ], + "enum" : [ "On", "Off" ], "x-ms-enum" : { "name" : "InstanceFlexibility", "modelAsString" : true