Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version": "2018-06-01",
"api-version": "2018-07-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"networkWatcherName" : "nw1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,14 @@
"provisioningState": {
"type": "string",
"description": "Provisioning state of the HTTP listener resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
}
},
"customErrorConfigurations": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayCustomError"
},
"description": "Custom error configurations of the HTTP listener."
}
},
"description": "Properties of HTTP listener of an application gateway."
},
Expand Down Expand Up @@ -1683,7 +1690,14 @@
"provisioningState": {
"type": "string",
"description": "Provisioning state of the application gateway resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
}
},
"customErrorConfigurations": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayCustomError"
},
"description": "Custom error configurations of the application gateway resource."
}
},
"description": "Properties of the application gateway."
},
Expand Down Expand Up @@ -1827,6 +1841,31 @@
"minimum": 8,
"exclusiveMinimum": false,
"description": "Maxium request body size for WAF."
},
"maxRequestBodySizeInKb": {
"type": "integer",
"format": "int32",
"maximum": 128,
"exclusiveMaximum": false,
"minimum": 8,
"exclusiveMinimum": false,
"description": "Maxium request body size in Kb for WAF."
},
"fileUploadLimitInMb": {
"type": "integer",
"format": "int32",
"maximum": 500,
"exclusiveMaximum": false,
"minimum": 0,
"exclusiveMinimum": false,
"description": "Maxium file upload size in Mb for WAF."
},
"exclusions": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayFirewallExclusion"
},
"description": "The exclusion list."
}
},
"required": [
Expand Down Expand Up @@ -1895,6 +1934,28 @@
],
"description": "Allows to disable rules within a rule group or an entire rule group."
},
"ApplicationGatewayFirewallExclusion": {
"properties": {
"matchVariable": {
"type": "string",
"description": "The variable to be excluded."
},
"selectorMatchOperator": {
"type": "string",
"description": "When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to."
},
"selector": {
"type": "string",
"description": "When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to."
}
},
"required": [
"matchVariable",
"selectorMatchOperator",
"selector"
],
"description": "Allow to exclude some variable satisfy the condition for the WAF check"
},
"ApplicationGatewayAvailableWafRuleSetsResult": {
"properties": {
"value": {
Expand Down Expand Up @@ -2084,6 +2145,27 @@
}
},
"description": "Properties of ApplicationGatewaySslPredefinedPolicy"
},
"ApplicationGatewayCustomError": {
"properties": {
"statusCode": {
"type": "string",
"description": "Status code of the application gateway customer error.",
"enum": [
"HttpStatus403",
"HttpStatus502"
],
"x-ms-enum": {
"name": "ApplicationGatewayCustomErrorStatusCode",
"modelAsString": true
}
},
"customErrorPageUrl": {
"type": "string",
"description": "Error page URL of the application gateway customer error."
}
},
"description": "Customer error of an application gateway."
},
"PolicyNameEnum": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,8 @@
"enum":[
"TCP",
"UDP",
"Any"
"Any",
"ICMP"
],
"x-ms-enum":{
"name":"AzureFirewallNetworkRuleProtocol",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2018-08-01",
"resourceGroupName": "rg1",
"type": "Microsoft.Network/expressRouteCircuits",
"circuitName": "expressRouteCircuit1",
"parameters": {
"location": "westus",
"sku": {
"name": "Premium_MeteredData",
"tier": "Premium",
"family": "MeteredData"
},
"properties": {
"expressRoutePort": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/expressRoutePorts/portName"
},
"bandwidthInGbps":10
}
}
},
"responses": {
"200": {
"body": {
"name": "expressRouteCircuit1",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/expressRouteCircuit1",
"type": "Microsoft.Network/expressRouteCircuits",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"peerings": [],
"authorizations": [],
"expressRoutePort": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/expressRoutePorts/portName"
},
"bandwidthInGbps":10,
"circuitProvisioningState": "Enabled",
"allowClassicOperations": false,
"gatewayManagerEtag": "20",
"serviceKey": "d281f746-ee01-4d00-8b0a-edec4833772b",
"serviceProviderProvisioningState": "Provisioned"
},
"sku": {
"name": "Premium_MeteredData",
"tier": "Premium",
"family": "MeteredData"
}
}
},
"201": {
"body": {
"name": "expressRouteCircuit1",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteCircuits/expressRouteCircuit1",
"type": "Microsoft.Network/expressRouteCircuits",
"location": "westus",
"properties": {
"provisioningState": "Succeeded",
"peerings": [],
"authorizations": [],
"expressRoutePort": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/expressRoutePorts/portName"
},
"bandwidthInGbps":10,
"circuitProvisioningState": "Enabled",
"allowClassicOperations": false,
"gatewayManagerEtag": "20",
"serviceKey": "d281f746-ee01-4d00-8b0a-edec4833772b",
"serviceProviderProvisioningState": "Provisioned"
},
"sku": {
"name": "Premium_MeteredData",
"tier": "Premium",
"family": "MeteredData"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"peerASN": 200,
"primaryPeerAddressPrefix": "192.168.16.252/30",
"secondaryPeerAddressPrefix": "192.168.18.252/30",
"vlanId": 200
"vlanId": 200,
"ipv6PeeringConfig": {
"primaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::/126",
"secondaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::4/126"
}
}
}
},
Expand All @@ -34,6 +38,11 @@
"vlanId": 200,
"gatewayManagerEtag": "",
"lastModifiedBy": "Customer",
"ipv6PeeringConfig": {
"primaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::/126",
"secondaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::4/126",
"state": "Enabled"
},
"expressRouteConnection": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteGateways/expressRouteGatewayName/expressRouteConnections/connectionName"
}
Expand All @@ -57,7 +66,12 @@
"state": "Enabled",
"vlanId": 200,
"gatewayManagerEtag": "",
"lastModifiedBy": "Customer",
"lastModifiedBy": "Customer",
"ipv6PeeringConfig": {
"primaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::/126",
"secondaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::4/126",
"state": "Enabled"
},
"expressRouteConnection": ""
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
"vlanId": 200,
"gatewayManagerEtag": "103",
"lastModifiedBy": "Customer",
"ipv6PeeringConfig": {
"primaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::/126",
"secondaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::4/126",
"state": "Enabled"
},
"expressRouteConnection": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/expressRouteGateways/expressRouteGatewayName/expressRouteConnections/connectionName"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"peerASN": 200,
"primaryPeerAddressPrefix": "192.168.16.252/30",
"secondaryPeerAddressPrefix": "192.168.18.252/30",
"vlanId": 200
"vlanId": 200,
"ipv6PeeringConfig": {
"primaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::/126",
"secondaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::4/126"
}
}
}
},
Expand All @@ -33,7 +37,12 @@
"state": "Enabled",
"vlanId": 200,
"gatewayManagerEtag": "",
"lastModifiedBy": "Customer"
"lastModifiedBy": "Customer",
"ipv6PeeringConfig": {
"primaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::/126",
"secondaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::4/126",
"state": "Enabled"
}
}
}
},
Expand All @@ -54,7 +63,12 @@
"state": "Enabled",
"vlanId": 200,
"gatewayManagerEtag": "",
"lastModifiedBy": "Customer"
"lastModifiedBy": "Customer",
"ipv6PeeringConfig": {
"primaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::/126",
"secondaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::4/126",
"state": "Enabled"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
"state": "Enabled",
"vlanId": 200,
"gatewayManagerEtag": "",
"lastModifiedBy": "Customer"
"lastModifiedBy": "Customer",
"ipv6PeeringConfig": {
"primaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::/126",
"secondaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::4/126",
"state": "Enabled"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
"state": "Enabled",
"vlanId": 200,
"gatewayManagerEtag": "",
"lastModifiedBy": "Customer"
"lastModifiedBy": "Customer",
"ipv6PeeringConfig": {
"primaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::/126",
"secondaryPeerAddressPrefix": "3FFE:FFFF:0:CD30::4/126",
"state": "Enabled"
}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"parameters": {
"subscriptionId": "subid",
"api-version": "2018-08-01",
"resourceGroupName": "rg1",
"expressRoutePortName": "portName",
"linkName": "linkName"
},
"responses": {
"200": {
"body": {
"name": "linkName",
"id" : "/subscriptions/subid/resourceGroups/rg1/providers/Microsofot.Network/expressRoutePorts/portName/links/linkName",
"properties": {
"provisioningState": "Succeeded",
"routerName": "router1",
"interfaceName": "Ethernet 0/0",
"patchPanelId": "patchPanelId1",
"rackId": "rackId1",
"connectorType": "LC",
"adminState": "Disabled"
}
}
}
}
}
Loading