Skip to content

Commit c82737b

Browse files
committed
fixing linter error
1 parent 648398c commit c82737b

File tree

2 files changed

+349
-291
lines changed

2 files changed

+349
-291
lines changed

src/containerapp/azext_containerapp/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def load_arguments(self, _):
2929

3030
with self.argument_context('containerapp', arg_group='Configuration') as c:
3131
c.argument('revisions_mode', arg_type=get_enum_type(['single', 'multiple', 'labels']), help="The active revisions mode for the container app.")
32-
32+
3333
with self.argument_context('containerapp') as c:
3434
c.argument('kind', type=str, help="Set to 'functionapp' to enable built-in support and autoscaling for Azure Functions on Azure Container Apps.", is_preview=True)
3535

0 commit comments

Comments
 (0)