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
Will allow for v2 generation of VM's in image gallery
azure.azcollection.azure_rm_galleryimage
Used to create an image gallery that supports v2 images
- name: Create or update gallery image azure_rm_galleryimage: hyperVGeneration: V2 <- this is what id like to add resource_group: '{{ clientname }}-rg' gallery_name: '{{ clientname }}avdimages' name: Windows10MSPrimary-Gold location: '{{ location }}' os_type: windows os_state: generalized identifier: publisher: '{{ clientname }}Publisher' offer: '{{ clientname }}Offer' sku: '{{ clientname }}SKU' disallowed: disk_types: Standard_LRS recommended: memory: max: 64 min: 8 v_cpus: max: 24 min: 4
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
SUMMARY
Will allow for v2 generation of VM's in image gallery
ISSUE TYPE
COMPONENT NAME
azure.azcollection.azure_rm_galleryimage
ADDITIONAL INFORMATION
Used to create an image gallery that supports v2 images
The text was updated successfully, but these errors were encountered: