We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Creating image from blob_uri fails with "Required parameter 'hyperVGeneration' is missing".
azure_rm_image
ansible 2.10.5 config file = None configured module search path = ['/home/xxx/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.6/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.6.8 (default, Nov 16 2020, 16:55:22) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]
CentOS Linux release 7.9.2009 (Core)
- name: Create an image from blob azure_rm_image: resource_group: myResourceGroup name: myImage source: https://my_blob_uri os_type: Linux
Image is created.
Image is not created.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Error creating image myimage - Azure Error: InvalidParameter\nMessage: Required parameter 'hyperVGeneration' is missing (null).\nTarget: hyperVGeneration"}
The text was updated successfully, but these errors were encountered:
related issues:
Sorry, something went wrong.
@achevalet Thank you for asking this question. I will investigate and add this Feature! Thank you very much!
Successfully merging a pull request may close this issue.
SUMMARY
Creating image from blob_uri fails with "Required parameter 'hyperVGeneration' is missing".
ISSUE TYPE
COMPONENT NAME
azure_rm_image
ANSIBLE VERSION
OS / ENVIRONMENT
CentOS Linux release 7.9.2009 (Core)
STEPS TO REPRODUCE
EXPECTED RESULTS
Image is created.
ACTUAL RESULTS
Image is not created.
The text was updated successfully, but these errors were encountered: