Skip to content

Commit bb887a1

Browse files
20210304 depth rename network (#13338)
* readme.az.md * indent * hide all * param-name * use alias
1 parent 86404af commit bb887a1

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## Azure CLI
2+
3+
These settings apply only when `--az` is specified on the command line.
4+
5+
``` yaml $(az) && $(target-mode) == "core"
6+
az:
7+
extensions: network
8+
namespace: azure.mgmt.network
9+
package-name: azure-mgmt-network
10+
disable-checks: true
11+
randomize-names: true
12+
test-unique-resource: true
13+
az-output-folder: $(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/network
14+
python-sdk-output-folder: "$(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/network/vendored_sdks/network"
15+
compatible-level: track2
16+
17+
cli:
18+
cli-directive:
19+
- where:
20+
group: "*"
21+
op: "*"
22+
hidden: true
23+
- where:
24+
group: "*"
25+
op: "*"
26+
param: networkSecurityGroupName
27+
alias: nsg-name
28+
- where:
29+
group: "*"
30+
op: "*"
31+
param: virtualNetworkName
32+
alias: vnet-name
33+
- where:
34+
group: PrivateLinkServices
35+
op: "*"
36+
param: serviceName
37+
alias: name
38+
```

0 commit comments

Comments
 (0)