We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802436e commit 9f535a8Copy full SHA for 9f535a8
source/Public/Deployment Pipeline/Add-FabricWorkspaceToStage.ps1
@@ -69,7 +69,7 @@ function Add-FabricWorkspaceToStage {
69
70
# Step 5: Return results
71
Write-Message -Message "Successfully assigned workspace to deployment pipeline stage." -Level Info
72
- return $response
+ $response
73
} catch {
74
# Step 6: Error handling
75
$errorDetails = $_.Exception.Message
0 commit comments