Update module version to 1.0.1 and add new functions for exporting and deploying DSC configuration data
This commit is contained in:
@@ -9,5 +9,7 @@ foreach($File in @($Private + $Public)){
|
||||
}
|
||||
|
||||
Export-ModuleMember -Function @(
|
||||
"Merge-DSCConfigurationData"
|
||||
"Merge-DSCConfigurationData",
|
||||
"Export-PowerShellDataFile",
|
||||
"New-DSCConfigurationDataDeployment"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user