Skip to content

Commit 56c77e3

Browse files
committed
Update RunInstallationTests.ps1
1 parent 6f74e9a commit 56c77e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/InstallationTests/RunInstallationTests.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ $resourceCommands = @(
9191
{Get-AzureResourceGroupGalleryTemplate},
9292
{Get-AzureTag},
9393
{Get-AzureADUser -UPN $credential.UserName},
94-
{Get-AzureRoleAssignment}
94+
{Get-AzureRoleAssignment},
95+
{Get-AzureRmWebApp}
9596
)
9697

9798
if ($credential -eq $null)
@@ -158,4 +159,4 @@ Write-Host
158159
Write-Host "============================================================================================="
159160
Write-Host
160161

161-
$ErrorActionPreference = "Continue"
162+
$ErrorActionPreference = "Continue"

0 commit comments

Comments
 (0)