microsoft / PowerPlatformConnectors

This is a repository for Microsoft Power Automate, Power Apps, and Azure Logic Apps connectors
https://aka.ms/connectors
MIT License
985 stars 1.27k forks source link

fixed boolean check to use correct flag #3643

Closed kola-tm closed 2 months ago

kola-tm commented 2 months ago

A change was made to the validation script and this PR fixes an introduced bug.

pluginEnabled is a string provided to script as ayes/y or no/n argument isPluginEnabled is the boolean derived which should be used in the script.


When submitting a connector, please make sure that you follow the requirements below, otherwise your PR might be rejected. We want to make you have a well-built connector, a smooth certification experience, and your users are happy :)

If this is your first time submitting to GitHub and you need some help, please sign up for this session.

If you are an Independent Publisher, you must also attest to the following to ensure a smooth publishing process:

kola-tm commented 2 months ago

@microsoft-github-policy-service agree