PowerPlatformConnectors
PowerPlatformConnectors copied to clipboard
[BUG] Custom Connector Policies Github Build fails but paconn validate passed.
Type of Connector
Independent Publisher Connector
Name of Connector
FreeAgent
Describe the bug
Connection Validation Passed. But when submitted for an update the same code in the Properties file is failing with an error.
"x-ms-apimTemplateParameter.newPropertyPath". This was working well in the previous version. Is the validation algorithm changed in the recent times ?.
PR : https://github.com/microsoft/PowerPlatformConnectors/pull/2880
Github Build Failure : https://github.com/microsoft/PowerPlatformConnectors/pull/2880/checks?check_run_id=16045018407
Is this a security bug?
No, this is not a security bug
What is the severity of this bug?
Severity 3 - Minor issue
To Reproduce
Build any connector with stringreplace policy in combination with newPropertyPath
Expected behavior
Build should complete without any validation errors.
Environment summary
Install Method (e.g. pip, interactive script, apt-get, Docker, MSI, edge build) CLI version (paconn --version) OS version Shell Type (e.g. bash, cmd.exe, Bash on Windows)
Additional context
I already Published the FreeAgent last year. Now, i just wanted to add some few properties to the existing swagger file. I never touched the policy properties file. But the build is failing..