Skip to content

Commit 805e16a

Browse files
authored
add stack hci settings (#18563)
1 parent 61001b6 commit 805e16a

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# AZ
2+
3+
These settings apply only when `--az` is specified on the command line.
4+
5+
``` yaml $(az)
6+
az:
7+
extensions: stack-hci
8+
namespace: azure.mgmt.azurestackhci
9+
package-name: azure-mgmt-azurestackhci
10+
az-output-folder: $(azure-cli-extension-folder)/src/stack-hci
11+
python-sdk-output-folder: "$(az-output-folder)/azext_stack_hci/vendored_sdks/azurestackhci"
12+
13+
# add additional configuration here specific for Azure CLI
14+
# refer to the faq.md for more details
15+
cli:
16+
cli-directive:
17+
# add alias to long parameters
18+
- where:
19+
group: ArcSettings
20+
op: Create
21+
parameter: arcInstanceResourceGroup
22+
alias:
23+
- instance_rg
24+
- where:
25+
group: Clusters
26+
op: Create
27+
parameter: cloudManagementEndpoint
28+
alias:
29+
- endpoint
30+
- where:
31+
group: Clusters
32+
op: Update
33+
parameter: cloudManagementEndpoint
34+
alias:
35+
- endpoint
36+
- where:
37+
group: Extensions
38+
op: Create
39+
parameter: autoUpgradeMinorVersion
40+
alias:
41+
- auto_upgrade
42+
- where:
43+
group: Extensions
44+
op: Update
45+
parameter: autoUpgradeMinorVersion
46+
alias:
47+
- auto_upgrade
48+
- where:
49+
group: Extensions
50+
op: Create
51+
parameter: type
52+
alias:
53+
- type
54+
- where:
55+
group: Extensions
56+
op: Update
57+
parameter: type
58+
alias:
59+
- type
60+
```

0 commit comments

Comments
 (0)