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 10cc8f4 commit a3a1e8cCopy full SHA for a3a1e8c
src/Websites/Websites.Test/LiveTests/TestLiveScenarios.ps1
@@ -53,7 +53,6 @@ Invoke-LiveTestScenario -Name "Update web app" -Description "Test updating servi
53
Assert-Null $webApp.Identity
54
Assert-NotNull $webApp.SiteConfig.phpVersion
55
Assert-AreEqual $false $webApp.HttpsOnly
56
- Assert-AreEqual "AllAllowed" $webApp.SiteConfig.FtpsState
57
58
# Update service plan & set site properties
59
$job = Set-AzWebApp -ResourceGroupName $rgname -Name $webAppName -AppServicePlan $appServicePlanName2 -HttpsOnly $true -AlwaysOn $false -AsJob
0 commit comments