Skip to content

Commit 622fd88

Browse files
committed
Remove StopHostAction
1 parent bc0686c commit 622fd88

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

src/Azure.Functions.Cli/Actions/HostActions/StopHostAction.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@
541541
<Compile Include="Actions\BaseAction.cs" />
542542
<Compile Include="Actions\HelpAction.cs" />
543543
<Compile Include="Actions\HostActions\StartHostAction.cs" />
544-
<Compile Include="Actions\HostActions\StopHostAction.cs" />
545544
<Compile Include="Actions\InternalUseAction.cs" />
546545
<Compile Include="Actions\LocalActions\AddSettingAction.cs" />
547546
<Compile Include="Actions\AzureActions\AddStorageAccountSettingAction.cs" />

test/Azure.Functions.Cli.Tests/ActionsTests/ResolveActionTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public class ResolveActionTests
3131
[InlineData("azure set-publish-password userName", typeof(SetPublishPasswordAction))]
3232
[InlineData("azure set-publish-username userName", typeof(SetPublishPasswordAction))]
3333
[InlineData("host start", typeof(StartHostAction))]
34-
[InlineData("host stop", typeof(StopHostAction))]
3534
[InlineData("settings add settingName", typeof(AddSettingAction))]
3635
[InlineData("azure storage fetch-connection-string storageName", typeof(AddStorageAccountSettingAction))]
3736
[InlineData("new", typeof(CreateFunctionAction))]

0 commit comments

Comments
 (0)