Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.01 KB

File metadata and controls

28 lines (22 loc) · 1.01 KB

AZ

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: voiceservices
    namespace: azure.mgmt.voiceservices
    package-name: azure-mgmt-voiceservices
az-output-folder: $(azure-cli-extension-folder)/src/voiceservices
python-sdk-output-folder: "$(az-output-folder)/azext_voiceservices/vendored_sdks/voiceservices"
# 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: voiceservices
  namespace: azure.mgmt.voiceservices
  package-name: azure-mgmt-voiceservices
az-output-folder: $(azure-cli-folder)/src/azure-cli/azure/cli/command_modules/voiceservices
python-sdk-output-folder: "$(az-output-folder)/vendored_sdks/voiceservices"