Home
last modified time | relevance | path

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

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/
H A D_params.py32 MULTI_CONTAINER_TYPES = ['COMPOSE', 'KUBE'] variable
148 …'--multicontainer-config-type'], help="Linux only.", arg_type=get_enum_type(MULTI_CONTAINER_TYPES))
355 arg_type=get_enum_type(MULTI_CONTAINER_TYPES))
H A Dcustom.py54 from ._params import AUTH_TYPES, MULTI_CONTAINER_TYPES
1136 if not any(linux_fx_version.startswith(s) for s in MULTI_CONTAINER_TYPES):
1138 " following types: {}".format(','.join(MULTI_CONTAINER_TYPES)))