Skip to content

Commit d43632f

Browse files
authored
New-AzVm and New-AzVmConfig licenseType description edits (#13407)
* licensetype description edits for New-AzVm and New-AzVmConfig * updated descriptions based on feedback
1 parent 5ad35b4 commit d43632f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

src/Compute/Compute/help/New-AzVM.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -396,12 +396,12 @@ Accept wildcard characters: False
396396

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

406406
```yaml
407407
Type: System.String

src/Compute/Compute/help/New-AzVMConfig.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,13 @@ Accept wildcard characters: False
166166
```
167167
168168
### -LicenseType
169-
The license type, which is for bringing your own license scenario.
169+
Specifies a license type, which indicates that the image or disk for the virtual machine was licensed on-premises.
170+
Possible values for Windows Server are:
171+
- Windows_Client
172+
- Windows_Server
173+
Possible values for Linux Server operating system are:
174+
- RHEL_BYOS (for RHEL)
175+
- SLES_BYOS (for SUSE)
170176
171177
```yaml
172178
Type: System.String

0 commit comments

Comments
 (0)