This package is for the 'cli-translator' extension, i.e. 'az cli-translator'.
Install this extension using the below CLI command
az extension add --name cli-translator
Examples:
The ARM template can be downloaded in create & validation page or template page from portal.
az cli-translator arm translate \
--target-subscription 00000000-0000-0000-0000-000000000000 \
--resource-group groupName \
--template /path/to/local/template.json \
--parameters /path/to/local/parameters.json
The template.json and parameters.json used here are just samples, you can use your own ones instead.
az cli-translator arm translate \
--target-subscription 00000000-0000-0000-0000-000000000000 \
--resource-group groupName \
--template https://raw.githubusercontent.com/Azure/azure-cli-extensions/master/src/cli-translator/samples/template.json \
--parameters https://raw.githubusercontent.com/Azure/azure-cli-extensions/master/src/cli-translator/samples/parameters.json
If you have issues, please give feedback by opening an issue at https://github.com/Azure/azure-cli-extensions/issues.