Skip to content

createSolutionV3.ps1 drops parameters #13470

@dicolanl

Description

@dicolanl

Describe the bug
In Zero Networks solution, under data connectors there is a template to create a native poller connector. This template needs URI as a parameter. Here

When running the createSolutionv3.ps1, when the maintemplate.json is created. the uri pararmeter is not included in parameters. but the uri param is referenced in other resources so the template fails to deploy. Manually adding the param back fixes mainTemplate.json

To Reproduce
Steps to reproduce the behavior:

  1. Go to Tools/Create-Azure-Sentinel-Solution/V3.
  2. Run the createSolutionv3.ps1 using the Zero Networks solution folder.
  3. See maintemplate.json is missing uri parameter, but has references to it.

Expected behavior
When running the script it should bring required parameters from all template types into the mainTemplate.json.

Screenshots
None

Desktop (please complete the following information):

  • OS: MAC
  • Browser N/A

Metadata

Metadata

Labels

SolutionSolution specialty review needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions