Skip to content

Commit 0f1ab33

Browse files
author
shahkhushi_microsoft
committed
adding logicapp to kind options
1 parent 068780e commit 0f1ab33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/containerapp/azext_containerapp/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def load_arguments(self, _):
338338
c.argument('environment_type', arg_type=get_enum_type(["managed", "connected"]), help="Type of environment.", is_preview=True)
339339

340340
with self.argument_context('containerapp list') as c:
341-
c.argument('kind', arg_type=get_enum_type(['functionapp']), help="Filter by kind. Use 'functionapp' to list only Azure Functions on Container Apps.", is_preview=True)
341+
c.argument('kind', arg_type=get_enum_type(['functionapp', 'logicapp']), help="Filter by kind. Use 'functionapp' to list only Azure Functions on Container Apps.", is_preview=True)
342342

343343
with self.argument_context('containerapp connected-env') as c:
344344
c.argument('name', name_type, help='Name of the Container Apps connected environment.')

0 commit comments

Comments
 (0)