Skip to content

Commit

Permalink
Remove default so that the API becomes patchable
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupam Srivastava committed Jul 23, 2024
1 parent 0b61d16 commit 5217599
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6758,7 +6758,6 @@
"description": "Threshold at which additional backends are added for capacity based load balancing. Default is 80.",
"type": "integer",
"format": "int32",
"default": 80,
"maximum": 100,
"minimum": 20
},
Expand All @@ -6772,8 +6771,7 @@
"x-ms-enum": {
"name": "DistributionType",
"modelAsString": false
},
"default": "DynamicWeights"
}
}
}
},
Expand Down

0 comments on commit 5217599

Please sign in to comment.