mirror of
https://github.com/Grace-Solutions/PSProxmox.git
synced 2026-08-04 04:17:45 +00:00
Add cloud image template functionality
This commit is contained in:
+16
-3
@@ -1,6 +1,4 @@
|
||||
@{
|
||||
RootModule = 'PSProxmox.psm1'
|
||||
NestedModules = @('bin\PSProxmox.dll')
|
||||
ModuleVersion = '2025.05.10.1400'
|
||||
GUID = 'd24f0894-3d0c-4ef1-a41e-b273c3db86ad'
|
||||
Author = 'PSProxmox Team'
|
||||
@@ -12,6 +10,8 @@
|
||||
CompatiblePSEditions = @('Desktop', 'Core')
|
||||
# Assemblies that must be loaded prior to importing this module
|
||||
RequiredAssemblies = @('bin\PSProxmox.dll', 'bin\Newtonsoft.Json.dll')
|
||||
# Root module
|
||||
RootModule = 'bin\PSProxmox.dll'
|
||||
# Script files (.ps1) that are run in the caller's environment prior to importing this module
|
||||
ScriptsToProcess = @()
|
||||
# Type files (.ps1xml) to be loaded when importing this module
|
||||
@@ -76,7 +76,14 @@
|
||||
# IP Management
|
||||
'New-ProxmoxIPPool',
|
||||
'Get-ProxmoxIPPool',
|
||||
'Clear-ProxmoxIPPool'
|
||||
'Clear-ProxmoxIPPool',
|
||||
|
||||
# Cloud Image Management
|
||||
'Get-ProxmoxCloudImage',
|
||||
'Save-ProxmoxCloudImage',
|
||||
'Invoke-ProxmoxCloudImageCustomization',
|
||||
'New-ProxmoxCloudImageTemplate',
|
||||
'Set-ProxmoxVMCloudInit'
|
||||
)
|
||||
VariablesToExport = @()
|
||||
AliasesToExport = @()
|
||||
@@ -103,6 +110,12 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user