Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
!Deploy!
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Smith committed Jun 24, 2021
1 parent 2677e9a commit 54377ac
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions JSM.Insight/JSM.Insight.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@ RequiredModules = @('PSFramework')

# 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.
FunctionsToExport = 'Find-InsightObject', 'Get-InsightCreds', 'Get-InsightIcon',
'Get-InsightObject', 'Get-InsightObjectAttributes',
'Get-InsightObjectByIQL', 'Get-InsightObjectConnectedTickets',
'Get-InsightObjectHistory', 'Get-InsightObjectReferenceInfo',
'Get-InsightObjectSchema', 'Get-InsightObjectSchemaAttributes',
'Get-InsightObjectSchemaList', 'Get-InsightObjectSchemaObjectTypes',
'Get-InsightObjectType', 'Get-InsightObjectTypeAttributes',
'Get-InsightProgressCatagoryImports', 'Get-InsightStatusTypeByID',
'Get-InsightStatusTypes', 'Get-InsightWorkspaceID',
'New-InsightAttributeArray', 'New-InsightObject',
'New-InsightObjectSchema', 'New-InsightObjectType',
'New-InsightObjectTypeAttribute', 'New-InsightStatusType',
'Remove-InsightObject', 'Remove-InsightObjectSchema',
'Remove-InsightObjectType', 'Remove-InsightObjectTypeAttribute',
'Remove-InsightStatusType', 'Set-InsightObject',
'Set-InsightObjectPosition', 'Set-InsightObjectSchema',
'Set-InsightObjectType', 'Set-InsightObjectTypeAttribute',
'Set-InsightStatusType'
'Get-InsightObject', 'Get-InsightObjectAttributes',
'Get-InsightObjectByIQL', 'Get-InsightObjectConnectedTickets',
'Get-InsightObjectHistory', 'Get-InsightObjectReferenceInfo',
'Get-InsightObjectSchema', 'Get-InsightObjectSchemaAttributes',
'Get-InsightObjectSchemaList', 'Get-InsightObjectSchemaObjectTypes',
'Get-InsightObjectType', 'Get-InsightObjectTypeAttributes',
'Get-InsightProgressCatagoryImports', 'Get-InsightStatusTypeByID',
'Get-InsightStatusTypes', 'Get-InsightWorkspaceID',
'New-InsightAttributeArray', 'New-InsightObject',
'New-InsightObjectSchema', 'New-InsightObjectType',
'New-InsightObjectTypeAttribute', 'New-InsightStatusType',
'Remove-InsightObject', 'Remove-InsightObjectSchema',
'Remove-InsightObjectType', 'Remove-InsightObjectTypeAttribute',
'Remove-InsightStatusType', 'Set-InsightObject',
'Set-InsightObjectPosition', 'Set-InsightObjectSchema',
'Set-InsightObjectType', 'Set-InsightObjectTypeAttribute',
'Set-InsightStatusType'

# 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.
CmdletsToExport = '*'
Expand Down

0 comments on commit 54377ac

Please sign in to comment.