Skip to content

Commit 8cea77e

Browse files
committed
updated the test to use the AppServcie rebranding
1 parent 7f0fcaa commit 8cea77e

File tree

1 file changed

+1
-1
lines changed
  • src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests

1 file changed

+1
-1
lines changed

src/ResourceManager/Websites/Commands.Websites.Test/ScenarioTests/WebAppTests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function Test-CreatesNewSimpleWebApp
4343
{
4444
# Cleanup
4545
Remove-AzureWebApp -ResourceGroupName $rgname -Name $wname -Force
46-
Remove-AzureWebHostingPlan -ResourceGroupName $rgname -Name $whpName -Force
46+
Remove-AzureAppServicePlan -ResourceGroupName $rgname -Name $whpName -Force
4747
Remove-AzureResourceGroup -Name $rgname -Force
4848
}
4949
}

0 commit comments

Comments
 (0)