Skip to content
Merged
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
38 changes: 38 additions & 0 deletions specification/network/resource-manager/readme.az.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## Azure CLI

These settings apply only when `--az` is specified on the command line.

``` yaml $(az) && $(target-mode) == "core"
az:
extensions: network
namespace: azure.mgmt.network
package-name: azure-mgmt-network
disable-checks: true
randomize-names: true
test-unique-resource: true
az-output-folder: $(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/network
python-sdk-output-folder: "$(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/network/vendored_sdks/network"
compatible-level: track2

cli:
cli-directive:
- where:
group: "*"
op: "*"
hidden: true
- where:
group: "*"
op: "*"
param: networkSecurityGroupName
alias: nsg-name
- where:
group: "*"
op: "*"
param: virtualNetworkName
alias: vnet-name
- where:
group: PrivateLinkServices
op: "*"
param: serviceName
alias: name
```