Skip to content

Commit 87f94fb

Browse files
Task-59 : Updated module with ConvertTo-Definition as well as add logic to ConvertTo-Element to handle initial definition creation
1 parent 535c8d2 commit 87f94fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

schema/schema.psd1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ FormatsToProcess = 'formats\schema.format.ps1xml'
6969
# NestedModules = @()
7070

7171
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
72-
FunctionsToExport = 'Get-Document', 'Get-Definition', 'Get-Reference', 'New-String',
73-
'New-Integer', 'New-Number', 'New-Boolean', 'New-Property', 'New-Element',
74-
'Find-Element', 'ConvertTo-Element', 'ConvertFrom-Object',
75-
'ConvertFrom-Array', 'Format-Document'
72+
FunctionsToExport = 'Get-Document', 'Get-Definition', 'Get-Reference', 'New-String',
73+
'New-Integer', 'New-Number', 'New-Boolean', 'New-Property', 'New-Element',
74+
'Find-Element', 'ConvertTo-Element', 'ConvertFrom-Object',
75+
'ConvertFrom-Array', 'Format-Document', 'ConvertTo-Definition'
7676

7777
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
7878
CmdletsToExport = @()
@@ -116,7 +116,7 @@ PrivateData = @{
116116
# ExternalModuleDependencies = ''
117117

118118
} # End of PSData hashtable
119-
119+
120120
} # End of PrivateData hashtable
121121

122122
# HelpInfo URI of this module

0 commit comments

Comments
 (0)