bguidinger / powerbi-build-tools

Power BI Build Tools for Azure DevOps
MIT License
8 stars 3 forks source link

Failed to update sql credential with error of "Keyword not supported" #30

Open BoLiangBamboo opened 1 year ago

BoLiangBamboo commented 1 year ago

Tried to update sql credential for a dataset connecting to dataverse, but failed with error [error]Exception calling ".ctor" with "1" argument(s): "Keyword not supported: 'username'."

I have been following [MS guide for the connection string] (https://learn.microsoft.com/en-us/power-apps/developer/data-platform/xrm-tooling/use-connection-strings-xrm-tooling-connect)

tasklog_6.log

BoLiangBamboo commented 1 year ago

Connection string sample refer to the guide here

Reviewed the code and found it dosen't support dataverse credential update, as the datasource setting of dataverse only include server, not database.