-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Preconditions
- No need to upgrade Python SDK or the Python SDK is ready.
Related command
az vm image list --location westus --publisher RedHat --offer RHEL --sku 9_1 --all --output table
Resource Provider
Micrsosoft.compute/Images
Description of Feature or Work Requested
We have a long pending Github issue/request raised by a customer to enable auto complete for AzVmImage list command on the CLI command line as the current process is too manual/cumbersome as customers have to manually type out each publisher, offer, Sku and version. The ask is for us to expose the suggested list of Publisher/Offer/SKU and versions based on the customers entry for example, if customer inputs Red hat publisher then list closest possible offers, also if customer inputs an offer then list closest possible SKUs and autocomplete as needed
Minimum API Version Required
2024-07-01
Swagger PR link / SDK link
https://learn.microsoft.com/en-us/rest/api/compute/images/list?view=rest-compute-2024-07-01
Request Example
No response
Target Date
2025-3-1
PM Contact
Yong Zhang
Engineer Contact
Theodore Chang
Additional context
No response