ReverseDSC.psd1
# # Module manifest for module 'ReverseDSC' # # Generated by: Nik Charlebois # # Generated on: 2024/06/05 # @{ ModuleVersion = '2.0.0.20' 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 = 'Fix quotes in inner dsc block.' } # End of PSData hashtable } # End of PrivateData hashtable } |