Azure CLI Support for Scheduled Event Profile #29894
Labels
Auto-Assign
Auto assign by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
Compute
az vm/vmss/image/disk/snapshot
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
non-security
This feature ask is not related to security.
Milestone
Preconditions
Related command
az vmss update --enable-terminate-notification {false, true}
az vmss update --additional-events True --enable-reboot True --enable-redeploy True
Resource Provider
microsoft.maintenance/scheduledevents
Description of Feature or Work Requested
Previously in the linked request we added support for updating the VMSS profile to support scheduled events. (#28937). This request is to add support for the same profile setting but on availability sets and standalone VMs.
Ideally the flags would be the same, just for the different resource types. For example:
az vm create --additional-events True --enable-reboot True --enable-redeploy True
az vm availability-set update --additional-events True --enable-reboot True --enable-redeploy True
Minimum API Version Required
2024-07-01
Swagger PR link / SDK link
https://github.com/Azure/azure-rest-api-specs/blob/805491e5274cfc5d1ebdb579f28a17e83827ec4a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2024-07-01/examples/availabilitySetExamples/AvailabilitySet_Create_WithScheduledEventProfile.json
Request Example
No response
Target Date
2024-10-01
PM Contact
wilsonadam
Engineer Contact
arpit.nand;
Additional context
No response
The text was updated successfully, but these errors were encountered: