Preconditions
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
Preconditions
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