Skip to content

Commit bee6b4d

Browse files
committed
Re-comment unintended change
1 parent 435b3c4 commit bee6b4d

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/containerapp

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/containerapp/custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ def start_containerappsjob(cmd,
15751575
if image is not None:
15761576
container_def["image"] = image if not is_registry_msi_system(registry_identity) else HELLO_WORLD_IMAGE
15771577
else:
1578-
Fetch the existing job definition to get the default image
1578+
# Fetch the existing job definition to get the default image
15791579
try:
15801580
containerappjob_def = ContainerAppsJobClient.show(cmd=cmd, resource_group_name=resource_group_name, name=name)
15811581
except Exception as e:

0 commit comments

Comments
 (0)