Skip to content

Commit

Permalink
Update compute.json to include hyperVGeneration property for VirtualM…
Browse files Browse the repository at this point in the history
…achineInstanceView (#6367)

Adds hyperVGeneration  which displays what HyperVisor Generation the VM Boots in, via the VirtualMachineInstanceView.
  • Loading branch information
srvar authored and jhendrixMSFT committed Jun 20, 2019
1 parent f7dba37 commit 5711e64
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6410,6 +6410,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."
Expand Down

0 comments on commit 5711e64

Please sign in to comment.