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 <[email protected]>
  • Loading branch information
2 people authored and msft-edguevar committed Jul 15, 2020
1 parent 5146c88 commit 8055c09
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 8055c09

Please sign in to comment.