We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013956a commit 6d3d656Copy full SHA for 6d3d656
specification/serialconsole/resource-manager/readme.cli.md
@@ -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