File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 321321helps ['grafana folder create' ] = """
322322 type: command
323323 short-summary: Create a new folder.
324+ examples:
325+ - name: Create a folder with title.
326+ text: az grafana folder create -g MyResourceGroup -n MyGrafana --title "My Folder"
324327"""
325328
326329helps ['grafana folder show' ] = """
371374helps ['grafana api-key create' ] = """
372375 type: command
373376 short-summary: Create a new API key.
377+ examples:
378+ - name: Create a new API key.
379+ text: az grafana api-key create -g myResourceGroup -n myGrafana --key myKey
374380"""
375381
376382helps ['grafana api-key list' ] = """
458464helps ['grafana integrations monitor add' ] = """
459465 type: command
460466 short-summary: Link an Azure Monitor workspace to a Grafana instance.
467+ examples:
468+ - name: Link an Azure Monitor workspace to a Grafana instance.
469+ text: az grafana integrations monitor add -g MyResourceGroup -n MyGrafana --monitor-rg-name MyMonitorResourceGroup --monitor-name MyMonitor
461470"""
462471
463472helps ['grafana integrations monitor list' ] = """
You can’t perform that action at this time.
0 commit comments