File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -396,12 +396,12 @@ Accept wildcard characters: False
396
396
397
397
# ## -LicenseType
398
398
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 :
401
400
- Windows_Client
402
401
- 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)
405
405
406
406
` ` ` yaml
407
407
Type: System.String
Original file line number Diff line number Diff line change @@ -166,7 +166,13 @@ Accept wildcard characters: False
166
166
` ` `
167
167
168
168
### -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)
170
176
171
177
` ` ` yaml
172
178
Type : System.String
You can’t perform that action at this time.
0 commit comments