We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
az acr task create
--context
1 parent 10efe2d commit da3f0c6Copy full SHA for da3f0c6
src/azure-cli/azure/cli/command_modules/acr/task.py
@@ -114,7 +114,7 @@ def acr_task_create(cmd, # pylint: disable=too-many-locals
114
raise CLIError(e)
115
116
if not context_path:
117
- raise CLIError("If the task is not a System Task, --context-path must be provided.")
+ raise CLIError("If the task is not a System Task, --context must be provided.")
118
119
if context_path.lower() == ACR_NULL_CONTEXT:
120
context_path = None
0 commit comments