Skip to content

New-AzVm and New-AzVmConfig licenseType description edits #13407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 6, 2020
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