Jayprakash gupta
Jayprakash gupta
[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...
[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...
[MSP Feature] CLI support for GalleryInVMAccessControlProfile/GalleryInVMAccessControlProfileVersion
this is the example payload 
[MSP Feature] CLI support for GalleryInVMAccessControlProfile/GalleryInVMAccessControlProfileVersion
Can you pls see the swagger changes to get which properties is required and which is optional
[MSP Feature] CLI support for GalleryInVMAccessControlProfile/GalleryInVMAccessControlProfileVersion
there is issue with your get call, arm is not able to find the correct location. Your resource is in westus but you are maing get call from other regions...