зеркало из https://github.com/Azure/aaz.git
Merge pull request #536 from kairu-ms/fix-invalid-escape-network
Fix invalid escape in network examples
This commit is contained in:
Коммит
60fc029e7d
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче