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 6c6ca2d commit 0c240ceCopy full SHA for 0c240ce
src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AutomationTests.ps1
@@ -86,7 +86,7 @@ function WaitForJobStatus
86
{
87
break
88
}
89
- elseif($endStatus -ccontains $job.Status.ToLower())
+ elseif($endStatus -contains $job.Status.ToLower())
90
91
Write-Output ("The Job with ID $($job.Id) reached $($job.Status) Status already.")
92
return
@@ -145,7 +145,7 @@ function Test-AutomationStartAndStopRunbook
145
146
<#
147
.SYNOPSIS
148
-Tests publishing runbook and editing runbook with and without Overrite parameter
+Tests publishing runbook and editing runbook with and without Overwrite parameter
149
#>
150
function Test-AutomationPublishAndEditRunbook
151
0 commit comments