Skip to content

Commit

Permalink
Merge pull request #23 from zilberd/patch-1
Browse files Browse the repository at this point in the history
correction of typo in release.ps1 script
  • Loading branch information
alex-frankel authored Jan 28, 2020
2 parents 15fa73b + 0fb546c commit b228d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines-scripts/release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $sw = [diagnostics.stopwatch]::StartNew()
while (($sw.elapsed -lt $timeout) -and ($AssignemntStatus.ProvisioningState -ne "Succeeded") -and ($AssignemntStatus.ProvisioningState -ne "Failed")) {
$AssignemntStatus = Get-AzBlueprintAssignment -Name "pla-$blueprintName" -SubscriptionId $subscriptionId
if ($AssignemntStatus.ProvisioningState -eq "failed") {
Throw "Assignment Failed. See Azure Portal for datails."
Throw "Assignment Failed. See Azure Portal for details."
break
}
}
Expand Down

0 comments on commit b228d30

Please sign in to comment.