Skip to content

Commit 6d3d656

Browse files
authored
add cli.md for serialconsole (#8401)
1 parent 013956a commit 6d3d656

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## CLI
2+
3+
These settings apply only when `--cli` is specified on the command line.
4+
5+
``` yaml $(cli)
6+
cli:
7+
cli-name: serialconsole
8+
package-name: azure-mgmt-serialconsole
9+
namespace: azure.mgmt.serialconsole
10+
test-scenario:
11+
- name: Get the Serial Console disabled status for a subscription
12+
- name: List all Serial Console management operations supported by Serial Console RP
13+
- name: Disable Serial Console for a subscription
14+
- name: Enable Serial Console for a subscription
15+
```

0 commit comments

Comments
 (0)