Skip to content

Commit

Permalink
Bump 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Apr 26, 2024
1 parent 2c44287 commit 836a402
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 70 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
setKey.ps1
doc/PowerSession.exe
doc/prep-video-commands.ps1
28 changes: 14 additions & 14 deletions Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Daniele Corsini
#
# Generated on: 02/03/2024
# Generated on: 26/04/2024
#

@{
Expand All @@ -12,7 +12,7 @@
RootModule = 'Corsinvest.ProxmoxVE.Api.psm1'

# Version number of this module.
ModuleVersion = '8.1.2'
ModuleVersion = '8.2.0'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -70,17 +70,16 @@ PowerShellVersion = '6.0'

# 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 = 'Build-PveDocumentation', 'Connect-PveCluster',
'ConvertFrom-PveUnixTime', 'ConvertTo-PveUnixTime', 'Enter-PveSpice',
'Get-PveAccess', 'Get-PveAccessAcl', 'Get-PveAccessDomains',
'Get-PveAccessDomainsIdx', 'Get-PveAccessGroups',
'Get-PveAccessGroupsIdx', 'Get-PveAccessOpenid',
'Get-PveAccessPermissions', 'Get-PveAccessRoles',
'Get-PveAccessRolesIdx', 'Get-PveAccessTfa', 'Get-PveAccessTfaIdx',
'Get-PveAccessTicket', 'Get-PveAccessUsers', 'Get-PveAccessUsersIdx',
'Get-PveAccessUsersTfa', 'Get-PveAccessUsersToken',
'Get-PveAccessUsersTokenIdx', 'Get-PveCluster', 'Get-PveClusterAcme',
'Get-PveClusterAcmeAccount', 'Get-PveClusterAcmeAccountIdx',
'Get-PveClusterAcmeChallengeSchema',
'ConvertFrom-PveUnixTime', 'ConvertTo-PveUnixTime', 'Get-PveAccess',
'Get-PveAccessAcl', 'Get-PveAccessDomains', 'Get-PveAccessDomainsIdx',
'Get-PveAccessGroups', 'Get-PveAccessGroupsIdx',
'Get-PveAccessOpenid', 'Get-PveAccessPermissions',
'Get-PveAccessRoles', 'Get-PveAccessRolesIdx', 'Get-PveAccessTfa',
'Get-PveAccessTfaIdx', 'Get-PveAccessTicket', 'Get-PveAccessUsers',
'Get-PveAccessUsersIdx', 'Get-PveAccessUsersTfa',
'Get-PveAccessUsersToken', 'Get-PveAccessUsersTokenIdx',
'Get-PveCluster', 'Get-PveClusterAcme', 'Get-PveClusterAcmeAccount',
'Get-PveClusterAcmeAccountIdx', 'Get-PveClusterAcmeChallengeSchema',
'Get-PveClusterAcmeDirectories', 'Get-PveClusterAcmeMeta',
'Get-PveClusterAcmePlugins', 'Get-PveClusterAcmePluginsIdx',
'Get-PveClusterAcmeTos', 'Get-PveClusterBackup',
Expand Down Expand Up @@ -205,6 +204,7 @@ FunctionsToExport = 'Build-PveDocumentation', 'Connect-PveCluster',
'Get-PveNodesServicesState', 'Get-PveNodesStatus',
'Get-PveNodesStorage', 'Get-PveNodesStorageContent',
'Get-PveNodesStorageContentIdx', 'Get-PveNodesStorageIdx',
'Get-PveNodesStorageImportMetadata',
'Get-PveNodesStoragePrunebackups', 'Get-PveNodesStorageRrd',
'Get-PveNodesStorageRrddata', 'Get-PveNodesStorageStatus',
'Get-PveNodesSubscription', 'Get-PveNodesSyslog', 'Get-PveNodesTasks',
Expand All @@ -214,7 +214,7 @@ FunctionsToExport = 'Build-PveDocumentation', 'Connect-PveCluster',
'Get-PveNodesVzdumpExtractconfig', 'Get-PvePools', 'Get-PvePoolsIdx',
'Get-PveStorage', 'Get-PveStorageIdx', 'Get-PveTaskIsRunning',
'Get-PveVersion', 'Get-PveVm', 'Get-PveVmSnapshot', 'Invoke-PveRestApi',
'New-PveAccessDomains', 'New-PveAccessDomainsSync',
'Invoke-PveSpice', 'New-PveAccessDomains', 'New-PveAccessDomainsSync',
'New-PveAccessGroups', 'New-PveAccessOpenidAuthUrl',
'New-PveAccessOpenidLogin', 'New-PveAccessRoles', 'New-PveAccessTfa',
'New-PveAccessTicket', 'New-PveAccessUsers',
Expand Down
Loading

0 comments on commit 836a402

Please sign in to comment.