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
{{ message }}
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: PowerVCF.psd1
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ ModuleVersion = '2.2.0'
21
21
GUID='08e28c56-f231-4a2c-8906-dee337cf99b9'
22
22
23
23
# Author of this module
24
-
Author='Brian O Connell'
24
+
Author='Brian O Connell & Gary Blake'
25
25
26
26
# Description of the functionality provided by this module
27
27
Description='PowerShell Module for the VMware Cloud Foundation 4.x API.'
@@ -35,6 +35,12 @@ Description = 'PowerShell Module for the VMware Cloud Foundation 4.x API.'
35
35
# Minimum version of the Windows PowerShell host required by this module
36
36
# PowerShellHostVersion = ''
37
37
38
+
# Modules that must be imported into the global environment prior to importing this module
39
+
# RequiredModules = @('')
40
+
41
+
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
42
+
# NestedModules = @()
43
+
38
44
# 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.
0 commit comments