Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update applicationGateway.json
  • Loading branch information
nirkum18 authored Jan 30, 2019
commit df47719ee2629df90e8b8e2ba3cd23d41bd73c3d
Original file line number Diff line number Diff line change
Expand Up @@ -2195,51 +2195,24 @@
"description": "Allows to disable rules within a rule group or an entire rule group."
},
"ApplicationGatewayAvailableServerVariablesResult": {
"type": "object",
"properties": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of supported server variables in application gateway."
"type": "array",
"items": {
"type": "string"
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Response for ApplicationGatewayAvailableServerVariables API service call."
},
"ApplicationGatewayAvailableRequestHeadersResult": {
"type": "object",
"properties": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of supported request headers in application gateway."
"type": "array",
"items": {
"type": "string"
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Response for ApplicationGatewayAvailableRequestHeaders API service call."
},
"ApplicationGatewayAvailableResponseHeadersResult": {
"type": "object",
"properties": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of supported response headers in application gateway."
"type": "array",
"items": {
"type": "string"
},
"allOf": [
{
"$ref": "../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource"
}
],
"description": "Response for ApplicationGatewayAvailableResponseHeaders API service call."
},
"ApplicationGatewayFirewallExclusion": {
Expand Down