Skip to content

Commit a985195

Browse files
author
Shichao Qiu
committed
add preview flag
1 parent d2bccf7 commit a985195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containerapp/azext_containerapp/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def load_arguments(self, _):
469469
c.argument('startup_command', nargs='*', options_list=['--command'], help="A list of supported commands on the container that will executed during startup. Space-separated values e.g. \"/bin/queue\" \"mycommand\". Empty string to clear existing values")
470470
c.argument('args', nargs='*', help="A list of container startup command argument(s). Space-separated values e.g. \"-c\" \"mycommand\". Empty string to clear existing values")
471471
c.argument('target_port', type=int, validator=validate_target_port_range, help="The session port used for ingress traffic.")
472-
c.argument('probe_yaml', type=file_type, help='Path to a .yaml file with the configuration of the container probes.')
472+
c.argument('probe_yaml', type=file_type, help='Path to a .yaml file with the configuration of the container probes.', is_preview=True)
473473

474474
with self.argument_context('containerapp sessionpool', arg_group='Registry') as c:
475475
c.argument('registry_server', validator=validate_registry_server, help="The container registry server hostname, e.g. myregistry.azurecr.io.")

0 commit comments

Comments
 (0)