[Bug]: Holodeck Powershell FunctionsToExport has a syntax error
Open
@dhruv-tyagi-broadcom is already working on this.
Since Sep 18, 2026.
bug
Workaround provided
- Dominant language
- HTML
- Stars
- 30
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Holorouter Version
9.1
VCF Version
VCF 9.1
Target Type
Standalone ESX Host
Describe the bug
in the file ModuleBuild.ps1 on line 29 there is a , missing to accept the remaining functions in the array.
29 'New-WldNetworkPool' `
30 'Initialize-Authentik'
Reproduction steps
the issue is in holodeck powershell version 9.1.0.20
Expected behavior
Line 29 should include the , for the other array members
29 'New-WldNetworkPool', `
30 'Initialize-Authentik'
Relevant logs
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.