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 dfc8bd3 commit 802436eCopy full SHA for 802436e
source/Public/Deployment Pipeline/Add-FabricWorkspaceToStage.ps1
@@ -55,7 +55,7 @@ function Add-FabricWorkspaceToStage {
55
Confirm-TokenState
56
57
# Step 2: Construct the API URL
58
- $apiEndpointUrl = "deploymentPipelines/$DeploymentPipelineId/stages/$StageId/assignWorkspace"
+ $apiEndpointUrl = ("deploymentPipelines/{0}/stages/{1}/assignWorkspace" -f $DeploymentPipelineId, $StageId)
59
Write-Message -Message "API Endpoint: $apiEndpointUrl" -Level Debug
60
61
# Step 3: Construct the request body
0 commit comments