Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/Compute/Compute/help/New-AzVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,12 +396,12 @@ Accept wildcard characters: False

### -LicenseType
Specifies a license type, which indicates that the image or disk for the virtual machine was licensed on-premises.
This value is used only for images that contain the Windows Server operating system.
The acceptable values for this parameter are:
Possible values for Windows Server are:
- Windows_Client
- Windows_Server
This value cannot be updated.
If you specify this parameter for an update, the value must match the initial value for the virtual machine.
Possible values for Linux Server operating system are:
- RHEL_BYOS (for RHEL)
- SLES_BYOS (for SUSE)

```yaml
Type: System.String
Expand Down
8 changes: 7 additions & 1 deletion src/Compute/Compute/help/New-AzVMConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,13 @@ Accept wildcard characters: False
```

### -LicenseType
The license type, which is for bringing your own license scenario.
Specifies a license type, which indicates that the image or disk for the virtual machine was licensed on-premises.
Possible values for Windows Server are:
- Windows_Client
- Windows_Server
Possible values for Linux Server operating system are:
- RHEL_BYOS (for RHEL)
- SLES_BYOS (for SUSE)

```yaml
Type: System.String
Expand Down