You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2022-11-01/virtualMachineScaleSet.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5569,6 +5569,30 @@
5569
5569
"placementGroupId": {
5570
5570
"type": "string",
5571
5571
"description": "The placement group in which the VM is running. If the VM is deallocated it will not have a placementGroupId."
5572
+
},
5573
+
"computerName": {
5574
+
"type": "string",
5575
+
"description": "Specifies the host OS name of the virtual machine. <br><br> This name cannot be updated after the VM is created. <br><br> **Max-length (Windows):** 15 characters <br><br> **Max-length (Linux):** 64 characters. <br><br> For naming conventions and restrictions see [Azure infrastructure services implementation guidelines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-infrastructure-subscription-accounts-guidelines?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json#1-naming-conventions)."
5576
+
},
5577
+
"osName": {
5578
+
"type": "string",
5579
+
"description": "The Operating System running on the hybrid machine."
5580
+
},
5581
+
"osVersion": {
5582
+
"type": "string",
5583
+
"description": "The version of Operating System running on the hybrid machine."
5584
+
},
5585
+
"hyperVGeneration": {
5586
+
"type": "string",
5587
+
"description": "The hypervisor generation of the Virtual Machine [V1, V2]",
5588
+
"enum": [
5589
+
"V1",
5590
+
"V2"
5591
+
],
5592
+
"x-ms-enum": {
5593
+
"name": "HyperVGeneration",
5594
+
"modelAsString": true
5595
+
}
5572
5596
}
5573
5597
},
5574
5598
"description": "The instance view of a virtual machine scale set VM."
0 commit comments