Skip to content

Commit

Permalink
20210304 depth rename compute (Azure#13337)
Browse files Browse the repository at this point in the history
* rename vmName

* compatible-level: track2

* use alias
  • Loading branch information
changlong-liu authored and MirzaSikander committed Mar 22, 2021
1 parent 55bed13 commit 103ad22
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion specification/compute/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ az:
package-name: azure-mgmt-compute
az-output-folder: $(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/vm
python-sdk-output-folder: "$(az-output-folder)/vendored_sdks/vm"
compatible-level: track2
cli:
cli-directive:
- where:
Expand All @@ -19,9 +20,14 @@ cli:
group: "SshPublicKeys"
op: "*"
hidden: false
- where:
group: "*"
op: "*"
param: vmName
alias: name
directive:
- where:
command: vm ssh-public-key
set:
command: sshkey
```
```

0 comments on commit 103ad22

Please sign in to comment.