autorest.az
autorest.az copied to clipboard
Azure CLI Code Generator
**Why do you need this feature?** Monitor is multi-API **Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
**Why do you need this feature?** In cli, we may need `RESOURCE_TYPE` to manage multi-api resource for different profile. But auto generated code don't contain resource type info. https://github.com/Azure/azure-cli/blob/4bed6cca3ebb746d0f8bc2b44c75f0d0d2f7ed15/src/azure-cli/azure/cli/command_modules/storage/__init__.py#L13-L27 **Describe...
### Why do you need this feature? Otherwise, i have to manually config/change the help message. Besises, confiuring help message in readme.az is very time-consuming. We'd rather copy a help.py...
### Why do you need this feature? Otherwise i need manually write CLI tests, which consumes losts of time. I also have to write CLI tests under the code framework...
**Why do you need this feature?** Some resources are complicated. For example [DataCollectionRuleResource](https://github.com/Azure/azure-rest-api-specs/blob/4d15cdc53c0827497ad3235dd756357c4dd05d9c/specification/monitor/resource-manager/Microsoft.Insights/preview/2019-11-01-preview/dataCollectionRules_API.json#L183) **Is your feature request related to a problem? Please describe.** Currently Code Gen can generate commands in...
**Why do you need this feature?** For complicated property which is not required, CLI will prefer a new sub command group for it's CRUD. But codegen won't generate in this...
#### Why do you need this feature? Easy to test more scenarios There two benefits from my side: 1. Compared with previous hard code version as shown below, it is...
### Why do you need this feature? **Modifying readme** → **Code Gen** → **Verifying Codes** The process may be repeated many times when we use code-gen and it costs a...
**Why do you need this feature?** **Is your feature request related to a problem? Please describe.** Currently if you want to rename group: `network express-route-circuit-connection` to group: `network express-route peering...
If an argument in REST API is enum type with single value, it would be automatically set to the enum single value as the picture shows below. But the argument...