Update Deployment parameter to be optional with a default value
This commit is contained in:
@@ -4,9 +4,9 @@ function Merge-DSCConfigurationData {
|
||||
[Parameter(Mandatory=$true)]
|
||||
[System.Collections.Hashtable]
|
||||
$Template,
|
||||
[Parameter(Mandatory=$true)]
|
||||
[Parameter(Mandatory=$false)]
|
||||
[System.Collections.Hashtable]
|
||||
$Deployment,
|
||||
$Deployment = @{},
|
||||
[Parameter(Mandatory=$false)]
|
||||
[System.Collections.Hashtable]
|
||||
$Output
|
||||
|
||||
Reference in New Issue
Block a user