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
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 errorNew-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