-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds base for updating Microsoft.Network from version stable/2018-12-01 to version 2019-02-01 * Updates readme * Updates API version in new specs and examples * Remove Alert action from user rules (#5428) * Patch call for DDoS Protection plan (#5426) * Patch call for DDoS Protection plan Removing unreferenced definition Addressing review comments. Setting x-ms-long-running-operation to false Removing tags from Patch call description Fixing the response message description Removing x-ms-long-running-operation from patch fixing the file renames * Adding patch call to 2019-02-01 * fixing date * fixing semantic error * Addressing review comments * Fixed examples for WAFPolicy (#5454) * Added missing descriptions in Network specs (#5490) * Added missing descriptions in Network specs * Add missing x-ms-enum * Updated VNet Gateways operations: Fix for #4642 (#5223) * Adds base for updating Microsoft.Network from version stable/2018-12-01 to version 2018-12-01 * Updates readme * Updates API version in new specs and examples * Updated VNet Gateways operations: Fix for #4642 * Network: Duplicate tags in readme file. (#5227) * Added missing change. Extended to new API version * Copy changes for AppGw from 2018-12-01 (#5463) * Correct Azure Firewall Rule Action in Examples (#5514) * Swagger has to just enforce a positive fileUploadLimitInMb, It doesnt have to check the upper Limit. (#5527) * Swagger has to just enforce a non-negative fileupload limit, need not do the upper limit check * rolling back * Swagger has to just enforce a positive fileUploadLimitInMb, It doesnt have to check the upper Limit. * removed unused flag allowglobalreach (#5539) * Stub YML config for validating NRP PRs (#5550) * Add new protocols (#5582) * Update readme.python.md * Remove extra "x-ms-enum" (#5617) * Added missing x-ms-long-running-operation-options (#5572) * Initial commit (#5635) * Add new Nat Gateway resource (#5579) * Add new Nat Gateway resource * Update API version * Update PR comments * Update nat gateway * Fix json errors * Updated nat gateway * Update Nat Gateway examples name * Update Examples with 202 * Need to update with latest master since network.csproj is failing on azure-powershell * azure firewall revert alert * Update NatGateway * Update nat gateway tags * Remove basic sku since it is not supported * Add application gateway backendHealthOnDemand Operation (#5552) * Add application gateway backendHealthOnDemand Operation * Update ApplicationGatewayBackendHealthTest.json * change backendHealthOnDemand to getBackendHealthOnDemand * add x-ms-long-running-operation-options * fix api version * Add disableBgpRoutePropagation (#5585) * Add disableBgpRoutePropagation * Reformat * Move Network validation config to azure-pipelines.yml (#5589) * Move Network validation config to azure-pipelines.yml * Add continueOnError to Network validation * Resolve issue with unreferenced examples in Network specs (#5674) * Swagger changes for useLocalAzureIpAddress property. (#5678) * Fixed allow Vnet description (#5696) * Remove duplicate enums from Network specs (#5647) * Remove duplicate enums * Remove readOnly from references to definitions that are already marked as read only * Add missing descriptions (#5662) * Remove duplicate enum ApplicationGatewayProtocol (#5708) * Update examples to include custom routes parameter (#5710) * fixed mistyping * Fix examples * Rollback typo fix
- Loading branch information
1 parent
6187fc3
commit 94cbaee
Showing
473 changed files
with
55,420 additions
and
529 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"body" : { | ||
|
||
} | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"responses" : { | ||
"200" : { | ||
"body" : "" | ||
} | ||
}, | ||
"202": {} | ||
} | ||
} |
Oops, something went wrong.