Skip to content

Commit

Permalink
#16
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Jul 15, 2024
1 parent e45eee2 commit a5e391b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
25 changes: 13 additions & 12 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: 26/04/2024
# Generated on: 15/07/2024
#

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

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

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -70,16 +70,17 @@ 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', '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', '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',
'Get-PveClusterAcmeDirectories', 'Get-PveClusterAcmeMeta',
'Get-PveClusterAcmePlugins', 'Get-PveClusterAcmePluginsIdx',
'Get-PveClusterAcmeTos', 'Get-PveClusterBackup',
Expand Down
2 changes: 1 addition & 1 deletion Corsinvest.ProxmoxVE.Api/Corsinvest.ProxmoxVE.Api.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ PveResponse. Return response.
## ALIAS ##
###########

Set-Alias -Name Show-PveSpice -Value Enter-PveSpice -PassThru
Set-Alias -Name Show-PveSpice -Value Invoke-PveSpice -PassThru
Set-Alias -Name Get-PveTasksStatus -Value Get-PveNodesTasksStatus -PassThru

#QEMU
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ this is a CmdLet for PowerShell to manage Proxmox VE.
* Execute out side Proxmox VE
* Open Source
* Form Proxmox VE 6.2 support Api Token for user
* Enter-PveSpice enter Spice VM
* Invoke-PveSpice enter Spice VM
* Login with One-time password for Two-factor authentication

## 📙 Documentation
Expand Down
20 changes: 10 additions & 10 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1186,16 +1186,6 @@ <h2> Enter-PveSpice </h2>
<p></p>
<p class='searchable'>Enter Spice VM.</p>
</div>
<div class='panel panel-default'>
<div class='panel-heading'>
<h3 class='panel-title'> Aliases </h3>
</div>
<div class='panel-body'>
<ul>
<li class='searchable'>Show-PveSpice</li>
</ul>
</div>
</div>
<div>
<h3> Syntax </h3>
</div>
Expand Down Expand Up @@ -18387,6 +18377,16 @@ <h2> Invoke-PveSpice </h2>
<p></p>
<p class='searchable'>Enter Spice VM.</p>
</div>
<div class='panel panel-default'>
<div class='panel-heading'>
<h3 class='panel-title'> Aliases </h3>
</div>
<div class='panel-body'>
<ul>
<li class='searchable'>Show-PveSpice</li>
</ul>
</div>
</div>
<div>
<h3> Syntax </h3>
</div>
Expand Down

0 comments on commit a5e391b

Please sign in to comment.