Skip to content

Commit

Permalink
update description. (#5335)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyonholee authored and anuchandy committed Mar 10, 2019
1 parent bba2477 commit 45b870a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4226,7 +4226,7 @@
"properties": {
"computerName": {
"type": "string",
"description": "Specifies the host OS name of the virtual machine. <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)."
"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)."
},
"adminUsername": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@
"type": "string",
"description": "The name of the resource group."
},
{
{
"name": "vmName",
"in": "path",
"required": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2159,13 +2159,13 @@
"type": "string",
"description": "The name of the virtual machine."
},
{
{
"name": "parameters",
"in": "body",
"required": false,
"schema": {
"$ref": "#/definitions/VirtualMachineReimageParameters"
},
},
"description": "Parameters supplied to the Reimage Virtual Machine operation."
},
{
Expand Down Expand Up @@ -4430,10 +4430,10 @@
"Aligned"
],
"x-ms-enum": {
"name": "AvailabilitySetSkuTypes",
"name": "AvailabilitySetSkuTypes",
"modelAsString": true
}
},
},
"AvailabilitySet": {
"properties": {
"properties": {
Expand Down Expand Up @@ -4814,8 +4814,8 @@
"AutomaticOSUpgradeProperties": {
"properties": {
"automaticOSUpgradeSupported": {
"type": "boolean",
"description": "Specifies whether automatic OS upgrade is supported on the image."
"type": "boolean",
"description": "Specifies whether automatic OS upgrade is supported on the image."
}
},
"required": [
Expand Down Expand Up @@ -5395,7 +5395,7 @@
"description": "Specifies whether writeAccelerator should be enabled or disabled on the disk."
},
"diffDiskSettings": {
"$ref": "#/definitions/DiffDiskSettings",
"$ref": "#/definitions/DiffDiskSettings",
"description": "Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine."
},
"createOption": {
Expand Down Expand Up @@ -6566,7 +6566,7 @@
"description": "Specifies how the virtual machines in the scale set should be created.<br><br> The only allowed value is: **FromImage** \\u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described."
},
"diffDiskSettings": {
"$ref": "#/definitions/DiffDiskSettings",
"$ref": "#/definitions/DiffDiskSettings",
"description": "Specifies the ephemeral disk Settings for the operating system disk used by the virtual machine scale set."
},
"diskSizeGB": {
Expand Down

0 comments on commit 45b870a

Please sign in to comment.