From b0d81f852effb8aa69e8cb7c1eb6d2f067e478ac Mon Sep 17 00:00:00 2001 From: yugangw-msft Date: Fri, 22 Sep 2017 13:11:00 -0700 Subject: [PATCH] fix help per review feedback --- scripts/ci/test_automation.sh | 1 - .../azure/cli/command_modules/network/_help.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ci/test_automation.sh b/scripts/ci/test_automation.sh index f839fdbec9e..0b030378987 100755 --- a/scripts/ci/test_automation.sh +++ b/scripts/ci/test_automation.sh @@ -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' diff --git a/src/command_modules/azure-cli-network/azure/cli/command_modules/network/_help.py b/src/command_modules/azure-cli-network/azure/cli/command_modules/network/_help.py index 4d1487cf263..8a489e95233 100644 --- a/src/command_modules/azure-cli-network/azure/cli/command_modules/network/_help.py +++ b/src/command_modules/azure-cli-network/azure/cli/command_modules/network/_help.py @@ -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