Skip to content

Commit 138d1c7

Browse files
authored
Fix Az.HealthBot Syntax Errors (#17598)
1 parent 57d728f commit 138d1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HealthBot/help/Update-AzHealthBot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Patch a HealthBot.
3131

3232
### Example 1: update HealthBot by Resourcegroupname and Name
3333
```powershell
34-
update-AzHealthBot -ResourceGroupName youriTest -Name yourihealthbot -Sku S1
34+
Update-AzHealthBot -ResourceGroupName youriTest -Name yourihealthbot -Sku S1
3535
```
3636

3737
```output

0 commit comments

Comments
 (0)