Skip to content

Azure CLI Support for Scheduled Event Profile #30783

@payalguptapg

Description

@payalguptapg

Preconditions

  • No need to upgrade Python SDK or the Python SDK is ready.

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 VM profile to support scheduled events. (#29894). This request is to add support for the same profile setting but on availability sets

Ideally the flags would be the same, just for the different resource types. For example:

az vm availability-set update --additional-events True --enable-reboot True --enable-redeploy True

It was requested in previous issue. but last issue has added in VM profile only.

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

2025-02-25

PM Contact

sandeep.george

Engineer Contact

payalguptapg

Additional context

No response

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions