Creating Module
This commit is contained in:
24
Merge-DSCConfigurationData.psd1
Normal file
24
Merge-DSCConfigurationData.psd1
Normal file
@@ -0,0 +1,24 @@
|
||||
@{
|
||||
RootModule = "Merge-DSCConfigurationData.psm1"
|
||||
ModuleVersion = "0.1.0"
|
||||
GUID = "c1c7e70d-9049-4eaa-a3c9-44a424c35ef5"
|
||||
Author = "Torsten Brendgen"
|
||||
Copyright = "(c) Torsten Brendgen. All rights reserved."
|
||||
Description = "Merges DSC configuration data from templates and deployment data."
|
||||
PowerShellVersion = "5.1"
|
||||
FunctionsToExport = @(
|
||||
"Merge-ConfigurationData"
|
||||
)
|
||||
CmdletsToExport = @()
|
||||
VariablesToExport = @()
|
||||
AliasesToExport = @()
|
||||
PrivateData = @{
|
||||
PSData = @{
|
||||
Tags = @(
|
||||
"DSC",
|
||||
"ConfigurationData"
|
||||
)
|
||||
ReleaseNotes = "Initial module layout."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user