Skip to content

Commit 86e200c

Browse files
committed
new recordings and fixes
1 parent 81a48f1 commit 86e200c

File tree

3 files changed

+7070
-841751
lines changed

3 files changed

+7070
-841751
lines changed

src/ResourceManager/Network/Commands.Network.Test/ScenarioTests/ApplicationGatewayTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function Test-ApplicationGatewayCRUD
200200
Assert-NotNull $getgw.Probes[1]
201201
Assert-NotNull $getgw.Probes[1].Match
202202
Assert-NotNull $getgw.Probes[1].Match.StatusCodes
203-
Assert-AreEqual 0 $getgw.Probes[1].Match.StatusCodes.Count
203+
Assert-AreEqual 1 $getgw.Probes[1].Match.StatusCodes.Count
204204

205205
# Get Application Gateway backend health with expanded resource
206206
$job = Get-AzureRmApplicationGatewayBackendHealth -Name $appgwName -ResourceGroupName $rgname -ExpandResource "backendhealth/applicationgatewayresource" -AsJob

0 commit comments

Comments
 (0)