You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Modules to import as nested modules of the module specified in
62
+
# ModuleToProcess
63
+
# NestedModules = @()
64
+
65
+
# Functions to export from this module
66
+
FunctionsToExport='Initialize-PdcVhdDisk',
67
+
'Invoke-PdcRepairClone',
68
+
'New-PdcDatabaseClone',
69
+
'New-PdcDatabaseImage',
70
+
'New-PdcVhdDisk',
71
+
'Remove-PdcDatabaseClone',
72
+
'Remove-PdcDatabaseImage',
73
+
'Set-PdcConfiguration'
74
+
75
+
# Cmdlets to export from this module
76
+
CmdletsToExport=''
77
+
78
+
# Variables to export from this module
79
+
VariablesToExport=''
80
+
81
+
# Aliases to export from this module
82
+
AliasesToExport=''
83
+
84
+
# List of all modules packaged with this module
85
+
ModuleList=@()
86
+
87
+
# List of all files packaged with this module
88
+
FileList=@()
89
+
90
+
# Private data to pass to the module specified in ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
91
+
PrivateData=@{
92
+
93
+
#Support for PowerShellGet galleries.
94
+
PSData=@{
95
+
96
+
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments