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

Fix foir Azure Networking swagger #3146

Merged
merged 11 commits into from
May 29, 2018
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"https"
],
"consumes": [
"application/json",
"text/json"
"application/json"
],
"produces": [
"application/json",
"text/json"
"application/json"
],
"security": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"applicationGatewayName" : "AppGw",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName": "rg1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid"
},
"responses" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"location" : "westus",
"domainNameLabel" : "testdns"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "ertest",
"circuitName" : "er1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "CrossConnection-SiliconValley",
"crossConnectionName" : "<circuitServiceKey>"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "CrossConnection-SiliconValley",
"crossConnectionName" : "<circuitServiceKey>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "CrossConnection-SiliconValley",
"crossConnectionName" : "<circuitServiceKey>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"loadBalancerName" : "lb",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"loadBalancerName" : "lb",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"loadBalancerName" : "lb",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"loadBalancerName" : "lb",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"loadBalancerName" : "lb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"loadBalancerName" : "lb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid"
},
"responses" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"loadBalancerName" : "lb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,8 @@
"localNetworkGatewayName" : "localgw"
},
"responses" : {
"202" : {
"body" : {

}
},
"200" : {
"body" : {

}
},
"204" : {
"body" : {

}
}
"202" : { },
"200" : { },
"204" : { }
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName" : "rg1",
"localNetworkGatewayName": "lgw",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName": "rg1",
"networkInterfaceName": "test-nic",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName": "rg1",
"networkInterfaceName": "test-nic"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName": "rg1",
"networkInterfaceName": "nic1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName": "rg1",
"networkInterfaceName": "nic1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName": "rg1",
"networkInterfaceName": "test-nic"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters" : {
"api-version" : "2018-02-01",
"api-version": "2018-04-01",
"subscriptionId" : "subid",
"resourceGroupName": "rg1"
},
Expand Down
Loading