microsoft / powerbi-powershell

PowerShell community for Microsoft PowerBI. Here you will find resources and source for PowerShell modules targeting PowerBI.
MIT License
346 stars 120 forks source link

new-powerbireport ignoring timeout value #341

Open StevenGrzybowski opened 2 years ago

StevenGrzybowski commented 2 years ago

Problem :

running the following code New-PowerBIReport -Path "/Users/user/git/Data_PowerBI/PBI_DATA_MODEL.pbix" -Name "PBI_DATA_MODEL_UPLOAD" -Workspace ( Get-PowerBIWorkspace -Name $WorkspaceName ) -Timeout 999 results in the following error

New-PowerBIReport: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.

Expected Behavior :

I woquld expect new-powerbi-report to use the timeout from the Timeout argument

anthonywhite commented 1 year ago

@StevenGrzybowski did you ever get an answer on this?