You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="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."
33
+
help="A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint. "
help="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.",
93
+
help="A list of IP restriction rules that defines the inbound network(s) with allowing access to the search service endpoint.",
94
94
nullable=True, # allow to remove all the value when it's assigned by null
95
95
)
96
96
@@ -117,7 +117,7 @@ def pre_operations(self):
117
117
ifhas_value(args.aad_auth_failure_mode):
118
118
raiseMutuallyExclusiveArgumentError("Both the DisableLocalAuth and AadAuthFailureMode parameters "
0 commit comments