-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
SolutionSolution specialty review neededSolution specialty review needed
Description
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
Line 19 in ee79516
| "uri": { |
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:
- Go to Tools/Create-Azure-Sentinel-Solution/V3.
- Run the createSolutionv3.ps1 using the Zero Networks solution folder.
- 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
Assignees
Labels
SolutionSolution specialty review neededSolution specialty review needed