initial Commit
This commit is contained in:
24
Resolve-DSCConfigurationData.psd1
Normal file
24
Resolve-DSCConfigurationData.psd1
Normal file
@@ -0,0 +1,24 @@
|
||||
@{
|
||||
RootModule = "Resolve-DSCConfigurationData.psm1"
|
||||
ModuleVersion = "1.0.0"
|
||||
GUID = "1d6ba0d4-93d5-4b0f-94c7-bf10a30fe0e8"
|
||||
Author = "Torsten Brendgen"
|
||||
Copyright = "(c) Torsten Brendgen. All rights reserved."
|
||||
Description = "Resolves parameters, variables, and expressions in DSC configuration data."
|
||||
PowerShellVersion = "5.1"
|
||||
FunctionsToExport = @(
|
||||
"Resolve-DSCConfigurationData"
|
||||
)
|
||||
CmdletsToExport = @()
|
||||
VariablesToExport = @()
|
||||
AliasesToExport = @()
|
||||
PrivateData = @{
|
||||
PSData = @{
|
||||
Tags = @(
|
||||
"DSC",
|
||||
"ConfigurationData"
|
||||
)
|
||||
ReleaseNotes = "Initial module layout."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user