Skip to content

Commit 19f98c9

Browse files
avaiyanggargAvaiyang Garg
andauthored
Adding computerName, osName, osVersion and hyperVGeneration missing properties (#22218)
Co-authored-by: Avaiyang Garg <[email protected]>
1 parent 3e6f238 commit 19f98c9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2022-11-01/virtualMachineScaleSet.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5569,6 +5569,30 @@
55695569
"placementGroupId": {
55705570
"type": "string",
55715571
"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+
}
55725596
}
55735597
},
55745598
"description": "The instance view of a virtual machine scale set VM."

0 commit comments

Comments
 (0)