Skip to content

Commit

Permalink
Updates to LoadBalancer swagger (Azure#9794)
Browse files Browse the repository at this point in the history
* updates to 04-01/loadBalancer.json

* updates to 05-01/loadBalancer.json

* updates to remove LBBackendAddressPoolWithBackendAddressesPutWithNICIPConfiguration.json

* Fix PrettierCheck

* remove LBBackendAddressPoolWithBackendAddressesPutWithNICIPConfiguration.json from both dirs

Co-authored-by: Dhruv Sawhney <[email protected]>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent 277f7d3 commit 65dc42c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 192 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,6 @@
"x-ms-examples": {
"Update load balancer backend pool with backend addresses containing virtual network and IP address.": {
"$ref": "./examples/LBBackendAddressPoolWithBackendAddressesPut.json"
},
"Update load balancer backend pool with backend addresses containing virtual network and IP address defined in network interfaces.": {
"$ref": "./examples/LBBackendAddressPoolWithBackendAddressesPutWithNICIPConfiguration.json"
}
},
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -1495,7 +1492,7 @@
"LoadBalancerBackendAddressPropertiesFormat": {
"properties": {
"virtualNetwork": {
"$ref": "./virtualNetwork.json#/definitions/VirtualNetwork",
"$ref": "./network.json#/definitions/SubResource",
"description": "Reference to an existing virtual network."
},
"ipAddress": {
Expand All @@ -1504,7 +1501,8 @@
"x-ms-azure-resource": false
},
"networkInterfaceIPConfiguration": {
"$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration",
"readOnly": true,
"$ref": "./network.json#/definitions/SubResource",
"description": "Reference to IP address defined in network interfaces."
}
},
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,6 @@
"x-ms-examples": {
"Update load balancer backend pool with backend addresses containing virtual network and IP address.": {
"$ref": "./examples/LBBackendAddressPoolWithBackendAddressesPut.json"
},
"Update load balancer backend pool with backend addresses containing virtual network and IP address defined in network interfaces.": {
"$ref": "./examples/LBBackendAddressPoolWithBackendAddressesPutWithNICIPConfiguration.json"
}
},
"x-ms-long-running-operation": true,
Expand Down Expand Up @@ -1495,7 +1492,7 @@
"LoadBalancerBackendAddressPropertiesFormat": {
"properties": {
"virtualNetwork": {
"$ref": "./virtualNetwork.json#/definitions/VirtualNetwork",
"$ref": "./network.json#/definitions/SubResource",
"description": "Reference to an existing virtual network."
},
"ipAddress": {
Expand All @@ -1504,7 +1501,8 @@
"x-ms-azure-resource": false
},
"networkInterfaceIPConfiguration": {
"$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration",
"readOnly": true,
"$ref": "./network.json#/definitions/SubResource",
"description": "Reference to IP address defined in network interfaces."
}
},
Expand Down

0 comments on commit 65dc42c

Please sign in to comment.