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)]
|
[Parameter(Mandatory=$true)]
|
||||||
[System.Collections.Hashtable]
|
[System.Collections.Hashtable]
|
||||||
$Template,
|
$Template,
|
||||||
[Parameter(Mandatory=$true)]
|
[Parameter(Mandatory=$false)]
|
||||||
[System.Collections.Hashtable]
|
[System.Collections.Hashtable]
|
||||||
$Deployment,
|
$Deployment = @{},
|
||||||
[Parameter(Mandatory=$false)]
|
[Parameter(Mandatory=$false)]
|
||||||
[System.Collections.Hashtable]
|
[System.Collections.Hashtable]
|
||||||
$Output
|
$Output
|
||||||
|
|||||||
Reference in New Issue
Block a user