Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#AppGw Fundamentals Clean Up #3046

Merged
merged 2 commits into from
May 11, 2018
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
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the IP configuration that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -796,7 +796,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the authentication certificate that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -843,7 +843,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the SSL certificate that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -902,7 +902,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the frontend IP configuration that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -942,7 +942,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the frontend port that is unique within an Application Gateway"
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -1004,7 +1004,7 @@
},
"name": {
"type": "string",
"description": "Resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the backend address pool that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand All @@ -1027,11 +1027,11 @@
"port": {
"type": "integer",
"format": "int32",
"description": "Port"
"description": "The destination port on the backend."
},
"protocol": {
"type": "string",
"description": "Protocol.",
"description": "The protocol used to communicate with the backend. Possible values are 'Http' and 'Https'.",
"enum": [
"Http",
"Https"
Expand Down Expand Up @@ -1108,7 +1108,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the backend http settings that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -1138,7 +1138,7 @@
},
"protocol": {
"type": "string",
"description": "Protocol.",
"description": "Protocol of the HTTP listener. Possible values are 'Http' and 'Https'.",
"enum": [
"Http",
"Https"
Expand Down Expand Up @@ -1175,7 +1175,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the HTTP listener that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -1229,7 +1229,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the path rule that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand All @@ -1251,7 +1251,7 @@
"properties": {
"protocol": {
"type": "string",
"description": "Protocol.",
"description": "The protocol used for the probe. Possible values are 'Http' and 'Https'.",
"enum": [
"Http",
"Https"
Expand Down Expand Up @@ -1328,7 +1328,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the probe that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -1366,7 +1366,7 @@
},
"backendHttpSettings": {
"$ref": "./network.json#/definitions/SubResource",
"description": "Frontend port resource of the application gateway."
"description": "Backend http settings resource of the application gateway."
},
"httpListener": {
"$ref": "./network.json#/definitions/SubResource",
Expand Down Expand Up @@ -1395,7 +1395,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the request routing rule that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -1472,7 +1472,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the redirect configuration that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -1688,7 +1688,7 @@
},
"name": {
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
"description": "Name of the URL path map that is unique within an Application Gateway."
},
"etag": {
"type": "string",
Expand Down Expand Up @@ -1964,7 +1964,7 @@
"properties": {
"name": {
"type": "string",
"description": "Name of Ssl predefined policy."
"description": "Name of the Ssl predefined policy."
},
"properties": {
"x-ms-client-flatten": true,
Expand Down