dev #2

Merged
Torsten merged 3 commits from dev into main 2026-07-03 10:00:00 +00:00
Showing only changes of commit 735bfc9f61 - Show all commits

View File

@@ -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