Skip to content

Commit bebcc9a

Browse files
author
Shichao Qiu
committed
update
1 parent 116a47b commit bebcc9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containerapp/azext_containerapp/containerapp_sessionpool_decorator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,8 @@ def has_container_change(self):
698698
self.get_argument_memory() is not None or
699699
self.get_argument_env_vars() is not None or
700700
self.get_argument_args() is not None or
701-
self.get_argument_startup_command() is not None)
701+
self.get_argument_startup_command() is not None or
702+
self.get_argument_probe_yaml() is not None)
702703

703704
def has_registry_change(self):
704705
return (self.get_argument_registry_server() is not None or

0 commit comments

Comments
 (0)