Skip to content

Commit

Permalink
wording fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bolun committed May 7, 2020
1 parent 6a9bd6b commit 799774b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@
"properties": {
"ipRules": {
"type": "array",
"description": "A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, IP rules will not take effect even if they are specified.",
"description": "A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. At the meantime, all other public IP networks are blocked by the firewall. These restriction rules are applied only when the 'publicNetworkAccess' of the search service is 'enabled'; otherwise, traffic over public interface is not allowed even with any public IP rules, and private endpoint connections would be the exclusive access method.",
"items": {
"$ref": "#/definitions/IpRule"
}
Expand Down

0 comments on commit 799774b

Please sign in to comment.