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

Merge Network-2018-02-01 to Master Networking Swagger Changes for Feb 2018 #2642

Merged
merged 16 commits into from
Mar 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
814bcbf
Add support for Express Route Circuit Connection resource as a child …
dedhar Jan 30, 2018
0f85d45
Merge Express Route Circuit Connection to Networking2018-02-01 (#2370)
dedhar Jan 30, 2018
d966adb
add fix as PR https://github.com/Azure/azure-rest-api-specs/pull/2364…
azhao155 Feb 1, 2018
c6dc7f6
Network feature: Setting custom ipsec policy for Virtual Network Gate…
Nilambari Feb 21, 2018
62017bc
Add support for Express Route Provider APIs (#2532)
gimotwanMSFT Mar 1, 2018
fb621de
remove wrong enum values from circuit connection status and fix enum …
dedhar Mar 2, 2018
b91f5af
Update ExpressRouteCrossConnection Route Table Summary Record (#2574)
gimotwanMSFT Mar 5, 2018
15604e2
[Network-2018-02-01] DDoS Protection Plan resource (#2567)
murilogiacometti Mar 13, 2018
03d2f93
Fix SubResource reference (#2646)
murilogiacometti Mar 15, 2018
9cb0591
Merge branch 'Network-2018-02-01' of https://github.com/Azure/azure-r…
dsgouda Mar 15, 2018
9b99506
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
dsgouda Mar 15, 2018
633ff69
Merge branch 'master' of https://github.com/Azure/azure-rest-api-spec…
dsgouda Mar 16, 2018
bef8ab1
making peer express route circuit peering and express route circuit p…
dedhar Mar 19, 2018
c9ee826
Express Route Cross Connection Swagger changes as per PM requirements…
vinayada1 Mar 19, 2018
0f1c1a7
Fixed operationIds for non-CRUD operations in ExpressRouteCrossConnec…
anton-evseev Mar 22, 2018
dbde6f2
Making travis run > 10 mins (#2739)
dsgouda Mar 23, 2018
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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ script:
fi
- >-
if [[ $MODE == 'node' ]]; then
$DOCKER_CMD Azure/azure-sdk-for-node -v
travis_wait 30 $DOCKER_CMD Azure/azure-sdk-for-node -v
fi
- >-
if [[ $MODE == 'ruby' ]]; then
Expand Down
Loading