Home
last modified time | relevance | path

Searched refs:disable_app_insights (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.py44 app_insights=None, app_insights_key=None, disable_app_insights=None, argument
179 elif not disable_app_insights:
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/
H A Dcustom.py2821 disable_app_insights=None, deployment_source_url=None, argument
2837 disable_app_insights = (disable_app_insights == "true")
2997 elif disable_app_insights or not runtime_version_json[KEYS.APPLICATION_INSIGHTS]:
3000 elif not disable_app_insights and runtime_version_json[KEYS.APPLICATION_INSIGHTS]: