Home
last modified time | relevance | path

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

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/logicapp/
H A Dcustom.py43 os_type=None, consumption_plan_location=None, argument
53 if consumption_plan_location or not deployment_container_image_name:
61 if not plan and not consumption_plan_location:
65 if consumption_plan_location and plan:
81 if consumption_plan_location:
84 ) == consumption_plan_location.lower()), None)
88 logicapp_def.location = consumption_plan_location
115 is_consumption = consumption_plan_location is not None
156 if (consumption_plan_location is None and
162 is_windows_consumption = consumption_plan_location is not None and not is_linux
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/
H A Dcustom.py2820 consumption_plan_location=None, app_insights=None, app_insights_key=None, argument
2833 if bool(plan) == bool(consumption_plan_location):
2847 if consumption_plan_location:
2849 …tion = next((loc for loc in locations if loc['name'].lower() == consumption_plan_location.lower())…
2852 functionapp_def.location = consumption_plan_location
2874 …if is_linux and not runtime and (consumption_plan_location or not deployment_container_image_name):
2936 is_consumption = consumption_plan_location is not None
2967 if is_linux and consumption_plan_location is not None and runtime == 'dotnet-isolated':
2979 if consumption_plan_location is None and not is_plan_elastic_premium(cmd, plan_info):
2983 if is_plan_elastic_premium(cmd, plan_info) or consumption_plan_location is not None:
[all …]