Skip to content

Commit

Permalink
Added recorded test and updated help files, changed FlowTimeoutInMinu…
Browse files Browse the repository at this point in the history
…tes to FlowTimeout
  • Loading branch information
Satya-anshu committed Apr 1, 2021
1 parent ca01edc commit 7cc8db1
Show file tree
Hide file tree
Showing 5 changed files with 1,562 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ function Test-VirtualNetworkCRUD-FlowTimeout
$resourceGroup = New-AzResourceGroup -Name $rgname -Location $rglocation -Tags @{ testtag = "testval" }

# Create virtual network
$actual = New-AzVirtualNetwork -ResourceGroupName $rgname -name $rname -location $location -FlowTimeoutInMinutes 15 -AddressPrefix 10.0.0.0/16
$actual = New-AzVirtualNetwork -ResourceGroupName $rgname -name $rname -location $location -FlowTimeout 15 -AddressPrefix 10.0.0.0/16
$expected = Get-AzVirtualNetwork -ResourceGroupName $rgname -name $rname
Assert-AreEqual $expected.ResourceGroupName $actual.ResourceGroupName
Assert-AreEqual $expected.Name $actual.Name
Expand Down
Loading

0 comments on commit 7cc8db1

Please sign in to comment.