-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[Microsoft.Compute] Gallery Image Update Feature #33172
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotSimilar-Issueact-observability-squadfeature-requestquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotaz vm/vmss/image/disk/snapshotSimilar-Issueact-observability-squadfeature-requestquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Preconditions
Related command
az sig image-definition update \ caps-prod-rg
--gallery-name capsGallery
--gallery-image-definition capsWindowsGen2
--set properties.features="[
{"name":"DiskControllerType","value":"SCSI","startsAtVersion":"2.0.0"},
{"name":"SecurityType","value":"TrustedLaunch","startsAtVersion":"2.0.0"}
]"
Resource Provider
Microsoft.Compute
Description of Feature or Work Requested
With update gallery image feature we can now let customers update the existing gallery image features such as DiskControllerType, SecurityType, IsAcceleratedNetwork and IsHibernate. We have introduced a new field -startsAtVersion in Gallery image feature which marks which gallery image version onwards this updated feature will be supported and -allowUpdateImage parameter is to let the customer add the value that they want to update the Gallery Image feature because the same operation is used for Create so we want the value explicitly from user so that we can keep the create section unaffected.
Minimum API Version Required
2024-03-03
Swagger PR link / SDK link
https://github.com/Azure/azure-rest-api-specs/pull/30536/changes
Request Example
No response
Target Date
2024-05-30
PM Contact
Sandeep Raichura(saraic)
Engineer Contact
Purbasha Chatterjee(pchatterjee)
Additional context
No response