These settings apply only when --az
is specified on the command line.
For new Resource Provider. It is highly recommended to onboard Azure CLI extensions. There's no differences in terms of customer usage.
az:
extensions: apicenter
namespace: azure.mgmt.apicenter
package-name: azure-mgmt-apicenter
az-output-folder: $(azure-cli-extension-folder)/src/apicenter
python-sdk-output-folder: "$(az-output-folder)/azext_apicenter/vendored_sdks/apicenter"
# add additional configuration here specific for Azure CLI
# refer to the faq.md for more details
This is for command modules that already in azure cli main repo.
az:
extensions: apicenter
namespace: azure.mgmt.apicenter
package-name: azure-mgmt-apicenter
az-output-folder: $(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/apicenter
python-sdk-output-folder: "$(az-output-folder)/vendored_sdks/apicenter"