Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 0 additions & 2 deletions src/Compute/Compute/help/New-AzVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,6 @@ This value is used only for images that contain the Windows Server operating sys
The acceptable values for this parameter 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.

```yaml
Type: System.String
Expand Down
6 changes: 5 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,11 @@ 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.
This value is used only for images that contain the Windows Server operating system.
The acceptable values for this parameter are:
- Windows_Client
- Windows_Server

```yaml
Type: System.String
Expand Down