Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}": {
"delete": {
"tags": [
"ApplicationGateways"
Expand Down Expand Up @@ -344,7 +344,7 @@
"required": false,
"type": "string",
"description": "Expands BackendAddressPool and BackendHttpSettings referenced in backend health."
}
}
],
"responses": {
"200": {
Expand All @@ -360,7 +360,7 @@
"x-ms-long-running-operation": true
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": {
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/applicationGatewayAvailableWafRuleSets": {
"get": {
"tags": [
"ApplicationGateways"
Expand Down Expand Up @@ -391,25 +391,25 @@
"properties": {
"backendAddressPools": {
"type": "array",
"items": {
"items": {
"$ref": "#/definitions/ApplicationGatewayBackendHealthPool"
}
}
},
"description": "List of ApplicationGatewayBackendHealthPool resources."
},
}
}
},
"description": "List of ApplicationGatewayBackendHealthPool resources."
},
"ApplicationGatewayBackendHealthPool": {
"properties": {
"backendAddressPool": {
"$ref": "#/definitions/ApplicationGatewayBackendAddressPool",
"description": "Reference of an ApplicationGatewayBackendAddressPool resource."
},
},
"backendHttpSettingsCollection": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayBackendHealthHttpSettings"
},
"description": "List of ApplicationGatewayBackendHealthHttpSettings resources."
"description": "List of ApplicationGatewayBackendHealthHttpSettings resources."
}
},
"description": "Application gateway BackendHealth pool."
Expand All @@ -419,27 +419,27 @@
"backendHttpSettings": {
"$ref": "#/definitions/ApplicationGatewayBackendHttpSettings",
"description": "Reference of an ApplicationGatewayBackendHttpSettings resource."
},
},
"servers": {
"type": "array",
"items": {
"$ref": "#/definitions/ApplicationGatewayBackendHealthServer"
},
"description": "List of ApplicationGatewayBackendHealthServer resources."
},
"description": "List of ApplicationGatewayBackendHealthServer resources."
}
},
"description": "Application gateway BackendHealthHttp settings."
},
},
"ApplicationGatewayBackendHealthServer": {
"properties": {
"address": {
"type": "string",
"description": "IP address or FQDN of backend server."
},
"type": "string",
"description": "IP address or FQDN of backend server."
},
"ipConfiguration": {
"$ref": "./network.json#/definitions/SubResource",
"description": "Reference of IP configuration of backend server."
},
},
"health": {
"type": "string",
"description": "Health of backend server.",
Expand All @@ -455,9 +455,9 @@
"modelAsString": true
}
}
},
},
"description": "Application gateway backendhealth http settings."
},
},
"ApplicationGatewaySku": {
"properties": {
"name": {
Expand Down Expand Up @@ -826,12 +826,12 @@
"description": "Array of references to application gateway authentication certificates."
},
"provisioningState": {
"type": "string",
"description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
"type": "string",
"description": "Provisioning state of the backend http settings resource. Possible values are: 'Updating', 'Deleting', and 'Failed'."
},
"connectionDraining": {
"$ref": "#/definitions/ApplicationGatewayConnectionDraining",
"description": "Connection draining of the backend http settings resource."
"$ref": "#/definitions/ApplicationGatewayConnectionDraining",
"description": "Connection draining of the backend http settings resource."
}
},
"description": "Properties of Backend address pool settings of an application gateway."
Expand Down Expand Up @@ -1332,26 +1332,26 @@
"description": "Application gateway web application firewall configuration."
},
"ApplicationGatewayConnectionDraining": {
"properties": {
"enabled": {
"type": "boolean",
"description": "Whether connection draining is enabled or not."
},
"drainTimeoutInSec": {
"type": "integer",
"format": "int32",
"maximum": 3600,
"exclusiveMaximum": false,
"minimum": 1,
"exclusiveMinimum": false,
"description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds."
}
"properties": {
"enabled": {
"type": "boolean",
"description": "Whether connection draining is enabled or not."
},
"required": [
"enabled",
"drainTimeoutInSec"
],
"description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration."
"drainTimeoutInSec": {
"type": "integer",
"format": "int32",
"maximum": 3600,
"exclusiveMaximum": false,
"minimum": 1,
"exclusiveMinimum": false,
"description": "The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds."
}
},
"required": [
"enabled",
"drainTimeoutInSec"
],
"description": "Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration."
},
"ApplicationGatewayFirewallDisabledRuleGroup": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}
},
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability": {
"/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability": {
"get": {
"operationId": "CheckDnsNameAvailability",
"description": "Checks whether a domain name in the cloudapp.net zone is available for use.",
Expand Down Expand Up @@ -74,7 +74,7 @@
}
},
"definitions": {
"DnsNameAvailabilityResult": {
"DnsNameAvailabilityResult": {
"properties": {
"available": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,96 +1,96 @@
{
"parameters": {
"routeFilterName": "filterName",
"resourceGroupName": "rg1",
"api-version": "2017-03-01",
"subscriptionId": "subid",
"routeFilterParameters": {
"location": "West US",
"tags": {
"key1": "value1"
},
"parameters": {
"routeFilterName": "filterName",
"resourceGroupName": "rg1",
"api-version": "2017-03-01",
"subscriptionId": "subid",
"routeFilterParameters": {
"location": "West US",
"tags": {
"key1": "value1"
},
"properties": {
"rules": [
{
"name": "ruleName",
"properties": {
"rules": [
{
"name": "ruleName",
"properties": {
"access": "Allow",
"routeFilterRuleType": "Community",
"communities": [
"12076:5030",
"12076:5040"
]
}
}
],
"peerings": [ ]
"access": "Allow",
"routeFilterRuleType": "Community",
"communities": [
"12076:5030",
"12076:5040"
]
}
}
],
"peerings": []
}
}
},
"responses": {
"201": {
"body": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"location": "West US",
"name": "filterName",
"type": "Microsoft.Network/routeFilters",
"tags": {
"key1": "value1"
},
"properties": {
"provisioningState": "Succeeded",
"rules": [
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"name": "ruleName",
"properties": {
"provisioningState": "Succeeded",
"access": "Allow",
"routeFilterRuleType": "Community",
"communities": [
"12076:5030",
"12076:5040"
]
}
}
],
"peerings": []
}
}
},
"responses": {
"201": {
"body": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"location": "West US",
"name": "filterName",
"type": "Microsoft.Network/routeFilters",
"tags": {
"key1": "value1"
},
"properties": {
"provisioningState": "Succeeded",
"rules": [
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"name": "ruleName",
"properties": {
"provisioningState": "Succeeded",
"access": "Allow",
"routeFilterRuleType": "Community",
"communities": [
"12076:5030",
"12076:5040"
]
}
}
],
"peerings": [ ]
}
}
"200": {
"body": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"location": "West US",
"name": "filterName",
"type": "Microsoft.Network/routeFilters",
"tags": {
"key1": "value1"
},
"200": {
"body": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"location": "West US",
"name": "filterName",
"type": "Microsoft.Network/routeFilters",
"tags": {
"key1": "value1"
},
"properties": {
"provisioningState": "Succeeded",
"rules": [
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"name": "ruleName",
"properties": {
"provisioningState": "Succeeded",
"access": "Allow",
"routeFilterRuleType": "Community",
"communities": [
"12076:5030",
"12076:5040"
]
}
}
],
"peerings": [ ]
}
"properties": {
"provisioningState": "Succeeded",
"rules": [
{
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/routeFilters/filterName/routeFilterRules/ruleName",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"name": "ruleName",
"properties": {
"provisioningState": "Succeeded",
"access": "Allow",
"routeFilterRuleType": "Community",
"communities": [
"12076:5030",
"12076:5040"
]
}
}
],
"peerings": []
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"subscriptionId": "subid"
},
"responses": {
"200": { },
"202": { },
"204": { }
"200": {},
"202": {},
"204": {}
}
}
}
Loading