Skip to content

Commit

Permalink
containerapp add preview flag for springboot (Azure#6292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greedygre authored May 17, 2023
1 parent db7685d commit 862e7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containerapp/azext_containerapp/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def load_command_table(self, _):
g.custom_command('set', 'create_or_update_storage', supports_no_wait=True, exception_handler=ex_handler_factory())
g.custom_command('remove', 'remove_storage', supports_no_wait=True, confirmation=True, exception_handler=ex_handler_factory())

with self.command_group('containerapp service') as g:
with self.command_group('containerapp service', is_preview=True) as g:
g.custom_command('list', 'list_all_services')

with self.command_group('containerapp service redis') as g:
Expand Down

0 comments on commit 862e7ea

Please sign in to comment.