Skip to content

Commit 3fb3cbf

Browse files
20210304 depth rename compute (#13337)
* rename vmName * compatible-level: track2 * use alias
1 parent d71dcdc commit 3fb3cbf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

specification/compute/resource-manager/readme.az.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ az:
99
package-name: azure-mgmt-compute
1010
az-output-folder: $(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/vm
1111
python-sdk-output-folder: "$(az-output-folder)/vendored_sdks/vm"
12+
compatible-level: track2
1213
cli:
1314
cli-directive:
1415
- where:
@@ -19,9 +20,14 @@ cli:
1920
group: "SshPublicKeys"
2021
op: "*"
2122
hidden: false
23+
- where:
24+
group: "*"
25+
op: "*"
26+
param: vmName
27+
alias: name
2228
directive:
2329
- where:
2430
command: vm ssh-public-key
2531
set:
2632
command: sshkey
27-
```
33+
```

0 commit comments

Comments
 (0)