microsoft / microsoft/PowerPlatformConnectors
[BUG] Connector Package Validator Script: Plugin Enabled Switch not working
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1.3k
- Forks
- 1.5k
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 11
Description
The Connector Package Validator Script does not correctly respect the "pluginEnabled" parameter.
Therefore the validation always fails for Connector which are not using the AI Plugin.
The Bugs are on line 388:
if ($pluginEnabled) {
and line 485:
elseif ($pluginEnabled -and (-not $isPluginSolutionPresent)) {
The variable names should be $isPluginEnabled on both lines.
The parameter $pluginEnabled is a string and is converted into a boolean $isPluginEnabled on lines 217-223.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start with the Connector Package Validator Script and inspect the boolean conversion on lines 217-223, then compare it with the checks on lines 388 and 485. Update the validation behavior so connectors without the AI Plugin are handled correctly, and verify the validator no longer fails when the plugin is disabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100