Skip to content

Azure Compute, ScheduledEventsProfile changes #33320

@v-payal-gupta

Description

@v-payal-gupta

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 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 create --scheduled-events-api-version "2020-07-01" --enable-allInstanceDown True
az vmss update --scheduled-events-api-version "2020-07-01" --enable-allInstanceDown True
az vmss 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

05/15

PM Contact

wilsonadam

Engineer Contact

avjai

Additional context

na

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions