Skip to content

Commit

Permalink
update swaggerspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
gweinjc committed Jun 6, 2024
1 parent 54de85c commit 00cd7ee
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 191 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RequiredAssemblies = './bin/JumpCloud.SDK.DirectoryInsights.private.dll'
# NestedModules = @()

# 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 = 'Get-JcSdkEvent', 'Get-JcSdkEventCount', 'Get-JcSdkEventDistinct',
FunctionsToExport = 'Get-JcSdkEvent', 'Get-JcSdkEventCount', 'Get-JcSdkEventDistinct',
'Get-JcSdkEventInterval', 'Get-JcSdkReport', 'New-JcSdkReport'

# 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.
Expand Down
40 changes: 20 additions & 20 deletions SDKs/PowerShell/JumpCloud.SDK.V1/JumpCloud.SDK.V1.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,26 @@ RequiredAssemblies = './bin/JumpCloud.SDK.V1.private.dll'
# NestedModules = @()

# 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 = 'Clear-JcSdkSystem', 'Get-JcSdkApplication',
'Get-JcSdkApplicationTemplate', 'Get-JcSdkCommand',
'Get-JcSdkCommandFile', 'Get-JcSdkCommandResult',
'Get-JcSdkCommandResultByCommandId', 'Get-JcSdkOrganization',
'Get-JcSdkRadiusServer', 'Get-JcSdkSystem', 'Get-JcSdkUser',
'Get-JcSdkUserSshKey', 'Initialize-JcSdkUserState',
'Invoke-JcSdkCommandTrigger', 'Invoke-JcSdkExpireUserPassword',
'Lock-JcSdkSystem', 'New-JcSdkApplication', 'New-JcSdkCommand',
'New-JcSdkRadiusServer', 'New-JcSdkUser', 'New-JcSdkUserSshKey',
'Remove-JcSdkApplication', 'Remove-JcSdkCommand',
'Remove-JcSdkCommandResult', 'Remove-JcSdkRadiusServer',
'Remove-JcSdkSystem', 'Remove-JcSdkUser', 'Remove-JcSdkUserSshKey',
'Reset-JcSdkAdministratorUserActivation',
'Reset-JcSdkAdministratorUserTotp', 'Reset-JcSdkUserMfa',
'Restart-JcSdkSystem', 'Search-JcSdkCommand',
'Search-JcSdkCommandResult', 'Search-JcSdkOrganization',
'Search-JcSdkSystem', 'Search-JcSdkUser',
'Set-JcSdkAdministratorUser', 'Set-JcSdkApplication',
'Set-JcSdkCommand', 'Set-JcSdkOrganization', 'Set-JcSdkRadiusServer',
'Set-JcSdkSystem', 'Set-JcSdkUser', 'Start-JcSdkCommand',
FunctionsToExport = 'Clear-JcSdkSystem', 'Get-JcSdkApplication',
'Get-JcSdkApplicationTemplate', 'Get-JcSdkCommand',
'Get-JcSdkCommandFile', 'Get-JcSdkCommandResult',
'Get-JcSdkCommandResultByCommandId', 'Get-JcSdkOrganization',
'Get-JcSdkRadiusServer', 'Get-JcSdkSystem', 'Get-JcSdkUser',
'Get-JcSdkUserSshKey', 'Initialize-JcSdkUserState',
'Invoke-JcSdkCommandTrigger', 'Invoke-JcSdkExpireUserPassword',
'Lock-JcSdkSystem', 'New-JcSdkApplication', 'New-JcSdkCommand',
'New-JcSdkRadiusServer', 'New-JcSdkUser', 'New-JcSdkUserSshKey',
'Remove-JcSdkApplication', 'Remove-JcSdkCommand',
'Remove-JcSdkCommandResult', 'Remove-JcSdkRadiusServer',
'Remove-JcSdkSystem', 'Remove-JcSdkUser', 'Remove-JcSdkUserSshKey',
'Reset-JcSdkAdministratorUserActivation',
'Reset-JcSdkAdministratorUserTotp', 'Reset-JcSdkUserMfa',
'Restart-JcSdkSystem', 'Search-JcSdkCommand',
'Search-JcSdkCommandResult', 'Search-JcSdkOrganization',
'Search-JcSdkSystem', 'Search-JcSdkUser',
'Set-JcSdkAdministratorUser', 'Set-JcSdkApplication',
'Set-JcSdkCommand', 'Set-JcSdkOrganization', 'Set-JcSdkRadiusServer',
'Set-JcSdkSystem', 'Set-JcSdkUser', 'Start-JcSdkCommand',
'Stop-JcSdkSystem', 'Sync-JcSdkUserMfa', 'Unlock-JcSdkUser'

# 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.
Expand Down
Loading

0 comments on commit 00cd7ee

Please sign in to comment.