-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update redisenterprise readme files for C#, Azure CLI, and Azure Reso…
…urce Manager Schema (#12943) * Update readme files for csharp, az cli, and azureresourceschema * Fix spelling mistake * Fix bug from issue 744 * Add newline to end of readme files * First round of updates for Azure CLI code generation
- Loading branch information
Showing
6 changed files
with
80 additions
and
1 deletion.
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
specification/redisenterprise/resource-manager/readme.az.md
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,50 @@ | ||
## AZ | ||
|
||
These settings apply only when `--az` is specified on the command line. | ||
|
||
``` yaml $(az) && $(target-mode) != 'core' | ||
az: | ||
extensions: redisenterprise | ||
namespace: azure.mgmt.redisenterprise | ||
package-name: azure-mgmt-redisenterprise | ||
az-output-folder: $(azure-cli-extension-folder)/src/redisenterprise | ||
python-sdk-output-folder: "$(az-output-folder)/azext_redisenterprise/vendored_sdks/redisenterprise" | ||
``` | ||
``` yaml $(az) && $(target-mode) == 'core' | ||
az: | ||
extensions: redisenterprise | ||
namespace: azure.mgmt.redisenterprise | ||
package-name: azure-mgmt-redisenterprise | ||
az-output-folder: $(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/redisenterprise | ||
python-sdk-output-folder: "$(az-output-folder)/vendored_sdks/redisenterprise" | ||
``` | ||
Additional configuration specific for Azure CLI | ||
``` yaml | ||
extension-mode: stable | ||
|
||
cli: | ||
cli-directive: | ||
- where: | ||
group: '*' | ||
op: '*' | ||
param: 'clusterName' | ||
alias: | ||
- cluster_name | ||
- name | ||
- n | ||
- where: | ||
group: '*' | ||
op: '*' | ||
param: 'zones' | ||
alias: | ||
- zones | ||
- z | ||
|
||
directive: | ||
- where: | ||
group: redisenterprise redis-enterprise | ||
set: | ||
group: redisenterprise | ||
``` |
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
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 | ||
``` |
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
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
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