Skip to content

Commit 5711e64

Browse files
srvarjhendrixMSFT
authored andcommitted
Update compute.json to include hyperVGeneration property for VirtualMachineInstanceView (#6367)
Adds hyperVGeneration which displays what HyperVisor Generation the VM Boots in, via the VirtualMachineInstanceView.
1 parent f7dba37 commit 5711e64

File tree

1 file changed

+12
-0
lines changed
  • specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01

1 file changed

+12
-0
lines changed

specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6410,6 +6410,18 @@
64106410
"type": "string",
64116411
"description": "The version of Operating System running on the virtual machine."
64126412
},
6413+
"hyperVGeneration": {
6414+
"type": "string",
6415+
"description": "Specifies the HyperVGeneration Type associated with a resource",
6416+
"enum": [
6417+
"V1",
6418+
"V2"
6419+
],
6420+
"x-ms-enum": {
6421+
"name": "HyperVGenerationType",
6422+
"modelAsString": true
6423+
}
6424+
},
64136425
"rdpThumbPrint": {
64146426
"type": "string",
64156427
"description": "The Remote desktop certificate thumbprint."

0 commit comments

Comments
 (0)