Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Availability Zone from private repository #4523

Merged
merged 26 commits into from
Sep 22, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8f5ef2b
Initial support for VM and single zone VMSS (#14)
yugangw-msft Aug 4, 2017
7436a62
use a private copy of network sdk with zone support (#15)
yugangw-msft Aug 4, 2017
9e79e60
Support for zoned public IP. Make global zone_type and zones_type. (#16)
tjprescott Aug 7, 2017
9f071df
apply api version range on vm zone test (#19)
yugangw-msft Aug 8, 2017
1b2bcc2
show zone in the table output (#20)
yugangw-msft Aug 8, 2017
1db07c3
install: support to build out a msi installer from local sources (#17)
yugangw-msft Aug 8, 2017
4ec859c
doc:add command examples using availability zones (#21)
yugangw-msft Aug 9, 2017
9757370
resolve conflicts with master
yugangw-msft Aug 10, 2017
cebafe6
Merge branch 'master' into az
yugangw-msft Aug 11, 2017
157ca06
Installer: build debian bundle from a local clone (#28)
yugangw-msft Aug 14, 2017
6d751d3
resolve conflicts caused by zone support
yugangw-msft Sep 7, 2017
e505c66
skip a few expeneive travis builds
yugangw-msft Sep 7, 2017
881353c
test: update tests to work with new azure-mgmt-compute with zone support
yugangw-msft Sep 8, 2017
1bb2ef0
network: support zone in network lb create (#37)
yugangw-msft Sep 13, 2017
64afaa3
resolve conflicts from public master branch
yugangw-msft Sep 14, 2017
7458d24
VNet peering examples. (#51)
tjprescott Sep 18, 2017
e82f1d0
Add BrazilUS and Dogfood cloud config files. (#50)
tjprescott Sep 18, 2017
0baf2c1
resolve conflicts with public master
yugangw-msft Sep 18, 2017
2aa24b8
merge conflicts with public master
yugangw-msft Sep 19, 2017
ceb0d44
resolve conflicts with public master
yugangw-msft Sep 20, 2017
6577c45
Merge branch 'master' into az
yugangw-msft Sep 21, 2017
493d42a
Merge branch 'master' into az
yugangw-msft Sep 21, 2017
d205eb1
undo all changes specifically for private repository
yugangw-msft Sep 22, 2017
b0d81f8
fix help per review feedback
yugangw-msft Sep 22, 2017
c396c1c
fix lint error
yugangw-msft Sep 22, 2017
d7586ad
use newer nrp sdk version
yugangw-msft Sep 22, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix help per review feedback
  • Loading branch information
yugangw-msft committed Sep 22, 2017
commit b0d81f852effb8aa69e8cb7c1eb6d2f067e478ac
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