Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetCredentials #21

Open
sauerch91 opened this issue Jun 16, 2020 · 4 comments
Open

SetCredentials #21

sauerch91 opened this issue Jun 16, 2020 · 4 comments

Comments

@sauerch91
Copy link

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:

  • task: PowerBIToolInstaller@1
    displayName: 'Power BI Tool Installer'
  • task: PowerBISetCredentials@1
    displayName: 'Set Credentials KuG'
    inputs:
    connection: 'PowerBIXXXX'
    type: 'Dataset'
    workspace: 'XXXXX'
    name: 'KundenXXXX'

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
Copy link
Owner

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
Copy link
Author

sauerch91 commented Jun 17, 2020

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
Copy link

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
Copy link

trungdang194 commented Feb 26, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants