Argument syntax for Filter deprecated.

Operator evaluation is changing for consistency across Google APIs.
pull/279/merge
Andrew Thompson 2018-01-02 07:58:42 -05:00 committed by Kelsey Hightower
parent e2dbdaa66b
commit a5c83f1cee
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ gcloud compute firewall-rules create kubernetes-the-hard-way-allow-external \
List the firewall rules in the `kubernetes-the-hard-way` VPC network:
```
gcloud compute firewall-rules list --filter "network: kubernetes-the-hard-way"
gcloud compute firewall-rules list --filter="network:kubernetes-the-hard-way"
```
> output