-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy path_help.py
More file actions
32 lines (27 loc) · 1.21 KB
/
_help.py
File metadata and controls
32 lines (27 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
#
# Code generated by aaz-dev-tools
# --------------------------------------------------------------------------------------------
# pylint: disable=line-too-long
# pylint: disable=too-many-lines
from knack.help_files import helps # pylint: disable=unused-import
helps['stack-hci vmconnect'] = """
type: group
short-summary: Manage VM Connect for Azure Stack HCI virtual machines.
"""
helps['stack-hci vmconnect enable'] = """
type: command
short-summary: Enable VM Connect for a virtual machine in an Azure Stack HCI cluster.
examples:
- name: Enable VM Connect
text: az stack-hci vmconnect enable --cluster-name MyCluster --resource-group MyResourceGroup --vm-name MyVM
"""
helps['stack-hci vmconnect disable'] = """
type: command
short-summary: Disable VM Connect for a virtual machine in an Azure Stack HCI cluster.
examples:
- name: Disable VM Connect
text: az stack-hci vmconnect disable --cluster-name MyCluster --resource-group MyResourceGroup --vm-name MyVM
"""