Yan Zhu

Results 130 comments of Yan Zhu

Please note that the code-completion deadline is 11/25/2025 at 07:00 UTC. If you'd like this PR to be included in the release train, please address the comments as soon as...

since it is not an actual breaking change but just a pre-announcement, I've refined the title accordingly.

please refer to the error of breaking-change detector: since you have changed the implementation logic from aaz inheritance to wrapper, you need to make sure this change won't introduce any...

Do you think we might also need to set the case-sensitive command in the following place? https://github.com/Azure/azure-cli/blob/b1f35f2034998d594ea4583dbb297972bca503f4/src/azure-cli-core/azure/cli/core/extension/dynamic_install.py#L209-L212

Azure CLI has already supported Ed25519 when creating a VM. You can run "az vm create" command with "--generate-ssh-keys --ssh-key-type Ed25519" parameters to generate Ed25519 SSH key when creating a...