Skip to content

Commit

Permalink
Fix invalid escape in network examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kairu-ms committed Aug 5, 2024
1 parent f0c0253 commit 937d3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Commands/network/lb/rule/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ Update a load balancing rule.

- Update a load balancing rule to support HA ports.
```bash
network lb rule update -g MyResourceGroup --lb-name MyLb -n MyLbRule \ --protocol All --frontend-port 0 --backend-port 0
network lb rule update -g MyResourceGroup --lb-name MyLb -n MyLbRule --protocol All --frontend-port 0 --backend-port 0
```
2 changes: 1 addition & 1 deletion Commands/tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -97062,7 +97062,7 @@
},
{
"commands": [
"network lb rule update -g MyResourceGroup --lb-name MyLb -n MyLbRule \\ --protocol All --frontend-port 0 --backend-port 0"
"network lb rule update -g MyResourceGroup --lb-name MyLb -n MyLbRule --protocol All --frontend-port 0 --backend-port 0"
],
"name": "Update a load balancing rule to support HA ports."
}
Expand Down

0 comments on commit 937d3dc

Please sign in to comment.