vmware / vmware/Holodeck

[Bug]: Holodeck Powershell FunctionsToExport has a syntax error

Open
#171 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.