Skip to content

Commit ae254dc

Browse files
authored
Add -Force to example
1 parent f642b02 commit ae254dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/LogicApp/Commands.LogicApp/help/Stop-AzureRmLogicAppRun.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you omit a required template parameter, the cmdlet prompts you for the value.
3131

3232
### Example 1: Cancel a run of a logic app
3333
```
34-
PS C:\>Stop-AzureRmLogicAppRun -ResourceGroupName "ResourceGroup11" -Name "LogicApp03" -RunName "08587489104702792076"
34+
PS C:\>Stop-AzureRmLogicAppRun -ResourceGroupName "ResourceGroup11" -Name "LogicApp03" -RunName "08587489104702792076" -Force
3535
```
3636

3737
This command cancels a run of the logic app named LogicApp03.

0 commit comments

Comments
 (0)