From 5e589ea1eac49504c9d6f856b22a3d799c85a6d6 Mon Sep 17 00:00:00 2001 From: srvar <51214439+srvar@users.noreply.github.com> Date: Mon, 17 Jun 2019 15:00:41 -0700 Subject: [PATCH] Update compute.json to include hyperVGeneration property for VirtualMachineInstanceView Adds hyperVGeneration which displays what HyperVisor Generation the VM Boots in, via the VirtualMachineInstanceView. --- .../Microsoft.Compute/stable/2019-03-01/compute.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json index 10b8757892df..c111eafdb5f6 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json @@ -6405,6 +6405,18 @@ "type": "string", "description": "The version of Operating System running on the virtual machine." }, + "hyperVGeneration": { + "type": "string", + "description": "Specifies the HyperVGeneration Type associated with a resource", + "enum": [ + "V1", + "V2" + ], + "x-ms-enum": { + "name": "HyperVGenerationType", + "modelAsString": true + } + }, "rdpThumbPrint": { "type": "string", "description": "The Remote desktop certificate thumbprint."