Skip to content
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

VM generation not supported in azure.azcollection.azure_rm_galleryimage #646

Closed
ghost opened this issue Oct 6, 2021 · 0 comments · Fixed by #647
Closed

VM generation not supported in azure.azcollection.azure_rm_galleryimage #646

ghost opened this issue Oct 6, 2021 · 0 comments · Fixed by #647
Labels
has_pr PR fixes have been made medium_priority Medium priority new_feature New feature requirments

Comments

@ghost
Copy link

ghost commented Oct 6, 2021

SUMMARY

Will allow for v2 generation of VM's in image gallery

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure.azcollection.azure_rm_galleryimage

ADDITIONAL INFORMATION

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
@Fred-sun Fred-sun added has_pr PR fixes have been made medium_priority Medium priority new_feature New feature requirments labels Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has_pr PR fixes have been made medium_priority Medium priority new_feature New feature requirments
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant