We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dba37 commit 5711e64Copy full SHA for 5711e64
specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json
@@ -6410,6 +6410,18 @@
6410
"type": "string",
6411
"description": "The version of Operating System running on the virtual machine."
6412
},
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
+ },
6425
"rdpThumbPrint": {
6426
6427
"description": "The Remote desktop certificate thumbprint."
0 commit comments