Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
701b2c8
Adds base for updating Microsoft.Network from version stable/2018-12-…
MikhailTryakhov Mar 19, 2019
5488167
Updates readme
MikhailTryakhov Mar 19, 2019
0aa5541
Updates API version in new specs and examples
MikhailTryakhov Mar 19, 2019
7a5a276
Remove Alert action from user rules (#5428)
fanymanea Mar 20, 2019
c07128d
Merge remote-tracking branch 'remotes/upstream/master' into merge-mas…
anton-evseev Mar 25, 2019
33d813f
Patch call for DDoS Protection plan (#5426)
mancgupta Mar 25, 2019
96ba604
Merge pull request #5464 from number213/merge-master-into-network
sergey-shandar Mar 25, 2019
68cd0d3
Fixed examples for WAFPolicy (#5454)
EvgenyAgafonchikov Mar 25, 2019
20aa68a
Added missing descriptions in Network specs (#5490)
anton-evseev Mar 27, 2019
a6c548c
Updated VNet Gateways operations: Fix for #4642 (#5223)
EvgenyAgafonchikov Mar 28, 2019
e6822ab
Copy changes for AppGw from 2018-12-01 (#5463)
anton-evseev Mar 28, 2019
ffb2b59
Correct Azure Firewall Rule Action in Examples (#5514)
fanymanea Apr 1, 2019
d3599d6
Swagger has to just enforce a positive fileUploadLimitInMb, It doesnt…
venk8 Apr 2, 2019
c72d012
removed unused flag allowglobalreach (#5539)
syfarogh Apr 4, 2019
48b78a1
Stub YML config for validating NRP PRs (#5550)
anton-evseev Apr 4, 2019
2bc49d8
Add new Nat Gateway resource
khannarheams Apr 8, 2019
eafa102
Update API version
khannarheams Apr 8, 2019
fe49a58
Update PR comments
khannarheams Apr 8, 2019
a3493db
Update nat gateway
khannarheams Apr 8, 2019
f89b36c
Fix json errors
khannarheams Apr 8, 2019
7fb944c
Updated nat gateway
khannarheams Apr 8, 2019
c18f034
Update Nat Gateway examples name
khannarheams Apr 8, 2019
7627a36
Update Examples with 202
khannarheams Apr 8, 2019
938bbbe
Need to update with latest master since network.csproj is failing on …
khannarheams Apr 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 22 additions & 0 deletions .azure-pipelines/network-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
trigger: none
pr:
branches:
include:
- network-*
paths:
include:
- specification/network/*

pool:
vmImage: vs2017-win2016

steps:
- powershell: |
& "C:/Program Files (x86)/Microsoft SDKs/Windows/v10.0A/bin/NETFX 4.6.1 Tools/sn.exe" -Vr *,31bf3856ad364e35
displayName: Bypass Strong Name validation
- task: NodeTool@0
inputs:
versionSpec: 10.x
- powershell: |
& "npm" install autorest -g
displayName: Install autorest
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,15 @@
"schema": {
"type": "string"
}
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnprofile": {
Expand Down Expand Up @@ -396,7 +402,9 @@
}
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getBgpPeerStatus": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,15 @@
"schema": {
"type": "string"
}
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnprofile": {
Expand Down Expand Up @@ -397,7 +403,9 @@
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getvpnprofilepackageurl": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,15 @@
"schema": {
"type": "string"
}
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnprofile": {
Expand Down Expand Up @@ -447,7 +453,9 @@
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getvpnprofilepackageurl": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,15 @@
"schema": {
"type": "string"
}
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnprofile": {
Expand Down Expand Up @@ -447,7 +453,9 @@
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getvpnprofilepackageurl": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,15 @@
"schema": {
"type": "string"
}
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnprofile": {
Expand Down Expand Up @@ -447,7 +453,9 @@
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getvpnprofilepackageurl": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,15 @@
"schema": {
"type": "string"
}
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnprofile": {
Expand Down Expand Up @@ -447,7 +453,9 @@
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getvpnprofilepackageurl": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"body" : {

}
}
},
"202": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,18 @@
"schema": {
"type": "string"
}
},
"202": {
"description": "Accepted and the operation will complete asynchronously."
}
},
"x-ms-examples": {
"GenerateVPNClientPackage": { "$ref": "./examples/VirtualNetworkGatewayGenerateVpnClientPackage.json" }
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/generatevpnprofile": {
Expand Down Expand Up @@ -468,7 +474,9 @@
"x-ms-examples": {
"GenerateVirtualNetworkGatewayVPNProfile": { "$ref": "./examples/VirtualNetworkGatewayGenerateVpnProfile.json" }
},
"x-ms-long-running-operation": true
"x-ms-long-running-operation-options": {
"final-state-via": "location"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworkGateways/{virtualNetworkGatewayName}/getvpnprofilepackageurl": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"name":"apprulecoll",
"properties":{
"priority":110,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"rule1",
Expand Down Expand Up @@ -68,7 +70,9 @@
"name":"netrulecoll",
"properties":{
"priority":112,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"D-NAT-web-traffic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"name":"apprulecoll",
"properties":{
"priority":110,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"rule1",
Expand Down Expand Up @@ -69,7 +71,9 @@
"name":"netrulecoll",
"properties":{
"priority":112,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"D-NAT-web-traffic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"name":"apprulecoll",
"properties":{
"priority":110,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"rule1",
Expand Down Expand Up @@ -68,7 +70,9 @@
"name":"netrulecoll",
"properties":{
"priority":112,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"D-NAT-web-traffic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"name":"apprulecoll",
"properties":{
"priority":110,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"rule1",
Expand Down Expand Up @@ -55,7 +57,9 @@
"name":"netrulecoll",
"properties":{
"priority":112,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"D-NAT-web-traffic",
Expand Down Expand Up @@ -118,7 +122,9 @@
"name":"apprulecoll",
"properties":{
"priority":110,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"rule1",
Expand Down Expand Up @@ -146,7 +152,9 @@
"name":"netrulecoll",
"properties":{
"priority":112,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"D-NAT-web-traffic",
Expand Down Expand Up @@ -208,7 +216,9 @@
"name":"apprulecoll",
"properties":{
"priority":110,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"rule1",
Expand Down Expand Up @@ -236,7 +246,9 @@
"name":"netrulecoll",
"properties":{
"priority":112,
"action":"Deny",
"action":{
"type": "Deny"
},
"rules":[
{
"name":"D-NAT-web-traffic",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"responses" : {
"200" : {
"body" : ""
}
},
"202": {}
}
}
Loading