Skip to content

Commit e1a4835

Browse files
committed
licensetype description edits for New-AzVm and New-AzVmConfig
1 parent fe35aca commit e1a4835

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,6 @@ This value is used only for images that contain the Windows Server operating sys
400400
The acceptable values for this parameter are:
401401
- Windows_Client
402402
- 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.
405403

406404
```yaml
407405
Type: System.String

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,11 @@ 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+
This value is used only for images that contain the Windows Server operating system.
171+
The acceptable values for this parameter are:
172+
- Windows_Client
173+
- Windows_Server
170174
171175
```yaml
172176
Type: System.String

0 commit comments

Comments
 (0)