We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435b3c4 commit bee6b4dCopy full SHA for bee6b4d
src/azure-cli/azure/cli/command_modules/containerapp/custom.py
@@ -1575,7 +1575,7 @@ def start_containerappsjob(cmd,
1575
if image is not None:
1576
container_def["image"] = image if not is_registry_msi_system(registry_identity) else HELLO_WORLD_IMAGE
1577
else:
1578
- Fetch the existing job definition to get the default image
+ # Fetch the existing job definition to get the default image
1579
try:
1580
containerappjob_def = ContainerAppsJobClient.show(cmd=cmd, resource_group_name=resource_group_name, name=name)
1581
except Exception as e:
0 commit comments