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

VMSS: exposing the licence_type property #1245

Merged
merged 3 commits into from
May 22, 2018
Merged

Conversation

tombuildsstuff
Copy link
Contributor

Unfortunately we're unable to test this in our subscription due to restrictions within Azure - but this is the same logic used by the azurerm_virtual_machine resource.

In addition - this PR does some minor refactoring in the Read function to remove some potential crash points from older Virtual Machines

Fixes #1113

@tombuildsstuff tombuildsstuff added enhancement service/vmss Virtual Machine Scale Sets labels May 16, 2018
@tombuildsstuff tombuildsstuff added this to the 1.6.0 milestone May 16, 2018
@tombuildsstuff tombuildsstuff requested a review from a team May 16, 2018 14:05
@tombuildsstuff
Copy link
Contributor Author

Ignoring a temporary test failure the tests pass:

screen shot 2018-05-16 at 08 18 42

Copy link
Collaborator

@katbyte katbyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 with just one tiny comment


if v, ok := d.GetOk("license_type"); ok {
license := v.(string)
properties.VirtualMachineProfile.LicenseType = &license
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be one line util.String(v.(string)) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@tombuildsstuff tombuildsstuff merged commit a4ca51d into master May 22, 2018
@tombuildsstuff tombuildsstuff deleted the vmss-licencetype branch May 22, 2018 01:29
tombuildsstuff added a commit that referenced this pull request May 22, 2018
@ghost
Copy link

ghost commented Mar 31, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement service/vmss Virtual Machine Scale Sets
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azurerm_virtual_machine_scale_set does not support 'licenseType' property Azure Hybrid Use Benefit
3 participants