Zunli Hu

Results 19 issues of Zunli Hu

--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command ### General Guidelines - [ ] Have you run `azdev...

Auto-Assign
ContainerApp

Sometimes service team add support no wait for long running operation, but they forget to use sdk_no_wait() in custom function. Here is a new linter rule to check sdk_no_wait() usage.

``` ❯ azdev test test_storage_blob_upload --discover ============= | Run Tests | ============= ===================== | Discovering Tests | ===================== (six 1.14.0 (e:\microsoft\azurecli\azure-cli-extensions\env\lib\site-packages), Requirement.parse('six==1.12'), {'astroid'}) Traceback (most recent call last): File "e:\microsoft\azurecli\azure-cli-extensions\env\lib\site-packages\pkg_resources\__init__.py",...

Description: why after `azdev extension add`, I cannot find the installed extension in dev mode? For reproduce, you can see the following image. ![image](https://user-images.githubusercontent.com/49508232/77982930-24292980-7340-11ea-84cf-5683bf7ac858.png) Workaround: Re-setup ![image](https://user-images.githubusercontent.com/49508232/77983054-8c780b00-7340-11ea-8b0d-3d6b9ce94384.png)

bug
Extension
Setup

--debug doesn't print API call information as expected. ``` (env) E:\Microsoft\AzureCLI\azure-cli>azdev test test_functionapp_access_restriction_add --live --debug Command arguments: ['test', 'test_functionapp_access_restriction_add', '--live', '--debug'] Event: Cli.PreExecute [] Event: CommandParser.OnGlobalArgumentsCreate [, , ] Event:...

Test

According to the help message for azdev extension list, it should list what extensions are currently visible to your development environment. But now all the extensions will be listed. ```...

Extension
Documentation

``` c.argument('storage_account', help='Name of the storage account to publish to. Environment variable: AZDEV_DEFAULTS_STORAGE_ACCOUNT.', arg_group='Storage', configured_default='storage_account') c.argument('storage_container', help='Name of the storage container to publish to. Environment variable: AZDEV_DEFAULTS_STORAGE_CONTAINER.', arg_group='Storage', configured_default='storage_container') c.argument('storage_subscription',...

Extension

--- This checklist is used to make sure that common guidelines for a pull request are followed. ### General Guidelines - [ ] Have you run `azdev style ` locally?...

--- This checklist is used to make sure that common guidelines for a pull request are followed. ### General Guidelines - [ ] Have you run `azdev style ` locally?...