bguidinger / powerbi-build-tools

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

SetCredentials #21

Open sauerch91 opened 4 years ago

sauerch91 commented 4 years ago

Hey Bob,

im trying build a pipeline with your power bi build tools. Unfortunately I get an error message, which is not really clear to me.

image

Here is my yaml code: steps:

Have you any idea and could you supply a masked example with property connectionString? Im not sure what is meant with the names of the data sources and where I can find them.

bguidinger commented 4 years ago

I just pushed a new release (v1.3.7) that should fix this issue. It may take a little bit for the extension to update in your Azure DevOps instance, but it should update automatically. Please try it and let me know if it works now.

sauerch91 commented 4 years ago

Thanks, this fixed the issue. Could please assist with the connectionString property. I have no clue where I can find the name of a connection. An example would be really helpful here. Thank you in advance

khatharsiss commented 3 years ago

Thanks, this fixed the issue. Could please assist with the connectionString property. I have no clue where I can find the name of a connection. An example would be really helpful here. Thank you in advance

same here

trungdang194 commented 3 years ago

Hi @bguidinger , I am using Power BI Set Credentials too, I want to update cosmos auth key to dataset but constantly getting error ##[error]Exception calling ".ctor" with "1" argument(s): "Keyword not supported: 'accountendpoint'." my connection string input is: {"": ""} Could you please provide correct input format?