Yan Zhu

Results 130 comments of Yan Zhu

Cannot add test for this change, since it is to fix an edge case, and requires certain permission to create resources.

please note that the code completion date for the upcoming release is 08/26/2025 at 07:00 UTC. If you want to catch this release train, please address the comments ASAP, otherwise...

Please note that the Azure CLI release process will begin on 09/30/2025 at 07:00 UTC. If this PR is intended for the upcoming release, kindly resolve the comments as soon...

May I ask what the corresponding API path, http method and resource of the following command? > Create Local Config > > ``` > az sig in-vm-access-control-profile-version config create \...

I noticed that there are additional arguments, such as `--default-access`, in the `az sig in-vm-access-control-profile-version create` command that were not mentioned above. Would these arguments be visible or accessible to...

I noticed that there is an array object [`TargetRegion`](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/compute/resource-manager/Microsoft.Compute/GalleryRP/stable/2024-03-03/gallery.json#L3295) mapped to the `--target-regions` argument. Could you please clarify which property within that array the `--target-regions` option corresponds to? Is it...

> az sig in-vm-access-control-profile-version config create --name --mode --default-access --target-regions ... [--exclude-from-latest] > > This command is not to make any Http request; It is to create an object of...

> Create Version > ``` > az sig in-vm-access-control-profile-version create \ > --resource-group \ > --location \ > --gallery-name \ > --profile-name \ > --profile-version > ``` Hi @Jaype-e is...

Thanks @Jaype-e for the reply. I encountered an issue when I was trying to retrieve information about a gallery inVMAccessControlProfile version. The error message is as follows: ![Image](https://github.com/user-attachments/assets/9ae4833a-233b-49a1-826a-5c2aa2741ad1) but I...

After discussed with @Jaype-e, currently the rules property is not updatable, so we would not support the `az sig in-vm-access-control-profile-version config` command group in this release and will support it...