Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azure-cli/azure/cli/command_modules/billing/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def load_arguments(self, _):
c.argument('name', options_list=['--name', '-n'], required=False, help='name of the invoice')

with self.argument_context('billing period show') as c:
c.argument('billing_period_name', options_list=['--name', '-n'], help='name of the billing period')
c.argument('billing_period_name', options_list=['--name', '-n'], help='name of the billing period. Run the az billing period list command to list the name of billing period')

with self.argument_context('billing enrollment-account show') as c:
c.argument('name', options_list=['--name', '-n'], help='name of the enrollment account')