Add Test-DSCConfigurationDataDeployment function and related enhancements
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
FunctionsToExport = @(
|
||||
"Merge-DSCConfigurationData",
|
||||
"Export-PowerShellDataFile",
|
||||
"New-DSCConfigurationDataDeployment"
|
||||
"New-DSCConfigurationDataDeployment",
|
||||
"Test-DSCConfigurationDataDeployment"
|
||||
)
|
||||
CmdletsToExport = @()
|
||||
VariablesToExport = @()
|
||||
|
||||
Reference in New Issue
Block a user