kai ru
kai ru
--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command ### General Guidelines - [ ] Have you run `azdev...
**Related command** **Description** **Testing Guide** **History Notes** [Component Name 1] BREAKING CHANGE: `az command a`: Make some customer-facing breaking change [Component Name 2] `az command b`: Add some customer-facing feature...
## ARM API Information (Control Plane) MSFT employees can try out our new experience at [OpenAPI Hub](https://aka.ms/openapiportal) - one location for using our validation tools and finding your workflow. Azure...
MSFT employees can try out our new experience at [OpenAPI Hub](https://aka.ms/openapiportal) - one location for using our validation tools and finding your workflow. ### Changelog Add a changelog entry for...
`az monitor data-collection rule/endpoint`: Removed the enum limitation for the `--kind` parameter.
--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command ### General Guidelines - [ ] Have you run `azdev...
**Related command** **Description** In swagger, the x-ms-enum support extension values while the value of modelAsString is true. Which means the additional values will be allowed to passed in. This PR...
**Why do you need this feature?** We need to customize completer of argument. **Is your feature request related to a problem? Please describe.** Current ```python c.argument('circuit_name', type=str, help='The name of...
**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?** **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...