Xing Zhou

Results 7 issues of Xing Zhou

--- Issue: https://github.com/Azure/azure-cli/issues/23283 This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command ### General Guidelines - [x] Have you run...

The declaration of argument is as follows: ```Python c.argument('socket_timeout', deprecate_info=c.deprecate(hide=True)) ``` The check error of CLI linter ```bash - FAIL: missing_parameter_help Parameter: storage blob upload, `socket_timeout` - Missing help ```...

**Related command** - Bump api-version - Remove ad-hoc api-version https://github.com/Azure/azure-cli/issues/23389#issuecomment-1214706837 **Description** **Testing Guide** **History Notes** [Component Name 1] BREAKING CHANGE: `az command a`: Make some customer-facing breaking change [Component Name...

Compute
Auto-Assign

Feature request - Close: #22682 **Related command** `az vmss create` **Description** **Testing Guide** **History Notes** [Component Name 1] BREAKING CHANGE: `az command a`: Make some customer-facing breaking change [Component Name...

Compute
Auto-Assign

1. Improve the details of UX 2. Fix the bug of entering multiple values https://github.com/hackathon-cli-recommendation/cli-recommendation/issues/13 3. Fix problem when adopting help command https://github.com/hackathon-cli-recommendation/cli-recommendation/issues/14 --- This checklist is used to make...

do-not-merge

**Related command** Issue - Close: https://github.com/Azure/azure-cli/issues/25022 **Description** Because there is no command to directly operate `Microsoft.insights/workbooks` in CLI *(in `appservice`, it is a complex compound call)*, so I do not...

ARM
Auto-Assign

**Error Message:** ```Python # in msrest.exceptions _messages = { "min_length": "must have length greater than {!r}.", "max_length": "must have length less than {!r}.", ... } ``` code link: [click](https://github.com/Azure/msrest-for-python/blob/master/msrest/exceptions.py#L95) **Validation...