Skip to content

Commit

Permalink
fix assign endpoint update should no default
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwzho committed May 24, 2021
1 parent 19240e6 commit f068547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spring-cloud/azext_spring_cloud/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def load_arguments(self, _):

with self.argument_context('spring-cloud tanzu app update') as c:
c.argument('assign_endpoint', arg_type=get_three_state_flag(),
help='If true, assign endpoint URL for direct access.', default=False)
help='If true, assign endpoint URL for direct access.')
c.argument('cpu', help='Number of virtual cpu cores per instance.')
c.argument('memory', help='Number of GB of memory per instance.')
c.argument('instance_count', type=int, help='Number of instance.', validator=validate_instance_count)
Expand Down

0 comments on commit f068547

Please sign in to comment.