-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure image-id from marketplace with :latest fails #4435
Comments
@yika-luo any idea about this? |
I don't think we currently support using "latest" as version as Azure SDK doesn't have an out of the box method for that. We can list the images to get the latest one |
Ah... that's confusing to me since |
Hi, @yika-luo I'm interested in solving this issue. Could anyone tell me the expected behavior when recived |
@Yisaer It should be equivalent to specifying latest in the Azure console or other Azure tools. I'm not exactly sure what that does, probably finds the most recently created image, but maybe something more complex. You may need to search for documentation from Azure on how it works. |
Hi @cg505 I tried Azure cli and found it supports use |
Referencing a "latest" VM image from the Azure marketplace like
Canonical:ubuntu-24_04-lts:server:latest
does not work:It seems like
virtual_machine_images.get
cannot cope with thelatest
version for some reason. Using a specific version (e.g.Canonical:ubuntu-24_04-lts:server:24.04.202411030
) works.Version & Commit info:
sky -v
: skypilot, version 1.0.0-dev0sky -c
: skypilot, commit 6c9acac-dirtyThe text was updated successfully, but these errors were encountered: