Skip to content

Commit

Permalink
Update src/containerapp/azext_containerapp/_params.py
Browse files Browse the repository at this point in the history
Co-authored-by: Xing Zhou <[email protected]>
  • Loading branch information
lil131 and zhoxing-ms authored Feb 14, 2023
1 parent df3837e commit 1adb3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containerapp/azext_containerapp/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def load_arguments(self, _):
c.argument('name', name_type, help='Name of the Container Apps Environment.')

with self.argument_context('containerapp env certificate create') as c:
c.argument('hostname', options_list=['--hostname'], help='The custom domain name.')
c.argument('hostname', help='The custom domain name.')
c.argument('certificate_name', options_list=['--certificate-name', '-c'], help='Name of the managed certificate which should be unique within the Container Apps environment.')
c.argument('location', options_list=['--location'], help='Location of the managed certificate which can be different from the location of the Container Apps environment.')
c.argument('validation_method', options_list=['--validation-method', '-v'], help='Validation method of custom domain ownership.')
Expand Down

0 comments on commit 1adb3dc

Please sign in to comment.