Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rahalan committed Jul 3, 2024
1 parent a76b4a8 commit c19e50d
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions avm/res/compute/virtual-machine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3213,7 +3213,6 @@ Specifies the OS disk. For security reasons, it is recommended to specify DiskEn

| Parameter | Type | Description |
| :-- | :-- | :-- |
| [`diskSizeGB`](#parameter-osdiskdisksizegb) | int | Specifies the size of an empty data disk in gigabytes. |
| [`managedDisk`](#parameter-osdiskmanageddisk) | object | The managed disk parameters. |

**Optional parameters**
Expand All @@ -3223,39 +3222,35 @@ Specifies the OS disk. For security reasons, it is recommended to specify DiskEn
| [`caching`](#parameter-osdiskcaching) | string | Specifies the caching requirements. |
| [`createOption`](#parameter-osdiskcreateoption) | string | Specifies how the virtual machine should be created. |
| [`deleteOption`](#parameter-osdiskdeleteoption) | string | Specifies whether data disk should be deleted or detached upon VM deletion. |
| [`diskSizeGB`](#parameter-osdiskdisksizegb) | int | Specifies the size of an empty data disk in gigabytes. |
| [`name`](#parameter-osdiskname) | string | The disk name. |

### Parameter: `osDisk.diskSizeGB`

Specifies the size of an empty data disk in gigabytes.

- Required: Yes
- Type: int

### Parameter: `osDisk.managedDisk`

The managed disk parameters.

- Required: Yes
- Type: object

**Required parameters**
**Optional parameters**

| Parameter | Type | Description |
| :-- | :-- | :-- |
| [`diskEncryptionSetResourceId`](#parameter-osdiskmanageddiskdiskencryptionsetresourceid) | string | Specifies the customer managed disk encryption set resource id for the managed disk. |
| [`storageAccountType`](#parameter-osdiskmanageddiskstorageaccounttype) | string | Specifies the storage account type for the managed disk. |

**Optional parameters**
### Parameter: `osDisk.managedDisk.diskEncryptionSetResourceId`

| Parameter | Type | Description |
| :-- | :-- | :-- |
| [`diskEncryptionSetResourceId`](#parameter-osdiskmanageddiskdiskencryptionsetresourceid) | string | Specifies the customer managed disk encryption set resource id for the managed disk. |
Specifies the customer managed disk encryption set resource id for the managed disk.

- Required: No
- Type: string

### Parameter: `osDisk.managedDisk.storageAccountType`

Specifies the storage account type for the managed disk.

- Required: Yes
- Required: No
- Type: string
- Allowed:
```Bicep
Expand All @@ -3270,13 +3265,6 @@ Specifies the storage account type for the managed disk.
]
```

### Parameter: `osDisk.managedDisk.diskEncryptionSetResourceId`

Specifies the customer managed disk encryption set resource id for the managed disk.

- Required: No
- Type: string

### Parameter: `osDisk.caching`

Specifies the caching requirements.
Expand Down Expand Up @@ -3321,6 +3309,13 @@ Specifies whether data disk should be deleted or detached upon VM deletion.
]
```

### Parameter: `osDisk.diskSizeGB`

Specifies the size of an empty data disk in gigabytes.

- Required: No
- Type: int

### Parameter: `osDisk.name`

The disk name.
Expand Down

0 comments on commit c19e50d

Please sign in to comment.