Skip to content

Commit 7a14234

Browse files
committed
Allow blank message in exception
1 parent 05b1c88 commit 7a14234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DSCResources/CommonResourceHelper.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ function New-InvalidOperationException
379379
[CmdletBinding()]
380380
param
381381
(
382-
[Parameter(Mandatory = $true)]
382+
[Parameter()]
383383
[ValidateNotNullOrEmpty()]
384384
[String]
385385
$Message,

0 commit comments

Comments
 (0)