From 594ff6bc0a93febc2ae9e17027e07f2d2913ea31 Mon Sep 17 00:00:00 2001 From: "RuiJun Hu (MSFT)" Date: Mon, 26 May 2025 17:37:27 +0800 Subject: [PATCH] add example --- src/azure-cli/azure/cli/command_modules/consumption/_help.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/azure-cli/azure/cli/command_modules/consumption/_help.py b/src/azure-cli/azure/cli/command_modules/consumption/_help.py index 3efeb2a9c2a..4d8bdd4cac4 100644 --- a/src/azure-cli/azure/cli/command_modules/consumption/_help.py +++ b/src/azure-cli/azure/cli/command_modules/consumption/_help.py @@ -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'] = """