Changed Channel parameter to mandatory

This commit is contained in:
Paul Cunningham
2016-09-22 15:21:09 +10:00
parent 70989f2c19
commit 5e6326adbc

View File

@@ -62,7 +62,7 @@ param (
[ValidateSet('Business','ProPlus', ignorecase=$true)]
[string]$SKU,
[Parameter(Mandatory=$false)]
[Parameter(Mandatory=$true)]
[ValidateSet('Current','Deferred','FirstReleaseCurrent','FirstReleaseDeferred',ignorecase=$true)]
[string]$Channel