Skip to content

Commit c1eccb8

Browse files
author
Maddie Clayton
authored
Merge pull request Azure#6063 from Azure/MiYanni-logicapp-docfix
LogicApp docfix based on customer response
2 parents 32e4deb + ae254dc commit c1eccb8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ResourceManager/LogicApp/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
## Version 4.0.4
2323
* Set minimum dependency of module to PowerShell 5.0
24+
* Stop-AzureRmLogicAppRun example documentation fix
2425

2526
## Version 4.0.3
2627
* Updated to the latest version of the Azure ClientRuntime

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:\>Get-AzureRmLogicApp -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)