Skip to content

Commit f09f500

Browse files
Task-57 : Adding New function ConvertTo-Definition
1 parent ad2719d commit f09f500

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

schema/schema.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Jeffrey Patton
55
#
6-
# Generated on: 12/22/2020
6+
# Generated on: 11/24/2021
77
#
88

99
@{
@@ -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', 'ConvertTo-Definition'
72+
FunctionsToExport = 'Get-Document', 'Get-Definition', 'ConvertTo-Definition',
73+
'Get-Reference', 'New-String', 'New-Integer', 'New-Number', 'New-Boolean',
74+
'New-Property', 'New-Element', 'Find-Element', 'ConvertTo-Element',
75+
'ConvertFrom-Object', 'ConvertFrom-Array', 'Format-Document'
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)