Skip to content

Commit eeb5880

Browse files
Add help examples
1 parent 4d385eb commit eeb5880

File tree

1 file changed

+16
-0
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+16
-0
lines changed

src/azure-cli/azure/cli/command_modules/appservice/_help.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,22 @@
280280
short-summary: Manage instances for managed instance App Service plans.
281281
"""
282282

283+
helps['appservice plan managed-instance instance list'] = """
284+
type: command
285+
short-summary: List instances for a managed instance App Service plan.
286+
examples:
287+
- name: List all instances for a managed instance App Service plan.
288+
text: az appservice plan managed-instance instance list --name MyAppServicePlan --resource-group MyResourceGroup
289+
"""
290+
291+
helps['appservice plan managed-instance instance recycle'] = """
292+
type: command
293+
short-summary: Recycle a specific instance in a managed instance App Service plan.
294+
examples:
295+
- name: Recycle a specific worker instance in a managed instance App Service plan.
296+
text: az appservice plan managed-instance instance recycle --name MyAppServicePlan --resource-group MyResourceGroup --worker-name MyWorkerInstance
297+
"""
298+
283299
helps['appservice vnet-integration'] = """
284300
type: group
285301
short-summary: a method that lists the virtual network integrations used in an appservice plan

0 commit comments

Comments
 (0)