Skip to content

Commit

Permalink
readme.az.md for compute (Azure#12839)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwordy authored and mkarmark committed Jul 20, 2021
1 parent 2b6928e commit 6a2506a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
27 changes: 27 additions & 0 deletions specification/compute/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## AZ

These settings apply only when `--az` is specified on the command line.

``` yaml $(az) && $(target-mode) == "core"
az:
extensions: vm
namespace: azure.mgmt.compute
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"
cli:
cli-directive:
- where:
group: "*"
op: "*"
hidden: true
- where:
group: "SshPublicKeys"
op: "*"
hidden: false
directive:
- where:
command: vm ssh-public-key
set:
command: sshkey
```
4 changes: 4 additions & 0 deletions specification/compute/resource-manager/readme.cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
``` yaml
# add any configuration here for all CLI languages
# refer to the faq.md for more details
```

0 comments on commit 6a2506a

Please sign in to comment.