-
Notifications
You must be signed in to change notification settings - Fork 47
/
ReverseDSC.psd1
54 lines (47 loc) · 2 KB
/
ReverseDSC.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# Module manifest for module 'ReverseDSC'
#
# Generated by: Nik Charlebois
#
# Generated on: 2024/10/05
#
@{
ModuleVersion = '2.0.0.22'
GUID = '6c1176a0-4fac-4134-8ca2-3fa8a21a7b90'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Copyright = '(c) 2015-2024 Microsoft Corporation. All rights reserved.'
Description = 'This DSC module is used to extract the DSC Configuration of existing environments.'
PowerShellVersion = '4.0'
NestedModules = @("ReverseDSC.Core.psm1")
CmdletsToExport = @()
FunctionsToExport = @("Get-DSCParamType",
"Get-DSCBlock",
"Get-DSCFakeParameters",
"Get-DSCDependsOnBlock",
"Export-TargetResource",
"Get-ResourceFriendlyName",
"Get-Credentials",
"Resolve-Credentials",
"Save-Credentials",
"Test-Credentials",
"Convert-DSCStringParamToVariable",
"Get-ConfigurationDataContent"
"New-ConfigurationDataDocument",
"Add-ConfigurationDataEntry",
"Get-ConfigurationDataEntry",
"Add-ReverseDSCUserName")
AliasesToExport = @()
PrivateData = @{
PSData = @{
Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResourceKit', 'DSCResource', 'ReverseDSC')
# A URL to the license for this module.
LicenseUri = ''
# A URL to the main website for this project.
ProjectUri = 'https://Github.com/Microsoft/ReverseDSC'
# A URL to an icon representing this module.
IconUri = 'https://github.com/Microsoft/ReverseDSC/blob/master/Images/DSCModuleIcon.png?raw=true'
ReleaseNotes = 'Fixes the escaping of escape quotes in Strings.'
} # End of PSData hashtable
} # End of PrivateData hashtable
}