Skip to content

Commit

Permalink
Remove read-only references from slb proto
Browse files Browse the repository at this point in the history
  • Loading branch information
mjethwa-msft committed Sep 3, 2024
1 parent 44e1c58 commit 5528b3f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ message Probe {
uint32 numberOfProbes = 3;
Protocol protocol = 4;
uint32 port = 5;
repeated LoadBalancingRule loadbalancingrules = 6; //read-only
}

message FrontEndIpConfiguration {
Expand All @@ -69,10 +68,6 @@ message FrontEndIpConfiguration {
IPAllocationMethod allocationMethod = 3; // required
SubnetReference subnetRef = 4; // required if using privateIPAddress.
PublicIPAddressReference publicIPAddress = 5; // required if not using privateIP and a subnet. resourceRef to publicIPAddress

repeated LoadbalancerInboundNatRule inboundNatRules = 6; //read-only
repeated LoadbalancerOutboundNatRule outboundNatRules = 7; //read-only
repeated LoadBalancingRule loadbalancingrules = 8; //read-only
}

message LoadBalancer {
Expand Down

0 comments on commit 5528b3f

Please sign in to comment.