forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme.az.md for compute (Azure#12839)
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |