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
9 changes: 9 additions & 0 deletions src/amg/azext_amg/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@
helps['grafana folder create'] = """
type: command
short-summary: Create a new folder.
examples:
- name: Create a folder with title.
text: az grafana folder create -g MyResourceGroup -n MyGrafana --title "My Folder"
"""

helps['grafana folder show'] = """
Expand Down Expand Up @@ -371,6 +374,9 @@
helps['grafana api-key create'] = """
type: command
short-summary: Create a new API key.
examples:
- name: Create a new API key.
text: az grafana api-key create -g myResourceGroup -n myGrafana --key myKey
"""

helps['grafana api-key list'] = """
Expand Down Expand Up @@ -458,6 +464,9 @@
helps['grafana integrations monitor add'] = """
type: command
short-summary: Link an Azure Monitor workspace to a Grafana instance.
examples:
- name: Link an Azure Monitor workspace to a Grafana instance.
text: az grafana integrations monitor add -g MyResourceGroup -n MyGrafana --monitor-rg-name MyMonitorResourceGroup --monitor-name MyMonitor
"""

helps['grafana integrations monitor list'] = """
Expand Down
Loading