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
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
helps['consumption budget create'] = """
type: command
short-summary: Create a budget for an Azure subscription.
examples:
- name: Create a cost-based monthly budget with a specified amount, start date, and end date.
text: az consumption budget create --budget-name "costbudget" --category "cost" --amount 100.0 -s "xxx" -e "xxx" --time-grain "monthly"
"""

helps['consumption budget delete'] = """
Expand Down
Loading