-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Related command
az vmss create
az vmss update
Resource Provider
Microsoft.Compute
Description of Feature or Work Requested
Some of the VMSS Flex features are enabled for use from the 2023_03_01 api version eg. VM Customization support for VMSS Flex where customer specifies the values via parameters --vcpus-available and --vcpus-per-core.
Although there are no validations / checks on the cli side blocking the setting of these parameters for Flex specifically, since our service only supports the usage of these properties from the 2023_03_01 api version and cli is currently using the 2022_03_01 api version, we are unable to utilize this feature.
Ask: Upgrade the az vmss create / update commands to support 2023_03_01 api version
Minimum API Version Required
2023_03_01
Swagger PR link / SDK link
https://msazure.visualstudio.com/DefaultCollection/One/_git/Compute-CPlat-Core/pullrequest/7592537
Request Example
No response
Target Date
2023_06_25
Additional context
No response