autorest.az icon indicating copy to clipboard operation
autorest.az copied to clipboard

Azure CLI Code Generator

Results 94 autorest.az issues
Sort by recently updated
recently updated
newest added

I used autorest to generate cloud service commands. A cloud service has many parameters. But update command can update nothing. Is special configuration required? [Readme file](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/compute/resource-manager/readme.az.md) ``` > az cloud-service...

Readme file: https://github.com/Azure/azure-rest-api-specs/pull/12484/files#diff-b6e0550bd3822e6a61ceaf441004319d392dc9c5ca8fcf4dc872d0d0eb71e2f0R29 In generated code, there's invalid id_part for params https://github.com/Azure/azure-cli/pull/17686/files#diff-6ed53d3e1b2e222d08ca37dde77ff55df9a6fac70e09ecac20936f3afbc7776eR17-R20

**Command** mg sites site list --site-id ENTER_ID **Stacktrace** ```python The command failed with an unexpected error. Here is the traceback: 'SitesSiteOperations' object has no attribute 'list_sites' Traceback (most recent call...

I would like to be able to configure **az** to **mg** in the generated report.

**Why do you need this feature?** We need to have the ability to specify API version. **Is your feature request related to a problem? Please describe.** ### Question 1 These...

priority_p2_nice-to-have

**Why do you need this feature?** **Is your feature request related to a problem? Please describe.** The following code snippet is a generated help message. ``` helps['cloud-service role list'] =...

priority_p2_nice-to-have

### Why do you need this feature? It's more convenient for customer using one CLI extension to cover the very closely related features. ### Is your feature request related to...

priority_p2_nice-to-have
type_feature-request

**Why do you need this feature?** **Is your feature request related to a problem? Please describe.** azure-rest-api-specs repo [link](https://github.com/kairu-ms/azure-rest-api-specs/tree/f7dac59d684ddedc2fc3d8a7bd6f161761d5cd8a) part of [readme.az.md](https://github.com/kairu-ms/azure-rest-api-specs/blob/f7dac59d684ddedc2fc3d8a7bd6f161761d5cd8a/specification/monitor/resource-manager/readme.az.md) ``` yaml - where: group: DataCollectionRules param: windowsEventLogs...

priority_p2_nice-to-have

**Why do you need this feature?** **Is your feature request related to a problem? Please describe.** azure-rest-api-specs repo [link](https://github.com/kairu-ms/azure-rest-api-specs/tree/f7dac59d684ddedc2fc3d8a7bd6f161761d5cd8a) Cannot directly modify command group from ``` monitor data-collection data-collection-rule-association ```...

priority_p1_important