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

How to keep the API version up-to-date? #30

Open
wata727 opened this issue Jun 30, 2020 · 3 comments
Open

How to keep the API version up-to-date? #30

wata727 opened this issue Jun 30, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@wata727
Copy link
Member

wata727 commented Jun 30, 2020

We've heard from some Azure users, will likely need to continuously upgrade their API version, unlike AWS #28 #29

Although the current automatic rule generation can reflect the update within the API version, it cannot reflect the update of the API version itself. We need to set up a mechanism for this update.

@wata727 wata727 added the enhancement New feature or request label Jun 30, 2020
@wata727
Copy link
Member Author

wata727 commented Jul 4, 2020

The API version of azure-sdk-for-go seems to be hardcoded in terraform-provider-azurerm. First, make sure to review the API version when updating the provider.

@mikescar
Copy link

Would this result in newer size like Standard_E48s_v3 showing as invalid in azurerm_virtual_machine_invalid_vm_size.md?

@wata727
Copy link
Member Author

wata727 commented Jul 15, 2020

Good question. The other day I got the answer to this question from the Azure team Azure/azure-rest-api-specs#10033 (comment)

They say vmSize doesn't seem to be correct in the API spec, so we'll have to consider another way. I'm thinking about it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants