-
Notifications
You must be signed in to change notification settings - Fork 337
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
ACA-1842: VM Image SKUs support in Ansible collection for Azure module creation #1719
ACA-1842: VM Image SKUs support in Ansible collection for Azure module creation #1719
Conversation
@Yaish25491 Please fix the below error! Thanks! |
426d1bd
to
b534ae9
Compare
Hi Fred-Sun, |
ERROR: plugins/modules/azure_rm_imagesku_info.py:0:0: invalid-ansiblemodule-schema: AnsibleModule.argument_spec.properties.automaticOSUpgradeProperties: extra keys not allowed @ data['argument_spec']['properties']['automaticOSUpgradeProperties']. Got {'type': 'bool', 'default': 'false'} |
b534ae9
to
4a8ca03
Compare
issues fixed and merged |
tests/integration/targets/azure_rm_virtualmachine/tasks/azure_test_image_skus.yml
Show resolved
Hide resolved
Creaing azure_rm_imagesku_info module to get oll of the availble SKU options for VM image. Creating azure_test_image_skus to test the creation of a vm with an image from the SKU list of options Updating the test list in the inventory file with azure_test_imageskus test. Signed-off-by: hyaish <hyaish@redhat.com>
4a8ca03
to
2addaf6
Compare
…ions#1719) Creaing azure_rm_imagesku_info module to get oll of the availble SKU options for VM image. Creating azure_test_image_skus to test the creation of a vm with an image from the SKU list of options Updating the test list in the inventory file with azure_test_imageskus test. Signed-off-by: hyaish <hyaish@redhat.com>
SUMMARY
Creating azure_rm_imagesku_info module to get all of the available SKU options for VM image.
Creating azure_test_image_skus to test the creation of a VM with an image from the SKU list of options
Updating the test list in the inventory file with azure_test_imageskus test.
ISSUE TYPE
COMPONENT NAME
azure_rm_imagesku_info.py
azure_test_image_skus.yml
azure_rm_virtualmachine/inventory.yml