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

Deployment fails in model-only mode #111

Closed
mthierba opened this issue Mar 28, 2022 · 0 comments
Closed

Deployment fails in model-only mode #111

mthierba opened this issue Mar 28, 2022 · 0 comments
Labels
bug Something isn't working
Projects
Milestone

Comments

@mthierba
Copy link
Contributor

Ref:

Log.Information("Import succeeded: {Id} ({Name})\n\tReport: {ReportId} \"{ReportName}\"\n\tUrl: {WebUrl}"
, import.Id
, import.Name
, import.Reports[0].Id
, import.Reports[0].Name
, import.Reports[0].WebUrl
);

With "skipReport": true set, a PBIX deployment will fail due to the confirmation log message throwing System.ArgumentOutOfRangeException when accessing the non-existing Reports[0].

@mthierba mthierba added the bug Something isn't working label Mar 28, 2022
@mthierba mthierba added this to To do in 1.0.0-rc.2 Apr 5, 2022
@mthierba mthierba moved this from To do to In progress in 1.0.0-rc.2 Apr 5, 2022
@mthierba mthierba added this to the 1.0 Release milestone Jun 8, 2022
@mthierba mthierba moved this from In progress to Testing in 1.0.0-rc.2 Jul 3, 2022
@mthierba mthierba moved this from Testing to Done in 1.0.0-rc.2 Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant