Skip to content

Making 2023-09-01 api-version as default for VMSS operations  #28080

@mannanbansal

Description

@mannanbansal

Preconditions

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

Related command

az vmss create
az vmss update

Resource Provider

Microsoft.Compute

Description of Feature or Work Requested

Some of the new feature offerings for VMSS flex has been rolled out under 2023-09-01 api-version. Although customer is able to use those features through SDK, PS etc. but we need to update CLI also for these features. One of those features is instanceProtection which is already there for VMSS Uniform and works fine with CLI, and I see there are no client-side validation for this feature while executing command for VMSS flex. And there are some key customers who use CLI for these operations. We just need to update api-version for VMSS in CLI, as there are no client side validations while running the command.
Command:
For Eg: az vmss update -n {vmssName} -g {rgName} --instance-id {vmssVmName} --protectFromScaleIn

Minimum API Version Required

2023-09-01

Swagger PR link / SDK link

Azure/azure-rest-api-specs#26270

Request Example

NA

Target Date

2024-01-10

PM Contact

@BhawanaRaj

Engineer Contact

@mannanbansal

Additional context

No response

Metadata

Metadata

Labels

Auto-AssignAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamComputeaz vm/vmss/image/disk/snapshotfeature-request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions