File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/ServiceManagement/Common/Commands.ScenarioTest/Resources/Websites Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -858,12 +858,12 @@ function Test-SetAzureWebsite
858
858
Assert-AreEqual Classic $website.ManagedPipelineMode
859
859
Assert-AreEqual $true $website.WebSocketsEnabled
860
860
861
- $website.RemoteDebuggingEnabled = $true
862
- $website.RemoteDebuggingVersion = $remotedebuggingversion
861
+ $website.RemoteDebuggingEnabled = $true
862
+ $website.RemoteDebuggingVersion = $remotedebuggingversion
863
+ Set-AzureWebsite $name - Slot Production - SiteWithConfig $website
863
864
864
- Set-AzureWebsite $name - Slot Production - SiteWithConfig $website
865
- Assert-AreEqual $true $website.RemoteDebuggingEnabled
866
- Assert-AreEqual $remotedebuggingversion $website.RemoteDebuggingVersion
865
+ Assert-AreEqual $true $website.RemoteDebuggingEnabled
866
+ Assert-AreEqual $remotedebuggingversion $website.RemoteDebuggingVersion
867
867
}
868
868
869
869
# ########################################################################## Test-StartAzureWebsiteTriggeredJob Scenario Tests ###########################################################################
@@ -1076,4 +1076,4 @@ function Test-GettingJobHistory
1076
1076
$runs = Get-AzureWebsiteJobHistory - Name $webSiteName - JobName $jobName
1077
1077
1078
1078
Assert-AreEqual 4 $runs.Count
1079
- }
1079
+ }
You can’t perform that action at this time.
0 commit comments