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 6f74e9a commit 56c77e3Copy full SHA for 56c77e3
tools/InstallationTests/RunInstallationTests.ps1
@@ -91,7 +91,8 @@ $resourceCommands = @(
91
{Get-AzureResourceGroupGalleryTemplate},
92
{Get-AzureTag},
93
{Get-AzureADUser -UPN $credential.UserName},
94
- {Get-AzureRoleAssignment}
+ {Get-AzureRoleAssignment},
95
+ {Get-AzureRmWebApp}
96
)
97
98
if ($credential -eq $null)
@@ -158,4 +159,4 @@ Write-Host
158
159
Write-Host "============================================================================================="
160
Write-Host
161
-$ErrorActionPreference = "Continue"
162
+$ErrorActionPreference = "Continue"
0 commit comments