Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme.az.md for compute #12839

Merged
merged 4 commits into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```