API profile broken for az vmss #27451
Labels
Auto-Assign
Auto assign by bot
Auto-Resolve
Auto resolve by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
Compute
az vm/vmss/image/disk/snapshot
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
API profile broken for "az vmss list-instances".
It is trying to use API version 2023-03-01 for API profile 2020-09-01, which is obviously wrong. Noticed there were commits named something like "Migrate commands to Code Gen V2", which might be causing the issue (@yanzhudd FYI).
Related command
az vmss list-instances -n $vmssName -g $vmssRgName
Errors
Issue script & Debug output
Expected behavior
Should not try to use API version 2023-03-01 for API profile 2020-09-01 for
virtualMachineScaleSets/virtualMachines
.Environment Summary
Additional context
No response
The text was updated successfully, but these errors were encountered: