Skip to content

Azure Compute, ScheduledEventsProfile changes #32056

@payalguptapg

Description

@payalguptapg

Preconditions

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

Related command

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
az vmss update --enable-terminate-notification {false, true}
az vmss update --additional-events True --enable-reboot True --enable-redeploy True

Resource Provider

Microsoft.Compute

Description of Feature or Work Requested

Currently we are adding two new setting to the VM, Availability Set and VMSS profile. We'd like to make sure that customers can make this change from the CLI as well.

For example:

az vm availability-set update --scheduled-events-api-version "2020-07-01" --enable-allInstanceDown True

Minimum API Version Required

2025-04-01

Swagger PR link / SDK link

https://github.com/Azure/azure-rest-api-specs/tree/feature/cplat-2025-04-01-tsp/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2025-04-01/examples

Request Example

https://github.com/Azure/azure-rest-api-specs/blob/feature/cplat-2025-04-01-tsp/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2025-04-01/examples/virtualMachineExamples/VirtualMachineExtension_CreateOrUpdate_MaximumSet_Gen.json

Target Date

09/30

PM Contact

wilsonadam

Engineer Contact

Avisha Jain

Additional context

No response

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions