Home
last modified time | relevance | path

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

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/
H A Dcustom.py2584 hostnames_in_webapp = [x.name.split('/')[-1] for x in query_result]
2585 to_update = _match_host_names_from_cert(found_cert.host_names, hostnames_in_webapp)
2607 def _match_host_names_from_cert(hostnames_from_cert, hostnames_in_webapp): argument
2612 for h in hostnames_in_webapp:
2615 elif hostname in hostnames_in_webapp: