Skip to content

Commit

Permalink
Update LoadBalancer BackendAddress Properties (Azure#10131)
Browse files Browse the repository at this point in the history
* remove LBBackendAddressPoolWithBackendAddressesPutWithNICIPConfiguration.json from both dirs

* updates

* updates

Co-authored-by: Dhruv Sawhney <dhsawhne@microsoft.com>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent e21c2d0 commit 1c14ce1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1524,20 +1524,20 @@
},
"BackendAddressPoolPropertiesFormat": {
"properties": {
"backendIPConfigurations": {
"readOnly": true,
"loadBalancerBackendAddresses": {
"type": "array",
"items": {
"$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration"
"$ref": "#/definitions/LoadBalancerBackendAddress"
},
"description": "An array of references to IP addresses defined in network interfaces."
"description": "An array of backend addresses."
},
"loadBalancerBackendAddresses": {
"backendIPConfigurations": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/LoadBalancerBackendAddress"
"$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration"
},
"description": "An array of backend addresses."
"description": "An array of references to IP addresses defined in network interfaces."
},
"loadBalancingRules": {
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1524,20 +1524,20 @@
},
"BackendAddressPoolPropertiesFormat": {
"properties": {
"backendIPConfigurations": {
"readOnly": true,
"loadBalancerBackendAddresses": {
"type": "array",
"items": {
"$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration"
"$ref": "#/definitions/LoadBalancerBackendAddress"
},
"description": "An array of references to IP addresses defined in network interfaces."
"description": "An array of backend addresses."
},
"loadBalancerBackendAddresses": {
"backendIPConfigurations": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/LoadBalancerBackendAddress"
"$ref": "./networkInterface.json#/definitions/NetworkInterfaceIPConfiguration"
},
"description": "An array of backend addresses."
"description": "An array of references to IP addresses defined in network interfaces."
},
"loadBalancingRules": {
"readOnly": true,
Expand Down

0 comments on commit 1c14ce1

Please sign in to comment.