Home
last modified time | relevance | path

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

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/botservice/
H A Dweb_app_operations.py56 def __build_app_settings_output(app_settings, slot_cfg_names): argument
57 slot_cfg_names = slot_cfg_names or []
60 'slotSetting': p in slot_cfg_names} for p in app_settings]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/
H A Dcustom.py293 slot_cfg_names.app_setting_names = slot_cfg_names.app_setting_names or []
329 slot_cfg_names.azure_storage_config_names = slot_cfg_names.azure_storage_config_names or []
368 slot_cfg_names.azure_storage_config_names = slot_cfg_names.azure_storage_config_names or []
1232 if slot_cfg_names.app_setting_names and setting_name in slot_cfg_names.app_setting_names:
1255 …if slot_cfg_names.azure_storage_config_names and custom_id in slot_cfg_names.azure_storage_config_…
1279 def _build_app_settings_output(app_settings, slot_cfg_names): argument
1280 slot_cfg_names = slot_cfg_names or []
1312 slot_cfg_names.connection_string_names = slot_cfg_names.connection_string_names or []
1328 …if slot_cfg_names.connection_string_names and setting_name in slot_cfg_names.connection_string_nam…
1585 for a in slot_cfg_names.app_setting_names or []:
[all …]