You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.
Today we see the following error when trying to use it:
Microsoft Azure Provider:* The vm_managed_image_id doesn't fit the expected format, plese verify it looks like '/subscriptions/{sub_id}/resourceGroups/{group_name}/providers/Microsoft.Compute/images/{image_name}'
Do we plan to allow the plugin to work with images hosted on a Shared Image Gallery?
Today we see the following error when trying to use it:
I see the regex here on managed_image_helper.rb only checking for a normal image.
For reference the format of the resource id of an image on a Shared Image Gallery is the following:
I don't believe that only changing the helper is going to solve the problem, but it may help to find all the connected parts.
The text was updated successfully, but these errors were encountered: