Skip to content

Commit

Permalink
Update RunInstallationTests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
markcowl committed Nov 9, 2015
1 parent 6f74e9a commit 56c77e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/InstallationTests/RunInstallationTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ $resourceCommands = @(
{Get-AzureResourceGroupGalleryTemplate},
{Get-AzureTag},
{Get-AzureADUser -UPN $credential.UserName},
{Get-AzureRoleAssignment}
{Get-AzureRoleAssignment},
{Get-AzureRmWebApp}
)

if ($credential -eq $null)
Expand Down Expand Up @@ -158,4 +159,4 @@ Write-Host
Write-Host "============================================================================================="
Write-Host

$ErrorActionPreference = "Continue"
$ErrorActionPreference = "Continue"

0 comments on commit 56c77e3

Please sign in to comment.