Anonymous
4 years agoNot applicable
Status:
Done
App updates from pipeline API no longer working
We have a setup which utilises the Pipeline api https://docs.microsoft.com/en-us/rest/api/power-bi/pipelines/deploy-all to deploy a pipeline and at the same time update the app for the target workspa...
powerbi_jenhen
Resolver II
3 years ago"500 Internal Server Error" for me when using the below body via PowerShell, can this be reviewed again?...
$body =
@{
sourceStageOrder = $stageOrder
datasets = @(
@{sourceId = $datasetArtifact.artifactId }
)
reports = @(
@{sourceId = $reportArtifact.artifactId }
)
options = @{
allowCreateArtifact = $TRUE
allowOverwriteArtifact = $TRUE
}
updateAppSettings = @{
updateAppInTargetWorkspace = $TRUE
}
} | ConvertTo-Json