Skip to content

Commit

Permalink
fix help per review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft committed Sep 22, 2017
1 parent d205eb1 commit b0d81f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/ci/test_automation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -e

pip install -qqq -e ./tools
pip install -qqq coverage codecov

pip install -qqq azure-cli-fulltest -f $share_folder/build

echo '=== List installed packages'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
- name: Create a load balancer on a specific virtual network and subnet.
text: >
az network lb create -g MyResourceGroup -n MyLb --vnet-name MyVnet --subnet MySubnet
- name: create a zone flavored public facing load balancer through provisiong a zonal public ip
- name: create a zone flavored public facing load balancer through provisioning a zonal public ip
text: >
az network lb create -g MyResourceGroup -n myLB --public-ip-zone 2
- name: create a zone flavored internal facing load balancer through provisioning a zonal frontend ip configuration
Expand Down

0 comments on commit b0d81f8

Please sign in to comment.