Home
last modified time | relevance | path

Searched refs:validate_service_endpoint_policy (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/network/
H A D_params.py30 validate_service_endpoint_policy, validate_delegations, validate_subresource_list,
1934 …f names or IDs of service endpoint policies to apply.', validator=validate_service_endpoint_policy)
H A D_validators.py681 def validate_service_endpoint_policy(cmd, namespace): function