Yan Zhu
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...
[MSP Feature] CLI support for GalleryInVMAccessControlProfile/GalleryInVMAccessControlProfileVersion
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 \...
[MSP Feature] CLI support for GalleryInVMAccessControlProfile/GalleryInVMAccessControlProfileVersion
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...
[MSP Feature] CLI support for GalleryInVMAccessControlProfile/GalleryInVMAccessControlProfileVersion
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...
[MSP Feature] CLI support for GalleryInVMAccessControlProfile/GalleryInVMAccessControlProfileVersion
> 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...
[MSP Feature] CLI support for GalleryInVMAccessControlProfile/GalleryInVMAccessControlProfileVersion
> Create Version > ``` > az sig in-vm-access-control-profile-version create \ > --resource-group \ > --location \ > --gallery-name \ > --profile-name \ > --profile-version > ``` Hi @Jaype-e is...
[MSP Feature] CLI support for GalleryInVMAccessControlProfile/GalleryInVMAccessControlProfileVersion
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:  but I...
[MSP Feature] CLI support for GalleryInVMAccessControlProfile/GalleryInVMAccessControlProfileVersion
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...