Skip to content

Commit f628cf7

Browse files
committed
updated descriptions based on feedback
1 parent e1a4835 commit f628cf7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +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
402+
Possible values for Linux Server operating system are:
403+
- RHEL_BYOS (for RHEL)
404+
- SLES_BYOS (for SUSE)
403405

404406
```yaml
405407
Type: System.String

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,12 @@ Accept wildcard characters: False
167167
168168
### -LicenseType
169169
Specifies a license type, which indicates that the image or disk for the virtual machine was licensed on-premises.
170-
This value is used only for images that contain the Windows Server operating system.
171-
The acceptable values for this parameter are:
170+
Possible values for Windows Server are:
172171
- Windows_Client
173172
- Windows_Server
173+
Possible values for Linux Server operating system are:
174+
- RHEL_BYOS (for RHEL)
175+
- SLES_BYOS (for SUSE)
174176
175177
```yaml
176178
Type: System.String

0 commit comments

Comments
 (0)