We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116a47b commit bebcc9aCopy full SHA for bebcc9a
src/containerapp/azext_containerapp/containerapp_sessionpool_decorator.py
@@ -698,7 +698,8 @@ def has_container_change(self):
698
self.get_argument_memory() is not None or
699
self.get_argument_env_vars() is not None or
700
self.get_argument_args() is not None or
701
- self.get_argument_startup_command() is not None)
+ self.get_argument_startup_command() is not None or
702
+ self.get_argument_probe_yaml() is not None)
703
704
def has_registry_change(self):
705
return (self.get_argument_registry_server() is not None or
0 commit comments