Merge pull request #536 from kairu-ms/fix-invalid-escape-network

Fix invalid escape in network examples
This commit is contained in:
necusjz 2024-08-05 21:03:36 +08:00 коммит произвёл GitHub
Родитель bba64d993f 937d3dc9ab
Коммит 60fc029e7d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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."
}