mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-25 13:36:50 +00:00
Update module GUID and GitHub URLs in module manifest
This commit is contained in:
+11
-11
@@ -1,7 +1,7 @@
|
|||||||
@{
|
@{
|
||||||
RootModule = 'PSProxmox.dll'
|
RootModule = 'PSProxmox.dll'
|
||||||
ModuleVersion = '2023.04.28.1324'
|
ModuleVersion = '2023.04.28.1324'
|
||||||
GUID = '12345678-1234-1234-1234-123456789012'
|
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
|
||||||
Author = 'PSProxmox Team'
|
Author = 'PSProxmox Team'
|
||||||
CompanyName = 'PSProxmox'
|
CompanyName = 'PSProxmox'
|
||||||
Copyright = 'Copyright © 2023'
|
Copyright = 'Copyright © 2023'
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
# Session Management
|
# Session Management
|
||||||
'Connect-ProxmoxServer',
|
'Connect-ProxmoxServer',
|
||||||
'Disconnect-ProxmoxServer',
|
'Disconnect-ProxmoxServer',
|
||||||
|
|
||||||
# Node and VM Management
|
# Node and VM Management
|
||||||
'Get-ProxmoxNode',
|
'Get-ProxmoxNode',
|
||||||
'Get-ProxmoxVM',
|
'Get-ProxmoxVM',
|
||||||
@@ -23,17 +23,17 @@
|
|||||||
'Start-ProxmoxVM',
|
'Start-ProxmoxVM',
|
||||||
'Stop-ProxmoxVM',
|
'Stop-ProxmoxVM',
|
||||||
'Restart-ProxmoxVM',
|
'Restart-ProxmoxVM',
|
||||||
|
|
||||||
# Storage Management
|
# Storage Management
|
||||||
'Get-ProxmoxStorage',
|
'Get-ProxmoxStorage',
|
||||||
'New-ProxmoxStorage',
|
'New-ProxmoxStorage',
|
||||||
'Remove-ProxmoxStorage',
|
'Remove-ProxmoxStorage',
|
||||||
|
|
||||||
# Network Management
|
# Network Management
|
||||||
'Get-ProxmoxNetwork',
|
'Get-ProxmoxNetwork',
|
||||||
'New-ProxmoxNetwork',
|
'New-ProxmoxNetwork',
|
||||||
'Remove-ProxmoxNetwork',
|
'Remove-ProxmoxNetwork',
|
||||||
|
|
||||||
# User and Role Management
|
# User and Role Management
|
||||||
'Get-ProxmoxUser',
|
'Get-ProxmoxUser',
|
||||||
'New-ProxmoxUser',
|
'New-ProxmoxUser',
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
'Get-ProxmoxRole',
|
'Get-ProxmoxRole',
|
||||||
'New-ProxmoxRole',
|
'New-ProxmoxRole',
|
||||||
'Remove-ProxmoxRole',
|
'Remove-ProxmoxRole',
|
||||||
|
|
||||||
# SDN Management
|
# SDN Management
|
||||||
'Get-ProxmoxSDNZone',
|
'Get-ProxmoxSDNZone',
|
||||||
'New-ProxmoxSDNZone',
|
'New-ProxmoxSDNZone',
|
||||||
@@ -49,20 +49,20 @@
|
|||||||
'Get-ProxmoxSDNVnet',
|
'Get-ProxmoxSDNVnet',
|
||||||
'New-ProxmoxSDNVnet',
|
'New-ProxmoxSDNVnet',
|
||||||
'Remove-ProxmoxSDNVnet',
|
'Remove-ProxmoxSDNVnet',
|
||||||
|
|
||||||
# Cluster Management
|
# Cluster Management
|
||||||
'Get-ProxmoxCluster',
|
'Get-ProxmoxCluster',
|
||||||
'Join-ProxmoxCluster',
|
'Join-ProxmoxCluster',
|
||||||
'Leave-ProxmoxCluster',
|
'Leave-ProxmoxCluster',
|
||||||
'New-ProxmoxClusterBackup',
|
'New-ProxmoxClusterBackup',
|
||||||
'Restore-ProxmoxClusterBackup',
|
'Restore-ProxmoxClusterBackup',
|
||||||
|
|
||||||
# Template Management
|
# Template Management
|
||||||
'Get-ProxmoxVMTemplate',
|
'Get-ProxmoxVMTemplate',
|
||||||
'New-ProxmoxVMTemplate',
|
'New-ProxmoxVMTemplate',
|
||||||
'Remove-ProxmoxVMTemplate',
|
'Remove-ProxmoxVMTemplate',
|
||||||
'New-ProxmoxVMFromTemplate',
|
'New-ProxmoxVMFromTemplate',
|
||||||
|
|
||||||
# IP Management
|
# IP Management
|
||||||
'New-ProxmoxIPPool',
|
'New-ProxmoxIPPool',
|
||||||
'Get-ProxmoxIPPool',
|
'Get-ProxmoxIPPool',
|
||||||
@@ -73,8 +73,8 @@
|
|||||||
PrivateData = @{
|
PrivateData = @{
|
||||||
PSData = @{
|
PSData = @{
|
||||||
Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management')
|
Tags = @('Proxmox', 'VirtualMachine', 'Cluster', 'Management')
|
||||||
LicenseUri = 'https://github.com/PSProxmox/PSProxmox/blob/main/LICENSE'
|
LicenseUri = 'https://github.com/freedbygrace/PSProxmox/blob/main/LICENSE'
|
||||||
ProjectUri = 'https://github.com/PSProxmox/PSProxmox'
|
ProjectUri = 'https://github.com/freedbygrace/PSProxmox'
|
||||||
ReleaseNotes = 'Initial release of PSProxmox module'
|
ReleaseNotes = 'Initial release of PSProxmox module'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user