Skip to content

Commit 7985e78

Browse files
committed
Fixed: Start-FabricDeploymentPipelineStage supports NoWait
1 parent 340bbf0 commit 7985e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Public/Deployment Pipeline/Start-FabricDeploymentPipelineStage.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ function Start-FabricDeploymentPipelineStage {
121121
HandleResponse = $true
122122
TypeName = "Deploy Pipeline Stage"
123123
ObjectIdOrName = $DeploymentPipelineId
124+
NoWait = $NoWait
124125
}
125126
$response = Invoke-FabricRestMethod @apiParameters
126127
Write-Message -Message "??? Successfully initiated deployment. Operation ID: $($script:responseHeader['x-ms-operation-id'])" -Level Info

0 commit comments

Comments
 (0)